CVE-2026-55553
Last modified
CVE-2026-55553 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| node-modules | urllib | >= 3.0.0, < 4.9.1; < 2.44.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55553?
How severe is CVE-2026-55553?
How do I fix CVE-2026-55553?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55547Yamcs is a mission control framework. Prior to 5.12.8 and 5.…4.3
- CVE-2026-55548Yamcs is a mission control framework. Prior to 5.12.8 and 5.…4.3
- CVE-2026-55549Yamcs is a mission control framework. Prior to 5.9.4, Yamcs …6.5
- CVE-2026-5555A weakness has been identified in code-projects Concert Tick…7.3
- CVE-2026-55550NextCRM is open-source customer relationship management (CRM…7.1
- CVE-2026-55552Yamcs is a mission control framework. Prior to 5.11.13, Yamc…7.5
- CVE-2026-55554Dompdf is an HTML to PDF converter for PHP. In versions 3.15…7.5
- CVE-2026-55555Dompdf is an HTML to PDF converter for PHP. Versions 3.15 an…7.5
- CVE-2026-55556Rsyslog is a rocket-fast system for log processing. From 8.2…8.2
- CVE-2026-55557browse-mcp is a Playwright-based headless-browser MCP server…8.6
- CVE-2026-55558aiosmtplib is an asynchronous SMTP client for use with async…5.9
- CVE-2026-55559Yamcs is a mission control framework. Prior to 5.12.8 and 5.…9.8
Are you affected by CVE-2026-55553?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
