mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-02 01:26:42 +01:00
As proposed in #240 and tracked in #414, this PR translates all advisories into the new "V3" advisory format, which is based on Markdown with leading TOML front matter. This format makes it easier to see rendered Markdown syntax descriptions, whether rendered by an IDE or GitHub. This should help with both crafting advisories initially as well as review, and ideally encourages more lengthy descriptions. Support for this format shipped in `cargo-audit` v0.12.0 on May 6th, 2020.
574 B
574 B
[advisory]
id = "RUSTSEC-2019-0016"
package = "chttp"
aliases = ["CVE-2019-16140"]
date = "2019-09-01"
keywords = ["memory-management", "memory-corruption"]
url = "https://github.com/sagebind/isahc/issues/2"
[versions]
patched = [">= 0.1.3"]
unaffected = ["< 0.1.1"]
Use-after-free in buffer conversion implementation
The From implementation for Vec 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.