Cyber Resilience

CVE-2026-40894

Opentelemetry 0.5.0 – 1.15.3

Published
23 April 2026
Modified
28 April 2026
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0046 37th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-40894 is a medium-severity Memory Allocation with Excessive Size Value (CWE-789) vulnerability in Opentelemetry Opentelemetry. Its CVSS base score is 5.3 (Medium).

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

The strongest mitigations our analysis identified map to SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

OpenTelemetry dotnet is a dotnet telemetry framework. In OpenTelemetry.Api 0.5.0-beta.2 to 1.15.2 and OpenTelemetry.Extensions.Propagators 1.3.1 to 1.15.2, The implementation details of the baggage, B3 and Jaeger processing code in the OpenTelemetry.Api and OpenTelemetry.Extensions.Propagators NuGet packages can allocate excessive memory when…

more

parsing which could create a potential denial of service (DoS) in the consuming application. This vulnerability is fixed in 1.15.3.

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?

Unbounded memory allocation during header parsing enables remote DoS via application exploitation (CWE-789).

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

CVEs Like This One

CVE-2026-44967Same product: Opentelemetry Opentelemetry
CVE-2026-40182Same product: Opentelemetry Opentelemetry
CVE-2026-41178Same product: Opentelemetry Opentelemetry
CVE-2026-39882Same product: Opentelemetry Opentelemetry
CVE-2026-40891Same product: Opentelemetry Opentelemetry
CVE-2026-42348Same vendor: Opentelemetry
CVE-2026-41078Same product: Opentelemetry Opentelemetry
CVE-2026-29181Same product: Opentelemetry Opentelemetry
CVE-2026-45680Same vendor: Opentelemetry
CVE-2026-41483Same vendor: Opentelemetry

Affected Assets

opentelemetry
opentelemetry
0.5.0 — 1.15.3
opentelemetry
opentelemetry.api
0.5.0 — 1.15.3
opentelemetry
opentelemetry.extensions.propagators
1.3.0 — 1.15.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-5 Denial-of-service Protection
  • SC-6 Resource Availability
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of input size/format before parsing B3/Jaeger/baggage headers, blocking the excessive-allocation path that triggers CWE-789.

prevent

Mandates denial-of-service protection mechanisms that limit memory consumption from untrusted propagator inputs, directly mitigating the described DoS vector.

prevent

Requires explicit management of memory and processing resources so that a single malformed telemetry header cannot exhaust system availability.

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.PS-06 mostly match
prevents

Secure SDLC practices directly prevent coding flaws that trust unvalidated size values for allocations.

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

Security testing in development can detect and block excessive allocation flaws before deployment.

prevents

Secure development lifecycle includes input validation and size checks that prevent unbounded allocations.

prevents

Application security requirements mandate bounds checking on size parameters to avoid excessive memory allocation.

prevents

Secure architecture principles require resource-limit enforcement that mitigates uncontrolled memory requests.

prevents

Secure coding standards directly prohibit allocating memory from untrusted size values without validation.

none

Capacity management monitors overall resource use but does not prevent individual allocation bugs.

References