WS-2021-0034
February 22, 2021
Affected versions of stack_dst used a push_inner function that increased the internal length of the array and then called val.clone().
If the val.clone() call panics, the stack could drop an already dropped element or drop uninitialized memory.
This issue was fixed in 2a4d538 by increasing the length of the array after elements are cloned.
Related ResourcesĀ (1)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.1
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW