Bug 2537705 - CVE-2026-86472 python-ipyparallel: fast-uri: Security bypass due to inconsistent host case normalization [fedora-all]
Summary: CVE-2026-86472 python-ipyparallel: fast-uri: Security bypass due to inconsist...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-ipyparallel
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Mattias Ellert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["b4febcb2-0a64-4cd6-8e6e-0...
Depends On:
Blocks: CVE-2026-86472
TreeView+ depends on / blocked
 
Reported: 2026-09-22 05:38 UTC by Ganesh
Modified: 2026-09-22 05:38 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ganesh 2026-09-22 05:38:39 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.