CVE-2015-1836:
High severity vulnerability that affects org.apache.hbase:hbase
7.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.83463%
CWE
Published
10/18/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:U/C:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.hbase:hbase | maven | = 1.1.0 | 1.1.0.1 |
org.apache.hbase:hbase | maven | >= 0.98, <= 0.98.12.0 | 0.98.12.1 |
org.apache.hbase:hbase | maven | >= 1.0.0, <= 1.0.1.0 | 1.0.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper security detection in ZKUtil.isSecureZooKeeper() which controls ZooKeeper ACL assignments. The patched commits show critical modifications to the security validation logic:
- Expanded JAAS configuration checks from just 'Client' to include Kerberos-specific entries
- Removed the keytab file presence requirement from the security check These changes indicate the original function was failing to properly detect secure configurations, leading to weak ACLs. During exploitation, this function would be actively involved in security evaluation, making it appear in stack traces when ZooKeeper ACLs are being set. The function's incorrect security assessment directly enabled the improper access control described in CVE-2015-1836.