OSV 1.4.0 · unreviewed · 修改于 2026-08-22 02:34
发布时间
2026-08-21 20:30
GitHub 审查时间
—
NVD 发布时间
2026-08-21 18:16
源文件
advisories/unreviewed/2026/08/GHSA-rj39-56xf-v987/GHSA-rj39-56xf-v987.json
An application using Micrometer Tracing with W3C baggage propagation in the Brave bridge is vulnerable to denial of service (DoS) due to unbounded object allocation when extracting incoming baggage headers.
Specifically, an application is vulnerable when all the following are true:
The last two points are very important: normally this should not affect applications because they should not receive untrusted and unlimited input for baggage.
When extracting baggage from the W3C baggage header, incoming entries are parsed without enforcing limits on the number of entries or header size as mandated by the W3C Baggage specification. An attacker can send requests or messages with artificially inflated baggage headers containing many key-value pairs, causing unconditional BaggageField allocations per entry. This leads to garbage collection pressure, high CPU usage, and potential application crash via OutOfMemoryError.
该公告没有提供结构化的受影响软件包信息。