CVE-2026-18446

7.5

fastify · fast-uri

The fast-uri library is susceptible to an interpretation conflict vulnerability due to improper URI parsing, which may lead to security bypasses.

Executive summary

An interpretation conflict in the fast-uri library allows unauthenticated attackers to potentially bypass security controls through malformed URI inputs.

Vulnerability

The software suffers from an interpretation conflict (CWE-436) where different components may interpret URI strings inconsistently. This flaw is remotely exploitable without authentication, allowing attackers to manipulate URI processing logic.

Business impact

The vulnerability carries a CVSS score of 7.5, indicating a high severity risk. Successful exploitation could lead to unauthorized access or security filter bypass, potentially compromising the integrity of applications relying on this library for URI validation.

Remediation

Immediate Action: Update fast-uri to version 4.1.2, 3.1.5, or 2.4.4 as appropriate for the installed major version branch.

Proactive Monitoring: Monitor application logs for unusual URI patterns or characters that deviate from standard expected inputs.

Compensating Controls: Implement strict input validation at the application firewall or API gateway level to normalize URIs before they reach backend logic.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the high CVSS score and the prevalence of URI parsing in web applications, administrators should prioritize updating the fast-uri dependency. Failure to patch may expose backend services to manipulation that could lead to unauthorized actions or data exposure.

More fastify CVEs

History

  1. Disclosed CVE record published
  2. Published in the daily brief high section
  3. Fix documented version 4.1.2 per CVE record