HistoryEdit

RUSTSEC-2021-0006

Exposes internally used raw pointer

Reported
Issued
Package
cache (crates.io)
Type
INFO Unsound
Categories
Keywords
#soundness
Aliases
Details
https://github.com/krl/cache/issues/2
CVSS Score
7.5 HIGH
CVSS Details
Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Patched
no patched versions

Description

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