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.