<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:datadog:datadog-Opentelemetry:*:*:*:*:*:rust:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3adatadogdatadog-opentelemetryrust/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 29 Aug 2026 03:14:08 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3adatadogdatadog-opentelemetryrust/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unbounded W3C Tracestate Parsing in datadog-opentelemetry</title><link>https://feed.craftedsignal.io/briefs/2026-08-datadog-opentelemetry-dos/</link><pubDate>Sat, 29 Aug 2026 03:14:08 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-datadog-opentelemetry-dos/</guid><description>The datadog-opentelemetry Rust library is vulnerable to a remote denial-of-service attack due to unbounded parsing of the W3C tracestate header, allowing unauthenticated attackers to exhaust CPU and memory resources.</description><content:encoded><![CDATA[<p>The datadog-opentelemetry Rust library (versions 0.1.0 through 0.3.2) contains a vulnerability in its implementation of W3C Trace Context propagation. The tracer performs unbounded parsing of the <code>tracestate</code> header, specifically when processing the Datadog vendor entry (<code>dd=...</code>). This entry contains semicolon-separated key:value pairs which the library stores in a hash map without enforcing a size limit on the input or the resulting structure.</p>
<p>A remote, unauthenticated attacker can exploit this by sending HTTP requests with a maliciously crafted <code>tracestate</code> header containing an arbitrarily large number of key:value pairs or an excessively large string. Because <code>tracecontext</code> extraction is enabled by default in affected tracers, services using this library are exposed to resource exhaustion. The resulting CPU and memory consumption can lead to a Denial of Service (DoS) for the instrumented application. This issue is tracked as CVE-2026-54788.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to a remote Denial of Service (DoS) by saturating server CPU and memory. Any internet-facing service instrumented with the vulnerable library versions is at risk, potentially causing service outages or significant performance degradation across affected microservices and backend systems.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade <code>dd-trace-rs</code> to version 0.3.3 or later to apply the necessary input parsing bounds.</li>
<li>If an immediate upgrade is not possible, disable <code>tracecontext</code> extraction by setting the <code>DD_TRACE_PROPAGATION_STYLE_EXTRACT</code> environment variable to a value that excludes <code>tracecontext</code>, such as <code>datadog</code>.</li>
<li>Implement header size restrictions at the infrastructure level by configuring upstream proxies or web servers to reject requests with excessively large <code>tracestate</code> headers.</li>
</ol>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>rust</category><category>supply-chain</category></item></channel></rss>