{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-45404",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-12T01:48:40.451Z",
        "datePublished": "2026-08-24T21:19:00.617Z",
        "dateUpdated": "2026-08-24T21:19:00.617Z"
    },
    "containers": {
        "cna": {
            "title": "OpenTelemetry-Go: Unsynchronized baggage map can panic under concurrent access",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-362",
                            "lang": "en",
                            "description": "CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-667",
                            "lang": "en",
                            "description": "CWE-667: Improper Locking",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "LOCAL",
                        "attackComplexity": "LOW",
                        "attackRequirements": "PRESENT",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "vulnConfidentialityImpact": "NONE",
                        "vulnIntegrityImpact": "NONE",
                        "vulnAvailabilityImpact": "HIGH",
                        "subConfidentialityImpact": "NONE",
                        "subIntegrityImpact": "NONE",
                        "subAvailabilityImpact": "NONE",
                        "baseScore": 5.9,
                        "baseSeverity": "MEDIUM",
                        "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-42cj-99w8-cp2p",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-42cj-99w8-cp2p"
                },
                {
                    "name": "https://github.com/open-telemetry/opentelemetry-go/pull/8693",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/open-telemetry/opentelemetry-go/pull/8693"
                },
                {
                    "name": "https://github.com/open-telemetry/opentelemetry-go/commit/93a693edeed0e07ce5ebd1dfe67af42d1e2055d8",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/open-telemetry/opentelemetry-go/commit/93a693edeed0e07ce5ebd1dfe67af42d1e2055d8"
                },
                {
                    "name": "https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.45.0",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.45.0"
                }
            ],
            "affected": [
                {
                    "vendor": "open-telemetry",
                    "product": "opentelemetry-go",
                    "versions": [
                        {
                            "version": ">= 0.11.0, < 1.45.0",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-24T21:19:00.617Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "source": {
                "advisory": "GHSA-42cj-99w8-cp2p",
                "discovery": "UNKNOWN"
            }
        }
    }
}