CVE-2026-93690
8.7
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
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| garycourt | uri-js | 0 <= 4.4.1 | affected |
Weaknesses
- CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: yes
- Technical Impact: partial
Additional References
References
- https://github.com/garycourt/uri-js/issues/105
- https://github.com/garycourt/uri-js
- https://github.com/garycourt/uri-js/blob/4.4.0/src/uri.ts#L349
- https://github.com/garycourt/uri-js/blob/4.4.0/src/uri.ts#L352-L376
- https://www.npmjs.com/package/uri-js/v/4.4.1
- https://www.vulncheck.com/advisories/uri-js-through-4.4.1-denial-of-service-via-removedotsegments
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.