CVE-2024-29869: Apache Hive: Credentials file created with non restrictive permissions
Hive creates a credentials file to a temporary directory in the file system with permissions 644 by default when the file permissions are not set explicitly. Any unauthorized user having access to the directory can read the sensitive information written into this file. Users are recommended to upgrade to version 4.0.1, which fixes this issue.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-29869?
The severity of CVE-2024-29869 is critical due to potential unauthorized access to sensitive credential information.
How do I fix CVE-2024-29869?
To fix CVE-2024-29869, update to Apache Hive version 4.0.1 or later, ensuring file permissions are explicitly set to restrict access.
What are the risks associated with CVE-2024-29869?
The risks associated with CVE-2024-29869 include exposure of sensitive information to unauthorized users if the temporary directory's permissions are not properly configured.
Which versions of Apache Hive are affected by CVE-2024-29869?
Apache Hive versions prior to 4.0.1 are affected by CVE-2024-29869.
Is CVE-2024-29869 an issue in Hive's default configuration?
Yes, CVE-2024-29869 arises due to default file permissions of 644 being set for credentials files when permissions are not explicitly defined.