CVE-2026-55553 affects the urllib HTTP client library for Node.js, which incorrectly reuses caller-supplied options including authentication headers when following redirects across different origins. The vulnerability exists in src/HttpClient.ts where the #requestInternal function recursively passes the same options object to redirected requests regardless of scheme, host, or port changes. Sensitive headers such as Authorization, Cookie, Proxy-Authorization, x-api-key, x-auth-token, and x-access-token can be leaked to attacker-controlled redirect destinations. No user interaction is required for exploitation, making this a significant credential exposure risk. The issue affects urllib versions prior to 2.44.1 and 4.9.1. Fixes have been released in versions 2.44.1 and 4.9.1 via two separate commits. The vulnerability could allow attackers to harvest credentials and potentially reuse them against the original API or related services.