mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 11:39:45 +01:00
420 B
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.