Lucene search
+L

3 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:49 p.m.40 views

Incorrect buffer size in crossbeam-channel

The affected version of this crate's the bounded channel incorrectly assumes that Vec::fromiter has allocated capacity that same as the number of iterator elements. Vec::fromiter does not actually guarantee that and may allocate extra memory. The destructor of the bounded channel reconstructs Vec...

5.5CVSS6AI score0.00388EPSS
SaveExploits1References4Affected Software1
Prion
Prion
added 2020/10/16 5:15 p.m.44 views

Null pointer dereference

Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that Vec::fromiter has allocated capacity that same as the number of iterator elements. Vec::fromiter does not actually guarantee that and may allocate extra...

7.5CVSS9.3AI score0.02776EPSS
SaveExploits1References4Affected Software1
CVE
CVE
added 2020/10/16 5:5 p.m.177 views

CVE-2020-15254

CVE-2020-15254 concerns Crossbeam-channel’s bounded channel in versions before 0.4.4. The root cause is an unsound assumption: Vec::from_iter may not allocate capacity equal to the number of iterator elements, causing the bounded channel’s destructor to reconstruct a Vec with an incorrect capacit...

9.8CVSS8.8AI score0.02776EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder