CVE-2020-1926:
Apache Hive Information Exposure and Observable Timing Discrepancy
5.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.49344%
CWE
Published
2/9/2022
Updated
1/30/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.hive:hive | maven | < 2.3.8 | 2.3.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While explicit patch details are unavailable, the vulnerability description and JIRA ticket (HIVE-22708) indicate the issue was in cookie signature verification. In Java web applications, HMAC signature verification using non-constant time comparisons typically occurs in the cookie validation()
routine. The HiveAuthFactory.CookieSigner
class is the logical location for this functionality based on Hive's authentication architecture. The medium confidence reflects the need to infer implementation details without seeing actual code changes, but the specific vulnerability characteristics strongly suggest this function would be involved in the insecure comparison.