---
id: CVE-2026-50270
title: dd-trace-java is a Datadog APM client for Java
summary: >-
  dd-trace-java is a Datadog APM client for Java. Prior to 1.62.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…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-770
  - CWE-400
vendor: DataDog
product: dd-trace-java
affected:
  - dd-trace-java < 1.62.0
  - dd-java-agent < 1.62.0
patched:
  - 'com.datadoghq:dd-java-agent 1.62.0'
published: '2026-09-14'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T20:16:45.143'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-50270'
references:
  - url: >-
      https://github.com/DataDog/dd-trace-java/commit/16c6a5fd1fed71cef6c35f69122f19f5ee242757
    label: security-advisories@github.com
  - url: 'https://github.com/DataDog/dd-trace-java/pull/11265'
    label: security-advisories@github.com
  - url: 'https://github.com/DataDog/dd-trace-java/releases/tag/v1.62.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/DataDog/dd-trace-java/security/advisories/GHSA-74xj-wh4w-vqxc
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-74xj-wh4w-vqxc'
tags:
  - nvd
  - cve.org
  - ghsa
  - maven
aliases:
  - GHSA-74xj-wh4w-vqxc
ecosystem: maven
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-14T19:16:34.436361Z'
ingestedAt: '2026-07-15T23:47:19.215Z'
epss: 0.00793
epssPercentile: 0.54495
---

## Overview

dd-trace-java is a Datadog APM client for Java. Prior to 1.62.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 map 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 1.62.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-50270)

Affected packages:

- `com.datadoghq:dd-java-agent < 1.62.0`

Patched in:

- `com.datadoghq:dd-java-agent 1.62.0`

Source: https://github.com/advisories/GHSA-74xj-wh4w-vqxc
