Vulnerabilities/

fast-uri vulnerable to path traversal via percent-encoded dot segments

Severity:
High

Description

fast-uri v3.1.0 and earlier decodes percent-encoded path separators (%2F) and dot segments (%2E) before applying dot-segment removal in normalize() and equal(). This makes encoded path data behave like real / and .., so distinct URIs collapse onto the same normalized path.

For example, http://example.com/public/%2e%2e/admin normalizes to http://example.com/admin, and equal() considers them the same URI.

Recommendation

Update the fast-uri package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
fast-uri
Anything's wrong? Let us know Last updated on August 10, 2026