- Reported
-
- Issued
-
- Package
-
xcb
(crates.io)
- Type
-
INFO
Unsound
- Categories
-
- Aliases
-
- References
-
- CVSS Score
- 5.5
MEDIUM
- CVSS Details
-
- Attack Vector
- Local
- Attack Complexity
- Low
- Privileges Required
- Low
- User Interaction
- None
- Scope
- Unchanged
- Confidentiality Impact
- None
- Integrity Impact
- None
- Availability Impact
- High
- CVSS Vector
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Patched
-
Description
base::Error type contains public field named ptr.
With this definition, it is possible to create a base::Error with an invalid pointer and trigger memory safety errors
such as use-after-free or double-free with safe Rust.
The users of xcb crate are advised not to manipulate the field.
Advisory available under CC0-1.0
license.