ottlinger/mailclena

Vulnerabilities

1 via 2 paths

Dependencies

37

Source

GitHub

Commit

63f0f708

Find, fix and prevent vulnerabilities in your code.

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

medium severity

EPL-1.0 license

  • Module: junit:junit
  • Introduced through: org.apache.tamaya:tamaya-core@0.4-incubating

Detailed paths

  • Introduced through: ottlinger/mailclena@ottlinger/mailclena#63f0f70862f041691c4484bb8114436fcc51d942 org.apache.tamaya:tamaya-core@0.4-incubating junit:junit@4.12
  • Introduced through: ottlinger/mailclena@ottlinger/mailclena#63f0f70862f041691c4484bb8114436fcc51d942 org.apache.tamaya:tamaya-core@0.4-incubating org.apache.tamaya:tamaya-spisupport@0.4-incubating junit:junit@4.12

EPL-1.0 license

low severity

Information Exposure

  • Vulnerable module: junit:junit
  • Introduced through: org.apache.tamaya:tamaya-core@0.4-incubating

Detailed paths

  • Introduced through: ottlinger/mailclena@ottlinger/mailclena#63f0f70862f041691c4484bb8114436fcc51d942 org.apache.tamaya:tamaya-core@0.4-incubating junit:junit@4.12
  • Introduced through: ottlinger/mailclena@ottlinger/mailclena#63f0f70862f041691c4484bb8114436fcc51d942 org.apache.tamaya:tamaya-core@0.4-incubating org.apache.tamaya:tamaya-spisupport@0.4-incubating junit:junit@4.12

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