CVE-2026-93690 PUBLISHED

uri-js through 4.4.1 Denial of Service via removeDotSegments

Assigner: VulnCheck
Reserved: 18.09.2026 Published: 18.09.2026 Updated: 18.09.2026

uri-js through 4.4.1 contains a denial of service vulnerability in the removeDotSegments function that loops infinitely when a path segment begins with Unicode line or paragraph separators. Attackers can trigger this by calling removeDotSegments directly or through normalize/resolve functions with IRI handling enabled, causing the Node.js event loop to block indefinitely until heap exhaustion.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor garycourt
Product uri-js
Versions Default: unaffected
  • affected from 0 to 4.4.1 (incl.)

Credits

  • Wayde Shi (PayPal Cyber Security Team)

References

Problem Types

  • Loop with Unreachable Exit Condition ('Infinite Loop') CWE