Vulnerabilities

1 via 1 paths

Dependencies

15

Source

GitHub

Commit

c5a7eaf9

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.datanucleus:javax.jdo@3.2.1

Detailed paths

  • Introduced through: rm3l/datanucleus-gradle-plugin@rm3l/datanucleus-gradle-plugin#c5a7eaf9854c48e26f321bcc4704274e9f252c04 org.datanucleus:javax.jdo@3.2.1 org.glassfish.corba:glassfish-corba-omgapi@4.2.2 junit:junit@4.12
    Remediation: Upgrade to org.datanucleus:javax.jdo@3.2.1.

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