Files
advisory-db/crates/cache/RUSTSEC-2021-0006.md
2023-06-13 15:10:24 +02:00

497 B

[advisory]
id = "RUSTSEC-2021-0006"
package = "cache"
aliases = ["CVE-2021-25903", "GHSA-gh87-6jr3-8q47"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
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.