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.
References
Configurations
No configuration.
History
21 Nov 2024, 08:57
Type | Values Removed | Values Added |
---|---|---|
References |
|
05 Nov 2024, 20:35
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.2 |
26 Sep 2024, 13:32
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
25 Sep 2024, 08:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-25 08:15
Updated : 2024-11-21 08:57
NVD link : CVE-2024-23454
Mitre link : CVE-2024-23454
CVE.ORG link : CVE-2024-23454
JSON object : View
Products Affected
No product.
CWE
CWE-269
Improper Privilege Management