VYPR

bridge/opentracing

by Opentelemetry

CVEs (1)

  • CVE-2026-45404Aug 20, 2026
    risk 0.00cvss epss

    ### Summary `go.opentelemetry.io/otel/bridge/opentracing` introduced an unsynchronized `extraBaggageItems` map on `bridgeSpan`. One goroutine can write this map through `Span.SetBaggageItem` while another goroutine reads and iterates it during correlation baggage propagation,…