mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Add std CVE (#869)
This commit is contained in:
16
rust/std/CVE-2021-28879.md
Normal file
16
rust/std/CVE-2021-28879.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "CVE-2021-28879"
|
||||
package = "std"
|
||||
categories = ["memory-corruption"]
|
||||
date = "2021-02-18"
|
||||
url = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28879"
|
||||
|
||||
[versions]
|
||||
patched = [">= 1.52.0"]
|
||||
unaffected = ["< 1.14.0"]
|
||||
```
|
||||
|
||||
# Zip can cause buffer overflow when a consumed Zip iterator is used again
|
||||
|
||||
In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used again.
|
||||
Reference in New Issue
Block a user