mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
20 lines
932 B
Markdown
20 lines
932 B
Markdown
### [CVE-2021-4238](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/drpaneas/goguard
|
|
- https://github.com/seal-community/patches
|
|
|