GO-2022-0477

Source
https://pkg.go.dev/vuln/GO-2022-0477
Import Source
https://vuln.go.dev/ID/GO-2022-0477.json
Aliases
Published
2022-06-09T01:43:37Z
Modified
2023-12-06T01:02:17.250828Z
Details

On Windows, rand.Read will hang indefinitely if passed a buffer larger than 1 << 32 - 1 bytes.

References

Affected packages

Go / stdlib

Package

Name
stdlib

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
1.17.11
Introduced
1.18.0-0
Fixed
1.18.3

Ecosystem specific

{
    "imports": [
        {
            "path": "crypto/rand",
            "symbols": [
                "Read"
            ],
            "goos": [
                "windows"
            ]
        }
    ]
}