Files
CVEs-PoC/2017/CVE-2017-16021.md
T
2024-05-26 14:27:05 +02:00

1.0 KiB

CVE-2017-16021

Description

uri-js is a module that tries to fully implement RFC 3986. One of these features is validating whether or not a supplied URL is valid or not. To do this, uri-js uses a regular expression, This regular expression is vulnerable to redos. This causes the program to hang and the CPU to idle at 100% usage while uri-js is trying to validate if the supplied URL is valid or not. To check if you're vulnerable, look for a call to require("uri-js").parse() where a user is able to send their own input. This affects uri-js 2.1.1 and earlier.

POC

Reference

No PoCs from references.

Github