Files
advisory-db/crates/openssl/RUSTSEC-2018-0010.toml
Sergey "Shnatsel" Davidoff 7797133c67 Add CVE mapping
2020-03-18 17:15:13 +01:00

14 lines
394 B
TOML

[advisory]
id = "RUSTSEC-2018-0010"
package = "openssl"
date = "2018-06-01"
title = "Use after free in CMS Signing"
url = "https://github.com/sfackler/rust-openssl/pull/942"
keywords = ["memory-corruption"]
description = "Affected versions of the OpenSSL crate used structures after they'd been freed."
aliases = ["CVE-2018-20997"]
[versions]
patched = [">= 0.10.9"]
unaffected = ["< 0.10.8"]