GO-2023-1535

Source
https://pkg.go.dev/vuln/GO-2023-1535
Import Source
https://vuln.go.dev/ID/GO-2023-1535.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2023-1535
Aliases
Published
2023-02-13T16:00:55Z
Modified
2024-05-20T16:03:47Z
Summary
Panic during unmarshal of Server Hello in github.com/pion/dtls/v2
Details

Unmarshalling a Server Hello can panic, which could allow a denial of service.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2023-1535"
}
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.2.4

Ecosystem specific

{
    "imports": [
        {
            "symbols": [
                "Handshake.Unmarshal",
                "MessageServerHello.Unmarshal"
            ],
            "path": "github.com/pion/dtls/v2/pkg/protocol/handshake"
        }
    ]
}