Vulnerabilities

1 via 1 paths

Dependencies

10

Source

GitHub

Commit

d4c32edf

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity

Information Exposure

  • Vulnerable module: org.nanohttpd:nanohttpd
  • Introduced through: org.nanohttpd:nanohttpd@2.3.1

Detailed paths

  • Introduced through: TobeSoftwareGmbH/SecretHitlerMobileCompanion@TobeSoftwareGmbH/SecretHitlerMobileCompanion#d4c32edfbc5ea5b2dbf13b8a3b4080ce847e789d org.nanohttpd:nanohttpd@2.3.1

Overview

Affected versions of this package are vulnerable to Information Exposure. Whenever an HTTP Session is parsing the body of an HTTP request, the body of the request is written to a RandomAccessFile when the it is larger than 1024 bytes. This file is created with insecure permissions that allow its contents to be viewed by all users on the host machine.

Workaround: Manually specifying the -Djava.io.tmpdir= argument when launching Java to set the temporary directory to a directory exclusively controlled by the current user can fix this issue.

Remediation

There is no fixed version for org.nanohttpd:nanohttpd.

References