CVE-2026-86472
Last modified
CVE-2026-86472 is a medium-severity vulnerability rated 4.8/10 on the CVSS scale. fast-uri is a dependency-free RFC 3986 URI parser for Node.js, used by Fastify and ajv. In versions before 2.4.7, from 3.0.0 through 3.1.7, and from 4.0.0 through 4.1.4, fast-uri folds the host to lowercase before it percent-decodes the host, so a percent-encoded uppercase octet such as %41 decodes to a literal A that is never folded. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
fast-uri is a dependency-free RFC 3986 URI parser for Node.js, used by Fastify and ajv. In versions before 2.4.7, from 3.0.0 through 3.1.7, and from 4.0.0 through 4.1.4, fast-uri folds the host to lowercase before it percent-decodes the host, so a percent-encoded uppercase octet such as %41 decodes to a literal A that is never folded. For a scheme-relative reference such as //host there is no scheme, so the host canonicalization that would normally repair this does not run, and parse, normalize, and equal then disagree on the same host. An application that makes a case-sensitive host decision on fast-uri output, for example a host allowlist or denylist that compares the parsed host or uses equal, can be steered past the check with a percent-encoded uppercase octet, and because hostnames are case-insensitive in DNS and HTTP the evading spelling still reaches the host the check meant to gate. The issue is fixed in fast-uri 2.4.7, 3.1.8, and 4.1.5, and users should upgrade to one of those versions or later. As a workaround, compare hosts case-insensitively by lowercasing the parsed host before any allowlist or denylist decision.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| fast-uri | fast-uri | < 2.4.7; >= 3.0.0, < 3.1.8; >= 4.0.0, < 4.1.5 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-86472?
How severe is CVE-2026-86472?
How do I fix CVE-2026-86472?
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-86462Apache Airflow FAB provider: changing a user's password thro…9.1
- CVE-2026-86464In the current development version of Eclipse aeriOS, for wh…9.9
- CVE-2026-86465Apache Airflow Akeyless provider: the Akeyless secrets backe…6.5
- CVE-2026-86466Apache Airflow FAB provider: the Authentik OAuth path in the…8.1
- CVE-2026-86469A flaw was found in GLib2. When g_file_replace() is used wit…5.3
- CVE-2026-8647Crypt::ScryptKDF versions through 0.010 for Perl uses insecu…4.8
- CVE-2026-86473Apache Airflow: the Core API logout endpoint revokes only a …9.1
- CVE-2026-86474The lack of TLS certificate validation when downloading firm…7.7
- CVE-2026-86475The Appointment Hour Booking WordPress plugin before 1.5.95 …5.3
- CVE-2026-86477Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-86478In JetBrains YouTrack before 2025.3.161254, 2026.1.14042 im…9.8
- CVE-2026-86479In JetBrains YouTrack before 2026.2.18788, 2026.1.14055, 2…8.1
Are you affected by CVE-2026-86472?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
