Files
advisory-db/crates/openssl/RUSTSEC-2018-0010.toml
2018-12-16 10:08:17 -08:00

21 lines
385 B
TOML

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