← Back

Zxcvbn Ts Project

zxcvbn-ts_project

1 CVE • 1 product

Products (1)

Click to collapse
Toggle
Zxcvbn Ts
zxcvbn-ts

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Zxcvbn Ts Project
1Zxcvbn Ts
Nov 21, 2024
Jun 7, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
zxcvbn-ts is an open source password strength estimator written in typescript. This vulnerability affects users running on the nodeJS platform which are using the second argument of the zxcvbn function. It can result in...Show more
zxcvbn-ts is an open source password strength estimator written in typescript. This vulnerability affects users running on the nodeJS platform which are using the second argument of the zxcvbn function. It can result in an unbounded resource consumption as the user inputs array is extended with every function call. Browsers are impacted, too but a single user need to do a lot of input changes so that it affects the browser, while the node process gets the inputs of every user of a platform and can be killed that way. This problem has been patched in version 3.0.2. Users are advised to upgrade. Users unable to upgrade should stop using the second argument of the zxcvbn function and use the zxcvbnOptions.setOptions function.Show less