GO-2020-0028

Source
https://pkg.go.dev/vuln/GO-2020-0028
Import Source
https://vuln.go.dev/ID/GO-2020-0028.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2020-0028
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Denial of service via malformed zone file in github.com/miekg/dns
Details

Due to a nil pointer dereference, parsing a malformed zone file containing TA records may cause a panic. If parsing user supplied input, this may be used as a denial of service vector.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0028"
}
References
Credits
    • @tr3ee

Affected packages

Go / github.com/miekg/dns

Package

Name
github.com/miekg/dns
View open source insights on deps.dev
Purl
pkg:golang/github.com/miekg/dns

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0.10

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/miekg/dns",
            "symbols": [
                "NewRR",
                "ParseZone",
                "ReadRR",
                "setTA"
            ]
        }
    ]
}