CVE-2015-7521: High severity vulnerability that affects org.apache.hive:hive, org.apache.hive:hive-exec, and org.apache.hive:hive-service
8.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.60173%
CWE
Published
11/21/2018
Updated
1/9/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.hive:hive | maven | >= 1.0.0, < 1.2.2 | 1.2.2 |
org.apache.hive:hive-exec | maven | >= 1.0.0, < 1.2.2 | 1.2.2 |
org.apache.hive:hive-service | maven | >= 1.0.0, < 1.2.2 | 1.2.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing parent table authorization checks during partition operations. The mitigation adds ParentTableAuthorizationHook
to the semantic analyzer, indicating authorization was previously not enforced at this stage. The core vulnerability exists in semantic analysis methods processing partition-level DDL/DML operations (like analyzeInternal
and analyzeAlterTable
) that lacked parent privilege verification. These functions would appear in stack traces when unauthorized partition operations are processed.