Vulnerabilities

3 via 12 paths

Dependencies

73

Source

GitHub

Commit

21ab94bb

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
  • 2
Status
  • 3
  • 0
  • 0

medium severity

Deserialization of Untrusted Data

  • Vulnerable module: com.google.code.gson:gson
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d org.constretto:constretto-spring@2.2.3 org.constretto:constretto-core@2.2.3 com.google.code.gson:gson@2.2.4

Overview

Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes, which may allow a denial of service attack if combined with another exploit.

Details

Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.

Deserialization of untrusted data (CWE-502), is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, letting the attacker to control the state or the flow of the execution.

Java deserialization issues have been known for years. However, interest in the issue intensified greatly in 2015, when classes that could be abused to achieve remote code execution were found in a popular library (Apache Commons Collection). These classes were used in zero-days affecting IBM WebSphere, Oracle WebLogic and many other products.

An attacker just needs to identify a piece of software that has both a vulnerable class on its path, and performs deserialization on untrusted data. Then all they need to do is send the payload into the deserializer, getting the command executed.

Developers put too much trust in Java Object Serialization. Some even de-serialize objects pre-authentication. When deserializing an Object in Java you typically cast it to an expected type, and therefore Java's strict type system will ensure you only get valid object trees. Unfortunately, by the time the type checking happens, platform code has already created and executed significant logic. So, before the final type is checked a lot of code is executed from the readObject() methods of various objects, all of which is out of the developer's control. By combining the readObject() methods of various classes which are available on the classpath of the vulnerable application, an attacker can execute functions (including calling Runtime.exec() to execute local OS commands).

Remediation

Upgrade com.google.code.gson:gson to version 2.8.9 or higher.

References

low severity

Information Exposure

  • Vulnerable module: commons-codec:commons-codec
  • Introduced through: org.apache.httpcomponents:httpclient@4.5.14 and com.amazonaws:aws-java-sdk-dynamodb@1.12.709

Detailed paths

  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d org.apache.httpcomponents:httpclient@4.5.14 commons-codec:commons-codec@1.11
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d com.amazonaws:aws-java-sdk-dynamodb@1.12.709 com.amazonaws:aws-java-sdk-core@1.12.709 commons-codec:commons-codec@1.11
    Remediation: Upgrade to com.amazonaws:aws-java-sdk-dynamodb@1.12.709.
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d com.amazonaws:aws-java-sdk-dynamodb@1.12.709 com.amazonaws:aws-java-sdk-core@1.12.709 org.apache.httpcomponents:httpclient@4.5.14 commons-codec:commons-codec@1.11
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d com.amazonaws:aws-java-sdk-dynamodb@1.12.709 com.amazonaws:aws-java-sdk-s3@1.12.709 com.amazonaws:aws-java-sdk-core@1.12.709 commons-codec:commons-codec@1.11
    Remediation: Upgrade to com.amazonaws:aws-java-sdk-dynamodb@1.12.709.
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d com.amazonaws:aws-java-sdk-dynamodb@1.12.709 com.amazonaws:aws-java-sdk-s3@1.12.709 com.amazonaws:aws-java-sdk-core@1.12.709 org.apache.httpcomponents:httpclient@4.5.14 commons-codec:commons-codec@1.11
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d com.amazonaws:aws-java-sdk-dynamodb@1.12.709 com.amazonaws:aws-java-sdk-s3@1.12.709 com.amazonaws:aws-java-sdk-kms@1.12.709 com.amazonaws:aws-java-sdk-core@1.12.709 commons-codec:commons-codec@1.11
    Remediation: Upgrade to com.amazonaws:aws-java-sdk-dynamodb@1.12.709.
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d com.amazonaws:aws-java-sdk-dynamodb@1.12.709 com.amazonaws:aws-java-sdk-s3@1.12.709 com.amazonaws:aws-java-sdk-kms@1.12.709 com.amazonaws:aws-java-sdk-core@1.12.709 org.apache.httpcomponents:httpclient@4.5.14 commons-codec:commons-codec@1.11

Overview

commons-codec:commons-codec is a package that contains simple encoder and decoders for various formats such as Base64 and Hexadecimal.

Affected versions of this package are vulnerable to Information Exposure. When there is no byte array value that can be encoded into a string the Base32 implementation does not reject it, and instead decodes it into an arbitrary value which can be re-encoded again using the same implementation. This allows for information exposure exploits such as tunneling additional information via seemingly valid base 32 strings.

Remediation

Upgrade commons-codec:commons-codec to version 1.13 or higher.

References

low severity

Information Exposure

  • Vulnerable module: junit:junit
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d org.constretto:constretto-spring@2.2.3 junit:junit@4.12
    Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d org.constretto:constretto-spring@2.2.3 org.constretto:constretto-api@2.2.3 junit:junit@4.12
    Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d org.constretto:constretto-spring@2.2.3 org.constretto:constretto-core@2.2.3 junit:junit@4.12
    Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.
  • Introduced through: Cantara/ConfigService-Dashboard@Cantara/ConfigService-Dashboard#21ab94bbc1869fbeb0dbf113ecc67f58c9dfab3d org.constretto:constretto-spring@2.2.3 org.constretto:constretto-core@2.2.3 org.constretto:constretto-api@2.2.3 junit:junit@4.12
    Remediation: Upgrade to org.constretto:constretto-spring@2.2.3.

Overview

junit:junit is an unit testing framework for Java

Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.

Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.

Remediation

Upgrade junit:junit to version 4.13.1 or higher.

References