mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
959 B
959 B
[advisory]
id = "RUSTSEC-2019-0020"
package = "generator"
date = "2019-09-06"
keywords = ["memory-corruption"]
url = "https://github.com/Xudong-Huang/generator-rs/issues/9"
aliases = ["CVE-2019-16144", "GHSA-6c65-xcf5-299x"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
[versions]
patched = [">= 0.6.18"]
fix unsound APIs that could lead to UB
Affected versions of this crate API could use uninitialized memory with some APIs in special
cases, like use the API in none generator context. This could lead to UB.
The flaw was corrected by https://github.com/Xudong-Huang/generator-rs/issues/9
https://github.com/Xudong-Huang/generator-rs/issues/11
https://github.com/Xudong-Huang/generator-rs/issues/13
https://github.com/Xudong-Huang/generator-rs/issues/14
This patch fixes all those issues above.