We found results for “”
WS-2020-0239
Good to know:
Date: January 19, 2020
sys-info before 0.8.0 uses a static, global, list to store temporary disk information while running. The function that cleans up this list, DFCleanup, assumes a single-threaded environment and will try to free the same memory twice in a multithreaded environment. This results in consistent double-frees and segfaults when calling sys_info::disk_info from multiple threads at once.
Language: RUST
Severity Score
Severity Score
Weakness Type (CWE)
Environment
CWE-2Top Fix
CVSS v3.1
Base Score: |
|
---|---|
Attack Vector (AV): | LOCAL |
Attack Complexity (AC): | LOW |
Privileges Required (PR): | LOW |
User Interaction (UI): | NONE |
Scope (S): | UNCHANGED |
Confidentiality (C): | HIGH |
Integrity (I): | NONE |
Availability (A): | HIGH |