mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-19 09:55:13 +01:00
Request RUSTSEC for resolved UAF in OpenSSL
This commit is contained in:
20
crates/openssl/RUSTSEC-0000-0000.toml
Normal file
20
crates/openssl/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
|
||||
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"]
|
||||
Reference in New Issue
Block a user