CVE-2026-45404

MEDIUM CVSS 4.0: 5.9 EPSS 0.13%
Updated Sep 10, 2026
Opentelemetry-Go
Parameter Value
CVSS 5.9 (MEDIUM)
Affected Versions 0.11.0 — 1.44.0
Fixed In 1.45.0
Type CWE-362 (Race Condition), CWE-667
Vendor Opentelemetry-Go
Public PoC No

OpenTelemetry-Go is the Go implementation of OpenTelemetry. From version 0.11.0 through 1.44.0, the OpenTracing bridge's bridgeSpan contains an unsynchronized extraBaggageItems map which can cause a panic. Because Go maps are not safe for concurrent read/write access, concurrent SetBaggageItem and correlation.MapFromContext calls on the same hooked bridgeSpan can trigger a fatal runtime error—such as concurrent map read and map write or concurrent map iteration and map write—terminating the process and causing denial of service.

This issue is fixed in version 1.45.0.

Attack Parameters

Attack Vector
Local
Requires local access
Attack Complexity
Low
Easy to exploit
Attack Requirements
Present
Additional conditions required
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
High
Complete denial of service

CVSS Vector v4.0