Medium [CVE-2026-59323] Spring Boot: application using Micrometer Tracing with W3C baggage propagation in the Brave bridge is vulnerable to denial of s…
This medium-severity VMware (Broadcom) advisory covers CVE-2026-59323 affecting Spring.
Android app · Google Play
Monitor future VMware (Broadcom) CVEs from your phone.
Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.
Summary
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:
- W3C propagation is active (either configured manually or active by default, such as in Spring Boot 3.x+).
- Baggage propagation is enabled (which is the default in Spring Boot 3.x+) and a baggage manager (such as BraveBaggageManager) is configured to handle baggage fields.
- The application processes requests or messages from untrusted sources with baggage headers which it normally should not, see:.
- Network components including the (HTTP) server that receives the request do not limit the header size or the limit is high enough to cause issues.
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.
- Spring 1.7.0 - 1.7.0 before 1.7.0.1
- Spring 1.7.0 - 1.7.0 before 1.7.1
- Spring 1.6.0 - 1.6.6 before 1.6.6.1
- Spring 1.6.0 - 1.6.6 before 1.6.7
- Spring 1.5.0 - 1.5.12 before 1.5.13
- Spring 1.4.13 and earlier before 1.4.14
NVD record · high-confidence parse· fetched 1 hour ago·verify at source
- 1.7.0.1
- 1.7.1
- 1.6.6.1
- 1.6.7
- 1.5.13
- 1.4.14
NVD record · high-confidence parse· fetched 1 hour ago·verify at source
Mitigation
Upgrade to a fixed release: 1.7.0.1, 1.7.1, 1.6.6.1, 1.6.7, 1.5.13, 1.4.14. That is the remediation for this advisory.
The vendor advisory may list additional interim mitigations or workarounds not captured here — review it before change work.
NVD record · high-confidence parse· fetched 1 hour ago·verify at source
Discussion(0)
No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.
Sign in to join the discussion.