๐Ÿ” CVE Alert

CVE-2026-55553

HIGH 7.5

urllib: Cross-origin redirects preserve credential-bearing request headers, leading to potential credential leakage

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-200 CWE-201 CWE-522
Vendor node-modules
Product urllib
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for node-modules urllib

Be the first to know when new high vulnerabilities affecting node-modules urllib are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

node-modules / urllib
>= 3.0.0, < 4.9.1 < 2.44.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/node-modules/urllib/security/advisories/GHSA-hq3h-g68c-hp78 github.com: https://github.com/node-modules/urllib/pull/812 github.com: https://github.com/node-modules/urllib/pull/813 github.com: https://github.com/node-modules/urllib/commit/7c86c465883ebd3dea5109c87d7bbe3b00960a16 github.com: https://github.com/node-modules/urllib/commit/811a8d56e64e540bf6a19bf8b3737692f05d5c46 github.com: https://github.com/node-modules/urllib/releases/tag/v2.44.1 github.com: https://github.com/node-modules/urllib/releases/tag/v4.9.1