From 5de2a3f1b05774e53ca63f0ffb4754bf8b8adebe Mon Sep 17 00:00:00 2001 From: julianladisch <533612+julianladisch@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:16:24 +0200 Subject: [PATCH] Improve GHSA-rj39-56xf-v987 --- .../GHSA-rj39-56xf-v987.json | 83 ++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/advisories/unreviewed/2026/08/GHSA-rj39-56xf-v987/GHSA-rj39-56xf-v987.json b/advisories/unreviewed/2026/08/GHSA-rj39-56xf-v987/GHSA-rj39-56xf-v987.json index 1ac144a7545..4e3698c2e86 100644 --- a/advisories/unreviewed/2026/08/GHSA-rj39-56xf-v987/GHSA-rj39-56xf-v987.json +++ b/advisories/unreviewed/2026/08/GHSA-rj39-56xf-v987/GHSA-rj39-56xf-v987.json @@ -6,6 +6,7 @@ "aliases": [ "CVE-2026-59323" ], + "summary": "Micrometer Tracing Brave Bridge W3C Baggage propagation DoS", "details": "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.\n\n\n\nSpecifically, an application is vulnerable when all the following are true:\n\n * The application uses a vulnerable version of io.micrometer:micrometer-tracing-bridge-brave.\n * W3C propagation is active (either configured manually or active by default, such as in Spring Boot 3.x+).\n * 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.\n * 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 .\n * 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.\n\n\n\n\nThe last two points are very important: normally this should not affect applications because they should not receive untrusted and unlimited input for baggage.\n\n * The application processes requests or messages from untrusted sources with baggage headers.\n\n\n\n\nWhen 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.", "severity": [ { @@ -13,7 +14,87 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "io.micrometer:micrometer-tracing-bridge-brave" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.14" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.micrometer:micrometer-tracing-bridge-brave" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.5.0" + }, + { + "fixed": "1.5.13" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.micrometer:micrometer-tracing-bridge-brave" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.6.0" + }, + { + "fixed": "1.6.6.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.micrometer:micrometer-tracing-bridge-brave" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.7.0" + }, + { + "fixed": "1.7.0.1" + } + ] + } + ], + "versions": [ + "1.7.0" + ] + } + ], "references": [ { "type": "ADVISORY",