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

20 lines
590 B
TOML

[advisory]
id = "RUSTSEC-2019-0016"
package = "chttp"
date = "2019-09-01"
title = "Use-after-free in buffer conversion implementation"
description = """
The From<Buffer> implementation for Vec<u8> was not properly implemented,
returning a vector backed by freed memory. This could lead to memory corruption
or be exploited to cause undefined behavior.
A fix was published in version 0.1.3.
"""
url = "https://github.com/sagebind/isahc/issues/2"
keywords = ["memory-management", "memory-corruption"]
aliases = ["CVE-2019-16140"]
[versions]
patched = [">= 0.1.3"]
unaffected = ["< 0.1.1"]