GO-2023-1589

Source
https://pkg.go.dev/vuln/GO-2023-1589
Import Source
https://vuln.go.dev/ID/GO-2023-1589.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2023-1589
Aliases
Published
2023-07-11T18:44:01Z
Modified
2024-05-20T16:03:47Z
Summary
Denial of service from memory exhaustion in github.com/notaryproject/notation-go
Details

Parsing PKIX distinguished names containing the string "=#" can cause excessive memory consumption.

Database specific
{
    "url": "https://pkg.go.dev/vuln/GO-2023-1589",
    "review_status": "REVIEWED"
}
References

Affected packages

Go / github.com/notaryproject/notation-go

Package

Name
github.com/notaryproject/notation-go
View open source insights on deps.dev
Purl
pkg:golang/github.com/notaryproject/notation-go

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0.0-rc.3

Ecosystem specific

{
    "imports": [
        {
            "symbols": [
                "ParseDistinguishedName"
            ],
            "path": "github.com/notaryproject/notation-go/internal/pkix"
        },
        {
            "symbols": [
                "New",
                "NewFromConfig",
                "verifier.Verify",
                "verifyX509TrustedIdentities"
            ],
            "path": "github.com/notaryproject/notation-go/verifier"
        },
        {
            "symbols": [
                "Document.Validate",
                "validateTrustedIdentities"
            ],
            "path": "github.com/notaryproject/notation-go/verifier/trustpolicy"
        }
    ]
}