Executive Summary

Informations
Name CVE-2024-23953 First vendor Publication 2025-01-28
Vendor Cve Last vendor Modification 2025-02-18

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-23953

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-208 Timing Discrepancy Information Leak

Sources (Detail)

http://www.openwall.com/lists/oss-security/2025/01/28/3
https://blog.gypsyengineer.com/en/security/preventing-timing-attacks-with-cod...
https://cqr.company/web-vulnerabilities/timing-attacks/
https://github.com/apache/hive
https://github.com/apache/hive/commit/b418e3c9f479ba8e7d31e6470306111002ffa809
https://issues.apache.org/jira/browse/HIVE-28030
https://lists.apache.org/thread/0nloywj49nbtlc6l3c6363qvq7o1ztb7
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
Date Informations
2025-02-19 00:20:33
  • Multiple Updates
2025-01-28 21:20:27
  • Multiple Updates
2025-01-28 13:20:30
  • First insertion