Vulnerabilities

5 via 5 paths

Dependencies

17

Source

GitHub

Commit

8bfe158b

Find, fix and prevent vulnerabilities in your code.

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

critical severity

Improper Input Validation

  • Vulnerable module: org.codehaus.jackson:jackson-mapper-asl
  • Introduced through: org.codehaus.jackson:jackson-mapper-asl@1.9.13

Detailed paths

  • Introduced through: Cantara/Valuereporter-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 org.codehaus.jackson:jackson-mapper-asl@1.9.13

Overview

org.codehaus.jackson:jackson-mapper-asl is a high-performance data binding package built on Jackson JSON processor.

Affected versions of this package are vulnerable to Improper Input Validation which results in several instances of deserialization of untrusted data. This issue is parallel to vulnerabilities reported and fixed in jackson-databind (CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086). Although no fix is available for codehaus, this vulnerability can be remediated by using a fixed version of jackson-databind.

Remediation

There is no fixed version for org.codehaus.jackson:jackson-mapper-asl.

References

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-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 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

high severity

Improper Certificate Validation

  • Vulnerable module: com.github.kevinsawicki:http-request
  • Introduced through: com.github.kevinsawicki:http-request@6.0

Detailed paths

  • Introduced through: Cantara/Valuereporter-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 com.github.kevinsawicki:http-request@6.0

Overview

com.github.kevinsawicki:http-request is a simple convenience library for making HTTP requests.

Affected versions of this package are vulnerable to Improper Certificate Validation. The software does not validate the SSL certificate during an HTTPS connection.

Remediation

There is no fixed version for com.github.kevinsawicki:http-request.

References

high severity

XML External Entity (XXE) Injection

  • Vulnerable module: org.codehaus.jackson:jackson-mapper-asl
  • Introduced through: org.codehaus.jackson:jackson-mapper-asl@1.9.13

Detailed paths

  • Introduced through: Cantara/Valuereporter-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 org.codehaus.jackson:jackson-mapper-asl@1.9.13

Overview

org.codehaus.jackson:jackson-mapper-asl is a high-performance data binding package built on Jackson JSON processor.

Affected versions of this package are vulnerable to XML External Entity (XXE) Injection. via the DOMDeserializer.class file and its inner classes (DocumentDeserializer.class and NodeDeserializer.class) that uses the _parserFactory instance without restricting it from processing external XML entities when parsing user input.

Details

XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.

Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.

For example, below is a sample XML document, containing an XML element- username.

<?xml version="1.0" encoding="ISO-8859-1"?>
   <username>John</username>
</xml>

An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
   <!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
   <username>&xxe;</username>
</xml>

Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.

Remediation

There is no fixed version for org.codehaus.jackson:jackson-mapper-asl.

For org.codehaus.jackson:jackson-all releases supporting jackson-mapper-asl. As a workaround, for 1.9.X release, the javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING setting can be enabled. For 2.x releases, the "javax.xml.stream.isSupportingExternalEntities setting can be set to FALSE.

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-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 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.19

Detailed paths

  • Introduced through: Cantara/Valuereporter-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 ch.qos.logback:logback-classic@1.5.19

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.19

Detailed paths

  • Introduced through: Cantara/Valuereporter-Statsd-Agent@Cantara/Valuereporter-Statsd-Agent#8bfe158b806d35a514046af03e1eb5a389d2f874 ch.qos.logback:logback-classic@1.5.19 ch.qos.logback:logback-core@1.5.19

Dual license: EPL-1.0, LGPL-2.1