{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-55553",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-06-16T23:11:20.213Z",
        "datePublished": "2026-08-25T16:18:21.519Z",
        "dateUpdated": "2026-08-25T16:18:21.519Z"
    },
    "containers": {
        "cna": {
            "title": "urllib: Cross-origin redirects preserve credential-bearing request headers, leading to potential credential leakage",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-200",
                            "lang": "en",
                            "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-201",
                            "lang": "en",
                            "description": "CWE-201: Insertion of Sensitive Information Into Sent Data",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-522",
                            "lang": "en",
                            "description": "CWE-522: Insufficiently Protected Credentials",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 7.5,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/node-modules/urllib/security/advisories/GHSA-hq3h-g68c-hp78",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/node-modules/urllib/security/advisories/GHSA-hq3h-g68c-hp78"
                },
                {
                    "name": "https://github.com/node-modules/urllib/pull/812",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/node-modules/urllib/pull/812"
                },
                {
                    "name": "https://github.com/node-modules/urllib/pull/813",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/node-modules/urllib/pull/813"
                },
                {
                    "name": "https://github.com/node-modules/urllib/commit/7c86c465883ebd3dea5109c87d7bbe3b00960a16",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/node-modules/urllib/commit/7c86c465883ebd3dea5109c87d7bbe3b00960a16"
                },
                {
                    "name": "https://github.com/node-modules/urllib/commit/811a8d56e64e540bf6a19bf8b3737692f05d5c46",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/node-modules/urllib/commit/811a8d56e64e540bf6a19bf8b3737692f05d5c46"
                },
                {
                    "name": "https://github.com/node-modules/urllib/releases/tag/v2.44.1",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/node-modules/urllib/releases/tag/v2.44.1"
                },
                {
                    "name": "https://github.com/node-modules/urllib/releases/tag/v4.9.1",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/node-modules/urllib/releases/tag/v4.9.1"
                }
            ],
            "affected": [
                {
                    "vendor": "node-modules",
                    "product": "urllib",
                    "versions": [
                        {
                            "version": ">= 3.0.0, < 4.9.1",
                            "status": "affected"
                        },
                        {
                            "version": "< 2.44.1",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-25T16:18:21.519Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "urllib is an HTTP client for Node.js that supports authentication, redirects, timeouts, and other request features. Prior to 4.9.1 and 2.44.1, urllib follows redirects through followRedirect but reuses caller-supplied options across origins. In src/HttpClient.ts, #requestInternal recursively calls this.#requestInternal(nextUrl.href, options, requestContext), causing options.headers and auth or digestAuth values to be reused when the redirect target has a different scheme, host, or port. Authorization, Cookie, Proxy-Authorization, x-api-key, x-auth-token, and x-access-token can therefore be sent to an attacker-controlled redirected origin, exposing credentials intended for the original origin and potentially allowing reuse against the original partner API or related services. No user interaction is required. This issue is fixed in versions 2.44.1 and 4.9.1."
                }
            ],
            "source": {
                "advisory": "GHSA-hq3h-g68c-hp78",
                "discovery": "UNKNOWN"
            }
        }
    }
}