Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Local-only library method requiring low-privilege access to supply a crafted buffer; impact is limited to availability of the consuming application only.
Primary rating from Vendor (vuldb).
CVSS VectorVendor: vuldb
Lifecycle Timeline
1DescriptionCVE.org
A flaw has been found in HdrHistogram up to 2.2.2. This affects the function org.HdrHistogram.AbstractHistogram.decodeFromByteBuffer of the file src/main/java/org/HdrHistogram/AbstractHistogram.java. This manipulation of the argument numberOfSignificantValueDigits causes uncontrolled memory allocation. The attack can only be executed locally. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
AnalysisAI
Uncontrolled memory allocation in HdrHistogram versions up to 2.2.2 allows a local low-privileged attacker to cause denial of service by passing a crafted byte buffer to the AbstractHistogram.decodeFromByteBuffer method with a malicious numberOfSignificantValueDigits value. The affected Java library fails to validate this argument before using it to drive heap allocation, allowing JVM memory exhaustion in any application that processes attacker-influenced histogram data. Publicly available exploit code exists; no patch has been released as the project maintainer has not responded to the coordinated disclosure.
Technical ContextAI
HdrHistogram is a Java library for recording high dynamic range histogram data, widely embedded in performance monitoring, latency measurement, and observability tooling. The vulnerable method org.HdrHistogram.AbstractHistogram.decodeFromByteBuffer in src/main/java/org/HdrHistogram/AbstractHistogram.java reads histogram data from a ByteBuffer and uses the deserialized numberOfSignificantValueDigits field to size internal data structures. CWE-400 (Uncontrolled Resource Consumption) identifies the root cause: the method performs no bounds validation on this argument before allocating memory proportional to its value, permitting a crafted input to cause arbitrarily large heap allocation within the host JVM process. The CVSS 4.0 vector (AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L) confirms local-only access, low complexity, low privileges, and availability-only impact. No CPE string was provided in the input data.
RemediationAI
No vendor-released patch has been identified at time of analysis. The project was notified via GitHub issue https://github.com/HdrHistogram/HdrHistogram/issues/220 but has not responded. As a primary compensating control, callers should validate numberOfSignificantValueDigits before passing any byte buffer to decodeFromByteBuffer - the HdrHistogram specification defines valid values as integers 1 through 5, so reject any deserialized value outside this range. Additionally, configuring explicit JVM heap limits via -Xmx can cap the damage radius, though this will cause an OutOfMemoryError in the JVM process rather than gracefully rejecting the input. Wrapping decodeFromByteBuffer calls in a try-catch for OutOfMemoryError and IllegalArgumentException allows applications to reject malformed input without crashing. Monitor the upstream GitHub issue and repository for a patch release before upgrading.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41706
GHSA-5846-q349-47qp