Vulnerability in Apache Hive
CVE-2024-23953
Use of Arrays.equals() in LlapSignerImpl in Apache Hive to compare message signatures allows attacker to forge a valid signature for an arbitrary message byte by byte. The attacker should be an authorized user of the product to perform this attack. Users are recommended to upgrade to version 4.0.0, which fixes this issue. The problem occurs when an application doesn’t use a constant-time algorithm for validating a signature. The method Arrays.equals() returns false right away when it sees that one of the input’s bytes are different. It means that the comparison time depends on the contents of the arrays. This little thing may allow an attacker to forge a valid signature for an arbitrary message byte by byte. So it might allow malicious users to submit splits/work with selected signatures to LLAP without running as a privileged user, potentially leading to DDoS attack. More details in the reference section.
EPSS: 0.012 (65.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N.
Affected products
- Apache Hive
- Apache Software Foundation Hive — versions 2.2.0
Weakness classification (CWE)
References
- security@apache.org (Product, product)
- security@apache.org (Patch, patch)
- security@apache.org (issue-tracking, Patch)
- security@apache.org (Exploit, technical-description, Third Party Advisory)
- security@apache.org (Technical Description, technical-description)
- security@apache.org (vendor-advisory, Mailing List, Vendor Advisory)
- af854a3a-2127-422b-91ae-364da2661108 (Mailing List, Third Party Advisory)
Frequently asked questions
- What is CVE-2024-23953?
- CVE-2024-23953 is a medium-severity vulnerability in Apache Hive, classified under CWE-208. CVSS score: 6.5/10. Published 2025-01-28.
- How severe is CVE-2024-23953?
- Medium severity. CVSS v3 base score is 6.5 out of 10.