3 matches found
GHSA-75CQ-G75G-RXFF use-after-free vulnerability in Rust array-queue
An issue was discovered in the array-queue crate through 2020-09-26 for Rust. A popback call may lead to a use-after-free...
5.5CVSS5.3AI score0.00425EPSS
SaveExploits1References4
array_queue pop_back() may cause a use-after-free
arrayqueue implements a circular queue that wraps around an array. However, it fails to properly index into the array in the popback function allowing the reading of previously dropped or uninitialized memory...
5.5CVSS3.3AI score0.00425EPSS
SaveExploits1Affected Software1
RUSTSEC-2020-0047 array_queue pop_back() may cause a use-after-free
arrayqueue implements a circular queue that wraps around an array. However, it fails to properly index into the array in the popback function allowing the reading of previously dropped or uninitialized memory...
5.5CVSS5.3AI score0.00425EPSS
SaveExploits1References3
20