Lucene search

K
rustsecRustsecRUSTSEC-2020-0047
HistorySep 26, 2020 - 12:00 p.m.

array_queue pop_back() may cause a use-after-free

2020-09-2612:00:00
rustsec.org
8
array_queue pop_back use-after-free circular queue software reading uninitialized memory

EPSS

0.001

Percentile

20.2%

array_queue implements a circular queue that wraps around an array. However, it
fails to properly index into the array in the pop_back function allowing the
reading of previously dropped or uninitialized memory.

EPSS

0.001

Percentile

20.2%

Related for RUSTSEC-2020-0047