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.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: GitHub_M

Published: 2023-06-07T17:11:21.949Z

Updated: 2023-06-07T17:11:21.949Z

Reserved: 2023-05-25T21:56:51.246Z


Link: CVE-2023-34109

JSON object: View

cve-icon NVD Information

Status : Analyzed

Published: 2023-06-07T18:15:09.903

Modified: 2023-06-15T15:41:44.587


Link: CVE-2023-34109

JSON object: View

cve-icon Redhat Information

No data.

CWE