Impact
A’s AbstractHistogram.decodeFromByteBuffer, where an attacker can supply an excessively large numberOfSignificantValueDigits value, leading to uncontrolled memory allocation and potential denial of service. The issue is classified under CWE‑400 (Uncontrolled Resource Consumption), CWE‑770 (Memory Allocation in Improper Order), and CWE‑789 (Out‑of‑Bounds Array Access). The impact does not affect confidentiality or integrity but can exhaust system resources if the vulnerable method is invoked by malicious or misconfigured local code.
Affected Systems
The affected product is the HdrHistogram library, with versions up to and including 2.2.2. The vulnerability is present in every build of the library up to the stated version and involves the org.HdrHistogram.AbstractHistogram class in the src/main/java/org/HdrHistogram/AbstractHistogram.java file.
Risk and Exploitability
The CVSS score of 4.8 indicates moderate severity. The EPSS score is very low (<1%), which suggests an extremely low probability of exploitation. The consensus is that the issue is not listed in CISA’s KEV catalog. The exploit has been published and may be used; however, the attack vector remains local, requiring the attacker to have local code execution on the same host where the vulnerable method runs.
OpenCVE Enrichment