CVE-2026-43929
Last modified
CVE-2026-43929 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. ssrfcheck is a library that checks if a string contains a potential SSRF attack. In 1.3.0 and earlier, ssrfcheck fails to block Server-Side Request Forgery attacks when the target private IP address is encoded as an IPv4-mapped IPv6 address (e.g. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
ssrfcheck is a library that checks if a string contains a potential SSRF attack. In 1.3.0 and earlier, ssrfcheck fails to block Server-Side Request Forgery attacks when the target private IP address is encoded as an IPv4-mapped IPv6 address (e.g. http://[::ffff:127.0.0.1]/). The WHATWG URL parser built into Node.js silently normalizes the IPv4 notation inside the brackets to compressed hex form ([::ffff:7f00:1]) before the library's private-IP regex ever runs. The regex was written to match dot-notation only and therefore never matches any real input — all seven IANA private IPv4 ranges, including the AWS/GCP/Azure metadata address 169.254.169.254, are bypassed. Any application using isSSRFSafeURL() to guard HTTP requests made with user-supplied URLs is fully exposed to SSRF.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-43929?
How severe is CVE-2026-43929?
How do I fix CVE-2026-43929?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-43921FOSSBilling is a free, open-source billing and client manage…8.9
- CVE-2026-43924FOSSBilling is a free, open-source billing and client manage…4.8
- CVE-2026-43925FOSSBilling is a free, open-source billing and client manage…6.9
- CVE-2026-43926FOSSBilling is a free, open-source billing and client manage…6.3
- CVE-2026-43927FOSSBilling is a free, open-source billing and client manage…6.9
- CVE-2026-43928FOSSBilling is a free, open-source billing and client manage…2.3
- CVE-2026-4393Cross-Site Request Forgery (CSRF) vulnerability in Drupal Au…4.3
- CVE-2026-43930Parse Server is an open source backend that can be deployed …5.9
- CVE-2026-43934e107 is a content management system (CMS). Prior to 2.3.4, a…6.5
- CVE-2026-43935e107 is a content management system (CMS). Prior to 2.3.4, a…8.1
- CVE-2026-43936e107 is a content management system (CMS). Prior to 2.3.4, y…4.3
- CVE-2026-43937YetAnotherForum.NET (YAF.NET) is a C# ASP.NET forum. Prior t…8.8
Are you affected by CVE-2026-43929?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
