Vulnerabilities

3 via 7 paths

Dependencies

35

Source

GitHub

Commit

974bf376

Find, fix and prevent vulnerabilities in your code.

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

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.apache.maven.doxia:doxia-core@1.12.0

Detailed paths

  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-core@1.12.0 org.apache.commons:commons-lang3@3.8.1
  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-core@1.12.0 org.apache.commons:commons-text@1.3 org.apache.commons:commons-lang3@3.8.1

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

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References

medium severity

MPL-2.0 license

  • Module: net.sf.saxon:Saxon-HE
  • Introduced through: net.sf.saxon:Saxon-HE@12.9

Detailed paths

  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 net.sf.saxon:Saxon-HE@12.9

MPL-2.0 license

low severity

Information Exposure

  • Vulnerable module: commons-codec:commons-codec
  • Introduced through: org.apache.maven.doxia:doxia-core@1.12.0

Detailed paths

  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-core@1.12.0 org.apache.httpcomponents:httpclient@4.5.13 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.14 or higher.

References

low severity

Information Exposure

  • Vulnerable module: junit:junit
  • Introduced through: org.apache.maven.doxia:doxia-core@1.12.0 and org.apache.maven.doxia:doxia-sink-api@1.12.0

Detailed paths

  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-core@1.12.0 org.codehaus.plexus:plexus-container-default@2.1.0 junit:junit@4.11
    Remediation: Upgrade to org.apache.maven.doxia:doxia-core@2.0.0.
  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-sink-api@1.12.0 org.apache.maven.doxia:doxia-logging-api@1.12.0 org.codehaus.plexus:plexus-container-default@2.1.0 junit:junit@4.11
  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-core@1.12.0 org.apache.maven.doxia:doxia-logging-api@1.12.0 org.codehaus.plexus:plexus-container-default@2.1.0 junit:junit@4.11
  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#974bf376e6c338f92447bad0200d21a4f31f3920 org.apache.maven.doxia:doxia-core@1.12.0 org.apache.maven.doxia:doxia-sink-api@1.12.0 org.apache.maven.doxia:doxia-logging-api@1.12.0 org.codehaus.plexus:plexus-container-default@2.1.0 junit:junit@4.11

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