Description
A vulnerability was determined in LatencyUtils up to 2.0.3. Affected by this issue is the function LatencyStats.recordDetectedPause of the file src/main/java/org/LatencyUtils/LatencyStats.java of the component PauseDetector. Executing a manipulation can lead to memory corruption. The attack needs to be launched locally. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-31
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local Memory Corruption
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the LatencyStats.recordDetectedPause method of the LatencyUtils library, where an attacker can manipulate input to trigger memory corruption. This flaw is categorized as a classic buffer overrun (CWE-119), which can corrupt internal data structures and potentially allow the attacker to alter program behavior or cause a crash. The impact is strictly local; a malicious user with access to the environment in which LatencyUtils runs could exploit this to destabilize the application or gain elevated privileges on that host.

Affected Systems

The issue affects LatencyUtils versions up to and including 2.0.3. The affected component is PauseDetector within the LatencyUtils project. Any deployment that incorporates these library versions is potentially vulnerable until it is updated to a patched revision or a mitigated build.

Risk and Exploitability

The CVSS score of 4.8 indicates a medium risk level, but the lack of network exposure limits the vector to local execution. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting that it is not a widespread exploit currently. However, the publicly disclosed nature of the exploit means that anyone with local access could attempt to trigger the crash or arbitrary code execution if the memory corruption is leveraged effectively. No known workaround or patch is currently provided by the vendor, so the risk persists until an updated version is released.

Generated by OpenCVE AI on August 31, 2026 at 01:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade LatencyUtils to a version newer than 2.0.3 that contains the fixed implementation of recordDetectedPause
  • If an update is not immediately available, isolate the application to a sandboxed environment and monitor for abnormal memory usage or segmentation faults that could indicate attempted exploitation
  • Implement defensive programming practices such as bounds checking around pause duration calculations to prevent out‑of‑range buffer accesses, following the guidance for CWE‑119 mitigations

Generated by OpenCVE AI on August 31, 2026 at 01:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in LatencyUtils up to 2.0.3. Affected by this issue is the function LatencyStats.recordDetectedPause of the file src/main/java/org/LatencyUtils/LatencyStats.java of the component PauseDetector. Executing a manipulation can lead to memory corruption. The attack needs to be launched locally. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.
Title LatencyUtils PauseDetector LatencyStats.java LatencyStats.recordDetectedPause memory corruption
First Time appeared Latencyutils
Latencyutils latencyutils
Weaknesses CWE-119
CPEs cpe:2.3:a:latencyutils:latencyutils:*:*:*:*:*:*:*:*
Vendors & Products Latencyutils
Latencyutils latencyutils
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 3.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': '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'}


Subscriptions

Latencyutils Latencyutils
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T17:43:07.243Z

Reserved: 2026-08-30T06:25:35.033Z

Link: CVE-2026-82596

cve-icon Vulnrichment

Updated: 2026-08-31T17:43:03.420Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T00:16:42.150

Modified: 2026-08-31T20:56:08.800

Link: CVE-2026-82596

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T21:22:27Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer