GO-2021-0243

See a problem?
Source
https://pkg.go.dev/vuln/GO-2021-0243
Import Source
https://vuln.go.dev/ID/GO-2021-0243.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0243
Aliases
Published
2022-02-17T17:32:57Z
Modified
2024-05-20T16:03:47Z
Summary
Panic on certain certificates in crypto/tls
Details

crypto/tls clients can panic when provided a certificate of the wrong type for the negotiated parameters. net/http clients performing HTTPS requests are also affected.

References
Credits
    • Imre Rad

Affected packages

Go / stdlib

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.15.14
Introduced
1.16.0-0
Fixed
1.16.6

Ecosystem specific

{
    "imports": [
        {
            "path": "crypto/tls",
            "symbols": [
                "rsaKeyAgreement.generateClientKeyExchange"
            ]
        }
    ]
}