Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Jodawill

#36285of 53,635
7.5Total CVSS
Vulnerabilities · 1
PT-2022-8283
7.5
2022-05-18
Ruby · Random Password Generator · CVE-2019-25061
**Name of the Vulnerable Software and Affected Versions** random password generator gem versions through 1.0.0 **Description** The issue concerns the use of Kernel#rand to generate passwords, which has a cyclic nature that can facilitate password prediction. This affects the random password generator gem for Ruby. **Recommendations** For versions through 1.0.0, consider using an alternative method for password generation that does not rely on Kernel#rand to minimize the risk of password prediction. At the moment, there is no information about a newer version that contains a fix for this vulnerability.