Vulnerabilities

1 via 4 paths

Dependencies

37

Source

GitHub

Commit

d35128bb

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

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#d35128bb545aa740836c49c45245d504d7f72076 org.apache.maven.doxia:doxia-core@1.12.0 org.codehaus.plexus:plexus-container-default@2.1.0 junit:junit@4.11
  • Introduced through: checkstyle/checkstyle@checkstyle/checkstyle#d35128bb545aa740836c49c45245d504d7f72076 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#d35128bb545aa740836c49c45245d504d7f72076 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#d35128bb545aa740836c49c45245d504d7f72076 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