CVE-2024-23454

Summary

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.

Affected Software

VendorProductVersion RangeStatus
Apache Software FoundationApache Hadoop0 < 3.4.0affected

Weaknesses

  • CWE-378: CWE-378 Creation of Temporary File With Insecure Permissions

ADP Enrichment

CVE Program Container

Additional References

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References