Files
advisory-db/crates/cache/RUSTSEC-2021-0006.md
Yechan Bae b724f12a5b Update CVE numbers (#777)
* Update CVE numbers

* Fix RUSTSEC-2020-0093

* Add another alias for async-h1 crate
2021-02-25 20:00:25 -05:00

420 B

[advisory]
id = "RUSTSEC-2021-0006"
package = "cache"
aliases = ["CVE-2021-25903"]
date = "2021-01-01"
url = "https://github.com/krl/cache/issues/2"
informational = "unsound"
categories = ["memory-corruption"]
keywords = ["soundness"]

[versions]
patched = []

Exposes internally used raw pointer

Affected versions of this crate dereference a raw pointer that can be modified without using unsafe code.