mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-05 19:20:34 +01:00
438 B
438 B
[advisory]
id = "RUSTSEC-2018-0010"
package = "openssl"
aliases = ["CVE-2018-20997"]
cvss = "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
date = "2018-06-01"
keywords = ["memory-corruption"]
url = "https://github.com/sfackler/rust-openssl/pull/942"
[versions]
patched = [">= 0.10.9"]
unaffected = ["< 0.10.8"]
Use after free in CMS Signing
Affected versions of the OpenSSL crate used structures after they'd been freed.