Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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 access (AV:L), low privileges to influence input (PR:L), integrity-only impact (I:L) with no confidentiality or availability effect.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
A vulnerability was found in HdrHistogram up to 2.2.2. This issue affects the function org.HdrHistogram.DoubleHistogram.recordValue of the file src/main/java/org/HdrHistogram/DoubleHistogram.java of the component Range Check. Performing a manipulation results in incorrect comparison. The attack is only possible with local access. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
AnalysisAI
Incorrect comparison in HdrHistogram's DoubleHistogram.recordValue() range check allows a local, low-privileged attacker to manipulate histogram integrity by recording out-of-range values that bypass the bounds check. Versions up to and including 2.2.2 are affected. No public exploit identified at time of analysis - publicly available exploit code exists, and the project maintainer has not responded to the responsible disclosure, leaving the vulnerability unpatched.
Technical ContextAI
HdrHistogram is a Java library designed for recording latency and performance distributions with high dynamic range and configurable precision. The affected component is the Range Check logic inside org.HdrHistogram.DoubleHistogram.recordValue() in src/main/java/org/HdrHistogram/DoubleHistogram.java. CWE-697 (Incorrect Comparison) indicates the bounds-checking predicate evaluates incorrectly - likely using the wrong operator, comparing the wrong operands, or suffering from a floating-point comparison edge case - allowing values that should be rejected to be accepted and recorded. The CPE (cpe:2.3:a:n/a:hdrhistogram:*:*:*:*:*:*:*:*) confirms the scope is the standalone HdrHistogram library through version 2.2.2. Because DoubleHistogram internally uses a 64-bit floating-point representation, floating-point precision boundaries may interact with integer-range assumptions in the check.
RemediationAI
No vendor-released patch identified at time of analysis - the project maintainer had not responded to the GitHub issue report as of disclosure. As a compensating control, callers of DoubleHistogram.recordValue() should implement an explicit application-layer bounds check before invoking the method, validating that the value falls within the expected histogram range (e.g., between the configured lowestDiscernibleValue and the histogram's configured highestTrackableValue). This adds a small per-call overhead but prevents incorrect values from silently entering the histogram. Alternatively, consider migrating to HDR Histogram's integer-based Histogram class where applicable, as the DoubleHistogram wrapper introduces additional floating-point range logic. Monitor the upstream GitHub repository at https://github.com/HdrHistogram/HdrHistogram/ and the issue thread at https://github.com/HdrHistogram/HdrHistogram/issues/222 for a patched release. If a patch is eventually released, upgrade past version 2.2.2.
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-697 – Incorrect Comparison
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41708
GHSA-pcmr-4mmx-225x