Vulnerabilities

3 via 3 paths

Dependencies

13

Source

GitHub

Commit

1a6ebc42

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 3
  • 2
Severity
  • 1
  • 3
  • 1
Status
  • 5
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: commons-lang:commons-lang
  • Introduced through: com.netflix.hystrix:hystrix-core@1.5.18

Detailed paths

  • Introduced through: Cantara/Valuereporter-Agent@Cantara/Valuereporter-Agent#1a6ebc42ceea618502c6404371118ce98dc19ee1 com.netflix.hystrix:hystrix-core@1.5.18 com.netflix.archaius:archaius-core@0.4.1 commons-configuration:commons-configuration@1.8 commons-lang:commons-lang@2.6

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

There is no fixed version for commons-lang:commons-lang.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: commons-configuration:commons-configuration
  • Introduced through: com.netflix.hystrix:hystrix-core@1.5.18

Detailed paths

  • Introduced through: Cantara/Valuereporter-Agent@Cantara/Valuereporter-Agent#1a6ebc42ceea618502c6404371118ce98dc19ee1 com.netflix.hystrix:hystrix-core@1.5.18 com.netflix.archaius:archaius-core@0.4.1 commons-configuration:commons-configuration@1.8

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due several issues in the loading of untrusted configurations. An attacker can cause excessive resource consumption by manipulating the configuration data or introducing unexpected usage patterns. Users affected by this issue are recommended to upgrade to the 2.x version line org.apache.commons:commons-configuration2, which fixes these issues.

Note: This is only exploitable if the application is configured to load untrusted configurations.

Remediation

There is no fixed version for commons-configuration:commons-configuration.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: ch.qos.logback:logback-classic@1.5.22

Detailed paths

  • Introduced through: Cantara/Valuereporter-Agent@Cantara/Valuereporter-Agent#1a6ebc42ceea618502c6404371118ce98dc19ee1 ch.qos.logback:logback-classic@1.5.22

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: ch.qos.logback:logback-classic@1.5.22

Detailed paths

  • Introduced through: Cantara/Valuereporter-Agent@Cantara/Valuereporter-Agent#1a6ebc42ceea618502c6404371118ce98dc19ee1 ch.qos.logback:logback-classic@1.5.22 ch.qos.logback:logback-core@1.5.22

Dual license: EPL-1.0, LGPL-2.1

low severity
new

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: ch.qos.logback:logback-classic@1.5.22

Detailed paths

  • Introduced through: Cantara/Valuereporter-Agent@Cantara/Valuereporter-Agent#1a6ebc42ceea618502c6404371118ce98dc19ee1 ch.qos.logback:logback-classic@1.5.22 ch.qos.logback:logback-core@1.5.22
    Remediation: Upgrade to ch.qos.logback:logback-classic@1.5.25.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores during the configuration file processing. An attacker can instantiate arbitrary classes already present on the class path by compromising an existing configuration file.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.5.25 or higher.

References