We found results for “”
WS-2023-0223
Good to know:
Date: November 3, 2024
On windows, atty dereferences a potentially unaligned pointer.In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment.
Language: RUST
Severity Score
Related Resources (6)
Severity Score
Weakness Type (CWE)
Untrusted Pointer Dereference
CWE-822CVSS 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): | LOW |