We found results for “”
WS-2023-0012
Good to know:
Date: November 3, 2024
The crate elf has several unsafe sections that don't perform proper pointer validation.malicious or malformed input can contain a section header offset of an arbitrary size, meaning that the resultant pointer in the unsafe block can point to an artibrary address in the address space of the process. This can result in unpredictable behaviour, and in our fuzz testing, we discovered that it's trivial to cause SIGABRT (signal 6), or SEGV (signal 11).
Language: RUST
Severity Score
Related Resources (6)
Severity Score
Weakness Type (CWE)
Use of Out-of-range Pointer Offset
CWE-823Top Fix
CVSS v3.1
Base Score: |
|
---|---|
Attack Vector (AV): | NETWORK |
Attack Complexity (AC): | LOW |
Privileges Required (PR): | NONE |
User Interaction (UI): | NONE |
Scope (S): | UNCHANGED |
Confidentiality (C): | NONE |
Integrity (I): | NONE |
Availability (A): | HIGH |