Cyber Resilience

CVE-2026-45683

Memory Safety in Opentelemetry Ebpf Instrumentation ≤ 0.9.0

Published
02 June 2026
Modified
22 July 2026
Patch / advisory
CVSS Score v3.1 3.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
EPSS Score 0.0017 7th percentile
Risk Priority 17 floored blend · peak EPSS

Summary

CVE-2026-45683 is a low-severity Buffer Under-read (CWE-127) vulnerability in Opentelemetry Ebpf Instrumentation. Its CVSS base score is 3.8 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique System Information Discovery (T1082); ranked at the 7th 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 SI-2 (Flaw Remediation) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. Prior to version 0.9.0, the Java TLS ioctl probe reads user-controlled ioctl pointers with bpf_probe_read instead of bpf_probe_read_user. An instrumented local process can therefore point OBI at kernel memory…

more

and cause that memory to be copied into telemetry. This issue has been patched in version 0.9.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Vuln enables local kernel memory disclosure via instrumentation, directly supporting system info discovery and potential credential exposure.

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

CVEs Like This One

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

Affected Assets

opentelemetry
ebpf instrumentation
≤ 0.9.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 6 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V10.4.9
  • V11.7.1
  • V14.1.2
  • V14.2.4

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying the vendor patch (0.9.0) that replaces bpf_probe_read with bpf_probe_read_user, eliminating the kernel-memory exposure path.

prevent

Restricts the privileges of both the OBI process and instrumented workloads so they cannot reach kernel addresses even if the flawed probe is exercised.

detect

Enables monitoring of telemetry output volumes and content for anomalous kernel-memory patterns that would indicate exploitation of the ioctl probe.

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.AA-05 mostly match
prevents

PR.AA-05 directly enforces least-privilege authorization that blocks most unauthorized disclosures, yet CWE-200 also arises from logging, error messages, and side-channel paths that access controls alone do not address.

PR.DS-10 mostly match
prevents

PR.DS-10 mostly prevents CWE-200 by directly eliminating unauthorized access to sensitive data-in-use, yet only partially addresses the weakness because CWE-200 spans many other exposure vectors outside runtime protection.

PR.IR-01 mostly match
prevents

PR.IR-01's segmentation/zero-trust controls largely eliminate network-level unauthorized access paths that enable exposure, yet CWE-200 spans many additional vectors (API responses, logs, app logic) that network controls alone cannot close.

PR.PS-06 mostly match
prevents

Secure-development practices such as bounds checking and static analysis directly prevent introduction of buffer under-reads.

ID.RA-01 partial match
prevents

Vulnerability scanning can discover buffer under-read flaws so they can be recorded and fixed.

PR.AA-01 partial match
prevents

PR.AA-01 supplies proper credential lifecycle controls that reduce unauthorized access paths, yet leaves many other exposure vectors (error messages, logging, side channels, etc.) unaddressed.

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.

prevents

Restricting anonymous or unknown access and encrypting high-value information limits the exposure of sensitive data that would otherwise be obtainable by unauthorized actors.

prevents

Suppressing system details, error specifics, and previous log-on information until successful authentication reduces the information an unauthenticated attacker can gather.

prevents

By requiring owners to assign sensitivity labels and corresponding handling rules, the control ensures that information is not left unmarked and therefore reduces the chance that sensitive data will be exposed to unauthorized actors.

prevents

Requiring encryption, access controls, and recipient authentication for transfers directly reduces the chance that sensitive data reaches an unauthorized observer.

prevents

Secure delivery, protected storage, and confidentiality of allocation records limit exposure of authentication material to unauthorized observers.

prevents

Requiring defined procedures, assigned roles, and technical/organizational measures for handling PII reduces the chance that sensitive personal data will be exposed to unauthorized actors through inadequate handling or missing safeguards.

References