GO-2022-0461

Source
https://pkg.go.dev/vuln/GO-2022-0461
Import Source
https://vuln.go.dev/ID/GO-2022-0461.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2022-0461
Aliases
Published
2022-07-01T20:07:25Z
Modified
2024-05-20T16:03:47Z
Summary
Unbounded memory consumption in github.com/pion/dtls/v2
Details

Attacker can cause unbounded memory consumption.

The Pion DTLS client and server buffer handshake data with no upper limit, permitting an attacker to cause unbounded memory consumption by sending an unterminated handshake.

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

Affected packages

Go / github.com/pion/dtls/v2

Package

Name
github.com/pion/dtls/v2
View open source insights on deps.dev
Purl
pkg:golang/github.com/pion/dtls/v2

Affected ranges

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

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/pion/dtls/v2",
            "symbols": [
                "Client",
                "ClientWithContext",
                "Dial",
                "DialWithContext",
                "Resume",
                "Server",
                "ServerWithContext",
                "fragmentBuffer.push",
                "handshakeFSM.Run",
                "listener.Accept"
            ]
        }
    ]
}