icon

We found results for “

WS-2020-0238

Good to know:

icon

Date: June 26, 2020

0.4.3 of crossbeam-channel is affected. The bounded channel incorrectly assumes that Vec::from_iter has allocated capacity that same as the number of iterator elements. Vec::from_iter does not actually guarantee that and may allocate extra memory. The destructor of the bounded channel reconstructs Vec from the raw pointer based on the incorrect assumes described above. This is unsound and causing deallocation with the incorrect capacity when Vec::from_iter has allocated different sizes with the number of iterator elements. Fixed in 0.4.4.

Language: RUST

Severity Score

Severity Score

Weakness Type (CWE)

Location

CWE-1

Top Fix

icon

Upgrade Version

Upgrade to version 0.4.4

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): LOCAL
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): REQUIRED
Scope (S): UNCHANGED
Confidentiality (C): NONE
Integrity (I): NONE
Availability (A): HIGH

Do you need more information?

Contact Us