Answer in brief
CVE-2026-54788 records a High severity (CVSS 7.5) vulnerability in dd-trace-rs: Unbounded W3C tracestate parsing may lead to DoS. The current sources do not mark it as known exploited. The current feed maps DataDog/dd-trace-rs (generic), datadog-opentelemetry (rust). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps DataDog/dd-trace-rs (generic), datadog-opentelemetry (rust). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| DataDog/dd-trace-rsgeneric | >= 0.1.0, < 0.3.3 | Not reported |
| datadog-opentelemetryrust | >=0.1.0,<0.3.3 | 0.3.3 |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
dd-trace-rs provides Datadog application performance monitoring for Rust. From 0.1.0 until 0.3.3, datadog-opentelemetry/src/propagation/tracecontext.rs parses the W3C tracestate header and collects every semicolon-separated key and value pair in the Datadog dd=... vendor entry into a HashMap without enforcing a pair count or entry size limit. Because tracecontext extraction is enabled by default, a remote unauthenticated attacker can send an arbitrarily large dd=... entry and force excessive CPU and memory consumption for each request, causing denial of service in an instrumented network service. This vulnerability is fixed in 0.3.3.
Quoted source text, attributed separately from HOL analysis.