validatorjs/validator.js

validatorjs/validator.js

Releases160
Frequency4 weeks 1 day
Last Release
Stars23.7K
String validation

CVE History

CVEPublishedCVSS v3CVSS v2
7.5 HIGH

Versions of the package validator before 13.15.22 are vulnerable to Incomplete Filtering of One or More Instances of Special Elements in the isLength() function that does not take into account Unicode variation selectors (\uFE0F, \uFE0E) appearing in a sequence which lead to improper string length calculation. This can lead to an application using isLength for input validation accepting strings significantly longer than intended, resulting in issues like data truncation in databases, buffer overflows in other system components, or denial-of-service.

6.1 MEDIUM

A URL validation bypass vulnerability exists in validator.js through version 13.15.15. The isURL() function uses '://' as a delimiter to parse protocols, while browsers use ':' as the delimiter. This parsing difference allows attackers to bypass protocol and domain validation by crafting URLs leading to XSS and Open Redirect attacks.

7.5 HIGH5 MEDIUM

validator.js is vulnerable to Inefficient Regular Expression Complexity