PatchSiren cyber security CVE debrief
CVE-2026-48504 open-telemetry CVE debrief
CVE-2026-48504 involves OpenTelemetry Rust's BaggagePropagator::extract_with_context in opentelemetry_sdk not enforcing W3C Baggage size limits before parsing an inbound baggage header. This could cause unnecessary CPU work and short-lived heap allocations. The issue is fixed in version 0.32.1. Services accepting untrusted inbound propagation headers may experience increased per-request resource usage. This vulnerability has a medium severity with a CVSS score of 5.3. The issue was publicly disclosed on 2026-07-17.
- Vendor
- open-telemetry
- Product
- opentelemetry-rust
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-17
- Original CVE updated
- 2026-07-20
- Advisory published
- 2026-07-17
- Advisory updated
- 2026-07-20
Who should care
Services that accept untrusted inbound propagation headers may experience increased per-request resource usage when processing oversized baggage headers. Operators of systems using OpenTelemetry Rust 0.32.0 or earlier should review their exposure and plan for updates or mitigations. Security teams and vulnerability management teams should prioritize this issue due to its potential impact on resource usage and the availability of a fix in version 0.32.1.
Technical summary
In OpenTelemetry Rust 0.32.0 and earlier, the BaggagePropagator::extract_with_context in opentelemetry_sdk did not enforce W3C Baggage size limits before parsing an inbound baggage header. This could lead to increased CPU work and short-lived heap allocations while parsing entries later discarded by the SDK's baggage storage limits. The issue is addressed in version 0.32.1. Affected services may experience increased resource usage when processing oversized baggage headers.
Defensive priority
Medium priority due to potential for increased resource usage and the availability of a fix
Recommended defensive actions
- Inventory and verify OpenTelemetry Rust version
- Upgrade to version 0.32.1 or later if possible
- Monitor for unusual resource usage patterns
- Implement compensating controls for ingress header validation
- Review and adjust security monitoring to detect potential exploitation attempts
- Perform an asset inventory to identify potentially affected systems
- Track and verify the remediation status of affected assets
Evidence notes
Evidence is based on official CVE and NVD records, as well as source references from GitHub. However, detailed impact analysis and affected scope remain limited. To verify, defenders should check the official CVE record and NVD detail page for CVE-2026-48504, review the GitHub commit addressing the issue, and monitor for unusual resource usage patterns. The evidence is grounded in these sources but may not cover all potential impacts or affected systems.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48504 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48504
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48504 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48504
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/open-telemetry/opentelemetry-rust/commit/a389ca6b3e416416bc8fc9b01cf6076b9182ed14
-
Source reference
Unverified legacy reference
URL: https://github.com/open-telemetry/opentelemetry-rust/security/advisories/GHSA-w9wp-h8wv-79jx
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.