GO-2020-0006

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

An attacker may prevent TCP connections to a Server by opening a connection and leaving it idle, until the connection is closed by the server no other connections will be accepted.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0006"
}
References
Credits
    • Pedro Sampaio

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.4-0.20180125103619-43913f2f4fbd

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/miekg/dns",
            "symbols": [
                "ActivateAndServe",
                "ListenAndServe",
                "ListenAndServeTLS",
                "Server.ActivateAndServe",
                "Server.ListenAndServe",
                "Server.serveTCP"
            ]
        }
    ]
}