RUSTSEC-2020-0015

See a problem?
Source
https://rustsec.org/advisories/RUSTSEC-2020-0015
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0015.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2020-0015
Aliases
Published
2020-04-25T12:00:00Z
Modified
2024-07-15T22:00:19.808758Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Crash causing Denial of Service attack
Details

Server or client applications that call the SSLcheckchain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signaturealgorithmscert" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack.

References

Affected packages

crates.io / openssl-src

Package

Affected ranges

Type
SEMVER
Events
Introduced
111.6.0
Fixed
111.9.0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
    "informational": null,
    "categories": [
        "denial-of-service"
    ]
}