Cyber Resilience

CVE-2026-45682

DoS in Opentelemetry Ebpf Instrumentation ≤ 0.9.0

Public PoCDoS
Published
02 June 2026
Modified
22 July 2026
Patch / advisory
CVSS Score v3.1 5.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0016 6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-45682 is a medium-severity Missing Release of Memory after Effective Lifetime (CWE-401) vulnerability in Opentelemetry Ebpf Instrumentation. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SC-6 (Resource Availability) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. Prior to version 0.9.0, the custom CappedConcurrentHashMap introduced for Java TLS state tracking never removes keys from its insertion-order queue when entries are deleted. In long-running instrumented JVMs, repeated…

more

connection churn can therefore grow the queue without bound and exhaust heap memory. This issue has been patched in version 0.9.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Memory leak (CWE-401/770) in connection-handling map enables remote triggering of heap exhaustion for application DoS via crafted connection churn.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-45678Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45676Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45680Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45685Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45686Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45681Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45679Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45683Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-45684Same product: Opentelemetry Ebpf Instrumentation
CVE-2026-41483Same vendor: Opentelemetry

Affected Assets

opentelemetry
ebpf instrumentation
≤ 0.9.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • SC-6 Resource Availability
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V15.4.4

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely remediation of the memory-leak flaw in the CappedConcurrentHashMap implementation, which the vendor addressed in 0.9.0.

prevent

Enforces limits on heap-memory allocation so that unbounded queue growth from the defective map cannot exhaust JVM resources.

detect

Monitors JVM heap and process-memory metrics, enabling detection of the gradual exhaustion caused by the never-pruned insertion-order queue.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.IR-04 mostly match
degrades

Monitoring capacity and taking action to maintain availability directly reduces unchecked resource allocation.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce proper memory allocation/deallocation via coding standards, reviews, and tooling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Baseline comparison of CPU, memory and bandwidth usage helps surface uncontrolled resource allocations before they cause service degradation.

detects

Security testing in development can detect unreleased memory, providing partial coverage of the weakness.

prevents

Capacity projections and elasticity measures ensure that allocation requests are bounded and can be throttled, reducing the window in which an attacker can force unbounded resource reservations.

mitigates

Defining retention periods and deletion schedules for backup copies prevents indefinite accumulation of data on storage media without corresponding resource-management controls.

mitigates

Architectural redundancy and automatic failover limit the impact of an attacker who forces excessive allocations, because spare capacity can absorb the load until the primary instance recovers.

prevents

Secure development life cycle mandates memory-management practices that reduce missing-release defects.

References