Vulnerability Description
dd-trace-rb is Datadog's client library for Ruby. Prior to 2.32.0, W3C baggage extraction does not enforce DD_TRACE_BAGGAGE_MAX_ITEMS, which defaults to 64, or DD_TRACE_BAGGAGE_MAX_BYTES, which defaults to 8192, although those limits apply during baggage injection. A remote unauthenticated attacker can send a baggage HTTP header containing many comma-separated key-value pairs or a single very large value. The extraction path allocates entries while parsing the attacker-controlled header on every request, causing unbounded CPU and memory consumption in an HTTP service where the baggage propagation style is enabled, which is the default for most affected tracers. This can cause denial of service. This issue is fixed in version 2.32.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/DataDog/dd-trace-rb/commit/361947090214488778ac4f144e219426ff
- https://github.com/DataDog/dd-trace-rb/pull/5672
- https://github.com/DataDog/dd-trace-rb/releases/tag/v2.32.0
- https://github.com/DataDog/dd-trace-rb/security/advisories/GHSA-p5f6-rccc-jv98
FAQ
What is CVE-2026-50276?
CVE-2026-50276 is a vulnerability with a CVSS score of 7.5 (HIGH). dd-trace-rb is Datadog's client library for Ruby. Prior to 2.32.0, W3C baggage extraction does not enforce DD_TRACE_BAGGAGE_MAX_ITEMS, which defaults to 64, or DD_TRACE_BAGGAGE_MAX_BYTES, which defaul...
How severe is CVE-2026-50276?
CVE-2026-50276 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-50276?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.