🔐 CVE Alert

CVE-2026-59323

MEDIUM 5.3

Micrometer Tracing Brave Bridge W3C Baggage propagation DoS vulnerability

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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 application uses a vulnerable version of io.micrometer:micrometer-tracing-bridge-brave. * 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:  https://www.w3.org/TR/trace-context/#security-considerations . * 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. * The application processes requests or messages from untrusted sources with baggage headers. 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.

Vendor vmware
Product spring
Ecosystems
Industries
TechnologyEnterprise
Published Aug 21, 2026
Stay Ahead of the Next One

Get instant alerts for vmware spring

Be the first to know when new medium vulnerabilities affecting vmware spring are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

VMware / Spring
1.7.0 - 1.7.0 < 1.7.0.1 1.7.0 - 1.7.0 < 1.7.1 1.6.0 - 1.6.6 < 1.6.6.1 1.6.0 - 1.6.6 < 1.6.7 1.5.0 - 1.5.12 < 1.5.13 1.4.13 and earlier < 1.4.14

References

NVD ↗ CVE.org ↗ EPSS Data ↗
spring.io: https://spring.io/security/cve-2026-59323