GO-2022-0244

Source
https://pkg.go.dev/vuln/GO-2022-0244
Import Source
https://vuln.go.dev/ID/GO-2022-0244.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-0244
Aliases
Published
2022-07-15T23:06:26Z
Modified
2024-10-12T01:12:18.146538Z
Summary
Insufficient randomness in UUIDs in github.com/satori/go.uuid
Details

Random data used to create UUIDs can contain zeros, resulting in predictable UUIDs and possible collisions.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2022-0244"
}
References
Credits
    • @josselin-c

Affected packages

Go / github.com/satori/go.uuid

Package

Name
github.com/satori/go.uuid
View open source insights on deps.dev
Purl
pkg:golang/github.com/satori/go.uuid

Affected ranges

Type
SEMVER
Events
Introduced
1.2.1-0.20180103161547-0ef6afb2f6cd
Fixed
1.2.1-0.20180404165556-75cca531ea76

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/satori/go.uuid",
            "symbols": [
                "NewV1",
                "NewV2",
                "NewV4",
                "rfc4122Generator.NewV1",
                "rfc4122Generator.NewV2",
                "rfc4122Generator.NewV4",
                "rfc4122Generator.getClockSequence",
                "rfc4122Generator.getHardwareAddr"
            ]
        }
    ]
}