PT-2026-60359 · Maven · Com.Datadoghq:Dd-Java-Agent

CVE-2026-50270

·

Publicado

2026-07-15

·

Atualizado

2026-07-15

CVSS v3.1

7.5

Alta

VetorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Impact

Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing item-count or byte-size limits on the extract path. The DD TRACE BAGGAGE MAX ITEMS (default 64) and DD TRACE BAGGAGE MAX BYTES (default 8192) limits were applied only to baggage injection, not extraction. A remote, unauthenticated attacker can send a request whose baggage header contains an arbitrarily large number of comma-separated key-value pairs (or a single very large value). The tracer allocates a hash-map entry for each pair on every request, causing unbounded CPU and memory consumption and enabling a remote Denial of Service against any HTTP service that has the baggage propagation style enabled. The baggage propagation style is enabled by default in most affected tracers, so any internet-facing service that has been instrumented with an affected tracer version is exposed unless the propagation style has been explicitly narrowed.

Patches

This is resolved in version 1.62.0 and later of the dd-trace-java library.

Workarounds

If users cannot upgrade immediately:
  1. Disable baggage extraction by removing baggage from DD TRACE PROPAGATION STYLE (or DD TRACE PROPAGATION STYLE EXTRACT if set independently).
  2. Cap the maximum HTTP request header size at an upstream proxy or web server (for example, Apache LimitRequestFieldSize, Nginx large client header buffers, Envoy max request headers kb).

Resources

Correção

Allocation of Resources Without Limits

Resource Exhaustion

Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Enumeração de Fraquezas

Identificadores relacionados

CVE-2026-50270
GHSA-74XJ-WH4W-VQXC

Produtos afetados

Com.Datadoghq:Dd-Java-Agent