GHSA-rcgg-9c38-7xpx

Suggest an improvement
Source
https://github.com/advisories/GHSA-rcgg-9c38-7xpx
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-rcgg-9c38-7xpx/GHSA-rcgg-9c38-7xpx.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rcgg-9c38-7xpx
Aliases
  • CVE-2026-45292
Published
2026-05-14T16:36:04Z
Modified
2026-05-14T16:56:21.587686Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
OpenTelemetry Java SDK has Unbounded Memory Allocation in W3C Baggage Propagation
Details

Overview

A vulnerability affects the baggage propagation implementation in opentelemetry-api and opentelemetry-extension-trace-propagators. Parsing oversized baggage causes unbounded memory allocation and CPU consumption. Because baggage is automatically re-injected into every outgoing request, the effect can fan out to downstream services that never received the original malicious request.

Technical Details

  • W3CBaggagePropagator did not enforce any limit on the total size or entry count of the baggage header. The parser iterated character-by-character through the entire value regardless of length.
  • JaegerPropagator and OtTracePropagator had the same gap in their respective baggage extraction paths.
  • The W3C Baggage specification recommends a maximum of 8,192 bytes and 180 entries; none of these limits were enforced.

Impact

The practical availability impact for most deployments is limited. Every major Java HTTP server enforces its own header size limit (Tomcat, Jetty, Netty, Vert.x, and gRPC-Java all default to 8 KiB), constraining what an external attacker can deliver before the application is reached. The risk is higher when transport-layer limits are absent — e.g., a compromised internal service communicating over a non-HTTP or custom transport.

Remediation

Update to version 1.62.0 or later (#8380). The fix enforces limits consistent with the W3C Baggage specification at the propagator level:

  • Maximum total baggage size: 8,192 bytes across all baggage header values
  • Maximum number of entries: 64

Headers that would exceed either limit are dropped at the point the limit is reached; already-extracted valid entries are retained.

Workarounds

Ensure HTTP header size limits are configured at the server or gateway level. Most Java HTTP servers enforce an 8 KiB header limit by default, which mitigates external attack vectors independently of this fix.

References

Database specific
{
    "github_reviewed_at": "2026-05-14T16:36:04Z",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-770"
    ],
    "nvd_published_at": null,
    "severity": "MODERATE"
}
References

Affected packages

Maven / io.opentelemetry:opentelemetry-api

Package

Name
io.opentelemetry:opentelemetry-api
View open source insights on deps.dev
Purl
pkg:maven/io.opentelemetry/opentelemetry-api

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.62.0

Affected versions

0.*
0.2.0
0.2.1
0.2.4
0.3.0
0.4.0
0.4.1
0.5.0
0.6.0
0.7.0
0.7.1
0.8.0
0.9.0
0.9.1
0.10.0
0.11.0
0.12.0
0.13.0
0.13.1
0.14.0
0.14.1
0.15.0
0.16.0
0.17.0
0.17.1
1.*
1.0.0
1.0.1
1.1.0
1.2.0
1.3.0
1.4.0
1.4.1
1.5.0
1.6.0
1.7.0
1.7.1
1.9.0
1.9.1
1.10.0-rc.1
1.10.0-rc.2
1.10.0
1.10.1
1.11.0
1.12.0
1.13.0
1.14.0
1.15.0
1.16.0
1.17.0
1.18.0
1.19.0
1.20.0
1.20.1
1.21.0
1.22.0
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.27.0
1.28.0
1.29.0
1.30.0
1.30.1
1.31.0
1.32.0
1.33.0
1.34.0
1.34.1
1.35.0
1.36.0
1.37.0
1.38.0
1.39.0
1.40.0
1.41.0
1.42.0
1.42.1
1.43.0
1.44.0
1.44.1
1.45.0
1.46.0
1.47.0
1.48.0
1.49.0
1.50.0
1.51.0
1.52.0
1.53.0
1.54.0
1.54.1
1.55.0
1.56.0
1.57.0
1.58.0
1.59.0
1.60.0
1.60.1
1.61.0

Database specific

last_known_affected_version_range
"<= 1.61.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-rcgg-9c38-7xpx/GHSA-rcgg-9c38-7xpx.json"

Maven / io.opentelemetry:opentelemetry-extension-trace-propagators

Package

Name
io.opentelemetry:opentelemetry-extension-trace-propagators
View open source insights on deps.dev
Purl
pkg:maven/io.opentelemetry/opentelemetry-extension-trace-propagators

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.62.0

Affected versions

0.*
0.6.0
0.7.0
0.7.1
0.8.0
0.9.1
0.10.0
0.11.0
0.12.0
0.13.0
0.13.1
0.14.0
0.14.1
0.15.0
0.16.0
0.17.0
0.17.1
1.*
1.0.0
1.0.1
1.1.0
1.2.0
1.3.0
1.4.0
1.4.1
1.5.0
1.6.0
1.7.0
1.7.1
1.9.0
1.9.1
1.10.0-rc.1
1.10.0-rc.2
1.10.0
1.10.1
1.11.0
1.12.0
1.13.0
1.14.0
1.15.0
1.16.0
1.17.0
1.18.0
1.19.0
1.20.0
1.20.1
1.21.0
1.22.0
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.27.0
1.28.0
1.29.0
1.30.0
1.30.1
1.31.0
1.32.0
1.33.0
1.34.0
1.34.1
1.35.0
1.36.0
1.37.0
1.38.0
1.39.0
1.40.0
1.41.0
1.42.0
1.42.1
1.43.0
1.44.0
1.44.1
1.45.0
1.46.0
1.47.0
1.48.0
1.49.0
1.50.0
1.51.0
1.52.0
1.53.0
1.54.0
1.54.1
1.55.0
1.56.0
1.57.0
1.58.0
1.59.0
1.60.0
1.60.1
1.61.0

Database specific

last_known_affected_version_range
"<= 1.61.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-rcgg-9c38-7xpx/GHSA-rcgg-9c38-7xpx.json"