ghsa-3839-6r69-m497
Vulnerability from github
Published
2022-12-28 00:30
Modified
2024-05-20 21:28
Severity ?
Summary
GoUtils's randomly-generated alphanumeric strings contain significantly less entropy than expected
Details
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.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/Masterminds/goutils" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.1.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-4238" ], "database_specific": { "cwe_ids": [ "CWE-331" ], "github_reviewed": true, "github_reviewed_at": "2022-12-30T18:53:53Z", "nvd_published_at": "2022-12-27T22:15:00Z", "severity": "CRITICAL" }, "details": "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.", "id": "GHSA-3839-6r69-m497", "modified": "2024-05-20T21:28:45Z", "published": "2022-12-28T00:30:23Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4238" }, { "type": "WEB", "url": "https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1" }, { "type": "PACKAGE", "url": "https://github.com/Masterminds/goutils" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2022-0411" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "type": "CVSS_V3" } ], "summary": "GoUtils\u0027s randomly-generated alphanumeric strings contain significantly less entropy than expected" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.