CVE Published: 27/12/2022 |
CVE Updated: 03/08/2024 |
CVE Year: 2021 Source: Go |
Vendor: github.com/Masterminds/goutils |
Product: github.com/Masterminds/goutils Status : PUBLISHED
CVE-2021-4238 Description
Randomly-generated alphanumeric strings contain significantly less entropy than expected. The RandomAlphaNumeric and CryptoRandomAlphaNumeric functions always return strings containing at least one digit from 0 to 9. This significantly reduces the amount of entropy in short strings generated by these functions.