CVE-2022-23472

Passeo is an open source python password generator. Versions prior to 1.0.5 rely on the python `random` library for random value selection. The python `random` library warns that it should not be used for security purposes due to its reliance on a non-cryptographically secure random number generator. As a result a motivated attacker may be able to guess generated passwords. This issue has been addressed in version 1.0.5. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Configurations

Configuration 1

cpe:2.3:a:passeo_project:passeo:*:*:*:*:*:python:*:*

Information

Published : 2022-12-06 06:15

Updated : 2022-12-08 08:03


NVD link : CVE-2022-23472

Mitre link : CVE-2022-23472

Products Affected
No products.
CWE
CWE-338

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)