Skip to main content

HdrHistogram CVE-2026-14686

| EUVDEUVD-2026-41708 LOW
Incorrect Comparison (CWE-697)
2026-07-05 VulDB GHSA-pcmr-4mmx-225x
1.9
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
1.9 MEDIUM
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
vuln.today AI
3.3 LOW

Local-only access (AV:L), low privileges to influence input (PR:L), integrity-only impact (I:L) with no confidentiality or availability effect.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Severity Changed
Jul 05, 2026 - 01:22 NVD
MEDIUM LOW
CVSS changed
Jul 05, 2026 - 01:22 NVD
4.8 (MEDIUM) 1.9 (LOW)
Analysis Generated
Jul 05, 2026 - 00:42 vuln.today

DescriptionCVE.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.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

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

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-14686 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy