CVE-2024-23454
Apache Hadoop’s RunJar.run() does not set permissions for temporary directory by default.
Does this matter?
Lower severity and a low EPSS score (0.38%). Track it; it rarely justifies an emergency change on its own.
Description
Apache Hadoop’s RunJar.run() does not set permissions for temporary directory by default. If sensitive data will be present in this file, all the other local users may be able to view the content. This is because, on unix-like systems, the system temporary directory is shared between all local users. As such, files written in this directory, without setting the correct posix permissions explicitly, may be viewable by all other local users.
- CVSS 3.1
- 6.2 MEDIUMCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- EPSS
- 0.38% probability · 32th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-378
- Affected
- apache/hadoop
- Source
- security@apache.org
References
- https://issues.apache.org/jira/browse/HADOOP-19031Patch, Vendor Advisory
- https://lists.apache.org/thread/xlo7q8kn4tsjvx059r789oz19hzgfkfsMailing List, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2024/09/25/1Mailing List, Third Party Advisory
- https://security.netapp.com/advisory/ntap-20241101-0002/Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.