GO-2020-0038

Source
https://pkg.go.dev/vuln/GO-2020-0038
Import Source
https://vuln.go.dev/ID/GO-2020-0038.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2020-0038
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Improper authentication in github.com/pion/dtls
Details

Due to improper verification of packets, unencrypted packets containing application data are accepted after the initial handshake. This allows an attacker to inject arbitrary data which the client/server believes was encrypted, despite not knowing the session key.

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

Affected packages

Go / github.com/pion/dtls

Package

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

Affected ranges

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

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/pion/dtls",
            "symbols": [
                "Client",
                "Conn.handleIncomingPacket",
                "Dial",
                "Listener.Accept",
                "Resume",
                "Server"
            ]
        }
    ]
}