Skip to main content

datadog-opentelemetry CVE-2026-54788

| EUVDEUVD-2026-67829 HIGH
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-08-28 https://github.com/DataDog/dd-trace-rs GHSA-gpwf-4h98-v82q
7.5
CVSS 3.1 · Vendor: https://github.com/DataDog/dd-trace-rs
Share

Severity by source

Vendor (https://github.com/DataDog/dd-trace-rs) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Default network-accessible tracecontext parsing requires no auth or complexity; sole impact is availability exhaustion with no confidentiality or integrity loss.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (https://github.com/DataDog/dd-trace-rs).

CVSS VectorVendor: https://github.com/DataDog/dd-trace-rs

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 28, 2026 - 17:21 vuln.today
Analysis Generated
Aug 28, 2026 - 17:21 vuln.today
CVE Published
Aug 28, 2026 - 16:35 github-advisory
HIGH 7.5

DescriptionCVE.org

Impact

Datadog tracing libraries that implement W3C Trace Context (tracecontext) propagation parse the incoming tracestate header without enforcing a size cap on the Datadog vendor entry (dd=...). The dd= value contains semicolon-separated key:value pairs, and the parser allocates a hash-map entry for each pair. A remote, unauthenticated attacker can send a tracestate header whose dd= member is arbitrarily large (or contains an arbitrarily large number of pairs), forcing unbounded CPU and memory consumption per request and enabling a remote Denial of Service. tracecontext extraction is enabled by default in affected tracers, so any internet-facing service instrumented with an affected version is exposed unless tracecontext has been explicitly removed from the propagation style configuration.

Patches

This is resolved in version 0.3.3 and later of the dd-trace-rs library.

Workarounds

If you cannot upgrade immediately:

  1. Disable tracecontext extraction by setting DD_TRACE_PROPAGATION_STYLE_EXTRACT to a value that does not include tracecontext (for example, datadog).
  2. Cap the maximum HTTP request header size at an upstream proxy or web server.

AnalysisAI

Unbounded W3C tracestate parsing in the datadog-opentelemetry Rust crate (dd-trace-rs) allows remote unauthenticated attackers to exhaust CPU and memory on any instrumented service by sending HTTP requests with an arbitrarily large or pair-dense dd= vendor entry in the tracestate header. Affected versions 0.1.0 through 0.3.2 are exposed under default configuration because tracecontext extraction is enabled without any opt-in, making every internet-facing Rust service using Datadog APM a viable target. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Persist
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Exploitation requires that the target service is written in Rust, instrumented with the datadog-opentelemetry crate at version 0.1.0 through 0.3.2, and that tracecontext is present in the propagation extraction style - which is the default configuration, so no special operator misconfiguration is necessary. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 7.5 vector (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) is well-calibrated: the attack is network-reachable, requires no authentication or special complexity, and the only impact is availability, which aligns with a pure resource-exhaustion DoS. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation The primary remediation is upgrading datadog-opentelemetry to version 0.3.3 or later, available at https://github.com/DataDog/dd-trace-rs/releases/tag/datadog-opentelemetry-v0.3.3; update the Cargo.toml dependency and rebuild the affected service. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, inventory all Rust services using dd-trace-rs versions 0.1.0 through 0.3.2 and identify those exposed to the internet. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-54788 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy