CVE-2024-23953

Apache Hive: Timing Attack Against Signature in LLAP util

Description

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.

Category

6.5
CVSS
Severity: Medium
CVSS 3.1 •
EPSS 0.09%
Vendor Advisory apache.org
Affected: Apache Software Foundation Apache Hive
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2024-23953?
CVE-2024-23953 has been scored as a medium severity vulnerability.
How to fix CVE-2024-23953?
To fix CVE-2024-23953, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2024-23953 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2024-23953 is being actively exploited. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2024-23953?
CVE-2024-23953 affects Apache Software Foundation Apache Hive.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.