Lucene search
+L

53 matches found

EUVD
EUVD
added 2026/09/17 8:16 p.m.3 views

EUVD-2026-82423

dd-trace-cpp is the Datadog distributed tracing library for C++. Prior to 2.1.0, dd-trace-cpp parses incoming W3C baggage headers without enforcing DDTRACEBAGGAGEMAXITEMS or DDTRACEBAGGAGEMAXBYTES on the extraction path, even though those limits are enforced during injection. A remote...

7.5CVSS0.00081EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 8:16 p.m.4 views

CVE-2026-50277

dd-trace-cpp (Datadog's C++ distributed tracing library) prior to 2.1.0 parses incoming W3C baggage headers on the extraction path without enforcing DD_TRACE_BAGGAGE_MAX_ITEMS or DD_TRACE_BAGGAGE_MAX_BYTES limits, even though those limits are applied during injection. A remote unauthenticated att...

7.5CVSS0.00081EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/15 5:51 a.m.8 views

ROOT-APP-NPM-CVE-2026-50272 CVE-2026-50272 in dd-trace - Patched by Root

Root has patched CVE-2026-50272 in the dd-trace package for Root:npm. Multiple fixed versions available...

7.5CVSS5.9AI score0.00793EPSS
SaveExploits0
NVD
NVD
added 2026/09/14 6:17 p.m.7 views

CVE-2026-50270

dd-trace-java is a Datadog APM client for Java. Prior to 1.62.0, W3C baggage extraction does not enforce DDTRACEBAGGAGEMAXITEMS, which defaults to 64, or DDTRACEBAGGAGEMAXBYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can sen...

7.5CVSS0.00562EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/14 5:04 p.m.45 views

CVE-2026-50276

dd-trace-rb (Datadog's Ruby tracing library) is affected by a remote Denial of Service vulnerability (CVSS 7.5, HIGH) in its W3C baggage header extraction path. Prior to version 2.32.0 , the limits DD_TRACE_BAGGAGE_MAX_ITEMS (default 64) and DD_TRACE_BAGGAGE_MAX_BYTES (default 8192) were enforced...

7.5CVSS5.8AI score0.00759EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/14 5:04 p.m.28 views

CVE-2026-50276 dd-trace-rb: Improper parsing of W3C baggage headers may lead to DoS

dd-trace-rb is Datadog's client library for Ruby. Prior to 2.32.0, W3C baggage extraction does not enforce DDTRACEBAGGAGEMAXITEMS, which defaults to 64, or DDTRACEBAGGAGEMAXBYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can...

7.5CVSS0.00759EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/14 5:04 p.m.4 views

CVE-2026-50276 dd-trace-rb: Improper parsing of W3C baggage headers may lead to DoS

dd-trace-rb is Datadog's client library for Ruby. Prior to 2.32.0, W3C baggage extraction does not enforce DDTRACEBAGGAGEMAXITEMS, which defaults to 64, or DDTRACEBAGGAGEMAXBYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can...

7.5CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 2026/09/14 5:03 p.m.6 views

CVE-2026-50270 dd-trace-java: Improper parsing of W3C baggage headers may lead to DoS

dd-trace-java is a Datadog APM client for Java. Prior to 1.62.0, W3C baggage extraction does not enforce DDTRACEBAGGAGEMAXITEMS, which defaults to 64, or DDTRACEBAGGAGEMAXBYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can sen...

7.5CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/14 5:03 p.m.29 views

CVE-2026-50270 dd-trace-java: Improper parsing of W3C baggage headers may lead to DoS

dd-trace-java is a Datadog APM client for Java. Prior to 1.62.0, W3C baggage extraction does not enforce DDTRACEBAGGAGEMAXITEMS, which defaults to 64, or DDTRACEBAGGAGEMAXBYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can sen...

7.5CVSS0.00562EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/14 5:03 p.m.5 views

EUVD-2026-77670

dd-trace-java is a Datadog APM client for Java. Prior to 1.62.0, W3C baggage extraction does not enforce DDTRACEBAGGAGEMAXITEMS, which defaults to 64, or DDTRACEBAGGAGEMAXBYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can sen...

7.5CVSS5.8AI score0.00562EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/14 5:03 p.m.47 views

CVE-2026-50270

dd-trace-java (Datadog APM client for Java) versions prior to 1.62.0 are vulnerable to a remote Denial of Service due to improper parsing of W3C baggage headers. The extraction path in BaggagePropagator.java allocates a hash-map entry for each comma-separated key-value pair without enforcing DD_T...

7.5CVSS5.8AI score0.00562EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/28 8:18 p.m.12 views

CVE-2026-54788

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...

7.5CVSS0.00562EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 4:35 p.m.9 views

GHSA-GPWF-4H98-V82Q datadog-opentelemetry has unbounded W3C tracestate parsing that may lead to DoS

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 fo...

7.5CVSS5.9AI score0.00562EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/28 4:35 p.m.13 views

datadog-opentelemetry has unbounded W3C tracestate parsing that may lead to DoS

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 fo...

7.5CVSS5.9AI score0.00562EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/28 4:33 p.m.38 views

CVE-2026-54788 dd-trace-rs: Unbounded W3C tracestate parsing may lead to DoS

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...

7.5CVSS0.00562EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 4:33 p.m.11 views

CVE-2026-54788 dd-trace-rs: Unbounded W3C tracestate parsing may lead to DoS

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...

7.5CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/28 4:33 p.m.39 views

CVE-2026-54788

dd-trace-rs (Datadog APM for Rust), versions 0.1.0 through 0.3.3, is affected by an unbounded W3C tracestate parsing flaw in datadog-opentelemetry/src/propagation/tracecontext.rs. The parser collects every semicolon-separated key:value pair in the Datadog dd=... vendor entry into a HashMap withou...

7.5CVSS6AI score0.00562EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/27 4:28 p.m.14 views

GO-2026-6000 Improper parsing of W3C baggage headers may lead to DoS in github.com/DataDog/dd-trace-go

Improper parsing of W3C baggage headers may lead to DoS in github.com/DataDog/dd-trace-go...

7.5CVSS5.8AI score0.00793EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/07/21 12:11 p.m.13 views

CVE-2026-50274

A flaw was found in Datadog dd-trace-go, a Go client library. A remote, unauthenticated attacker can exploit this vulnerability by sending a request with a specially crafted baggage header containing an arbitrarily large number of key-value pairs or a very large single value. This can lead to...

7.5CVSS5.3AI score0.00793EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/17 8:41 p.m.12 views

CVE-2026-50274

Datadog dd-trace-go is a Go client library for Datadog application performance monitoring, profiling, and security monitoring. Prior to 2.8.1, Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing DDTRACEBAGGAGEMAXITEMS or...

7.5CVSS5.4AI score0.00793EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder