CVE-2021-32810

crossbeam-deque is a package of work-stealing deques for building task schedulers when programming in Rust. In versions prior to 0.7.4 and 0.8.0, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never popped. If tasks are allocated on the heap, this can cause double free and a memory leak. If not, this still can cause a logical bug. Crates using `Stealer::steal`, `Stealer::steal_batch`, or `Stealer::steal_batch_and_pop` are affected by this issue. This has been fixed in crossbeam-deque 0.8.1 and 0.7.4.
Race Condition
ProviderTypeBase ScoreAtk. VectorAtk. ComplexityPriv. RequiredVector
NISTNIST
9.8 CRITICAL
NETWORK
LOW
NONE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
GitHub_MCNA
9.8 CRITICAL
NETWORK
LOW
NONE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVEADP
---
---
Base Score
CVSS 3.x
EPSS Score
Percentile: 76%
VendorProductVersion
crossbeam_projectcrossbeam
𝑥
< 0.7.4
crossbeam_projectcrossbeam
0.8.0 ≤
𝑥
< 0.8.1
𝑥
= Vulnerable software versions
Debian logo
Debian Releases
Debian Product
Codename
firefox
sid
132.0.1-1
fixed
bullseye
no-dsa
buster
no-dsa
firefox-esr
bullseye
115.14.0esr-1~deb11u1
no-dsa
buster
no-dsa
bullseye (security)
128.4.0esr-1~deb11u1
fixed
bookworm
115.14.0esr-1~deb12u1
fixed
bookworm (security)
128.4.0esr-1~deb12u1
fixed
trixie
128.3.1esr-2
fixed
sid
128.4.0esr-1
fixed
rust-crossbeam-deque
bullseye
no-dsa
buster
no-dsa
bookworm
0.8.1-1
fixed
sid
0.8.5-1
fixed
trixie
0.8.5-1
fixed
thunderbird
bullseye
1:115.12.0-1~deb11u1
no-dsa
buster
no-dsa
bullseye (security)
1:128.4.0esr-1~deb11u1
fixed
bookworm
1:115.12.0-1~deb12u1
fixed
bookworm (security)
1:128.4.0esr-1~deb12u1
fixed
sid
1:128.4.0esr-1
fixed
trixie
1:128.4.0esr-1
fixed
Ubuntu logo
Ubuntu Releases
Ubuntu Product
Codename
firefox
noble
Fixed 93.0+build1-0ubuntu2
released
mantic
Fixed 93.0+build1-0ubuntu2
released
lunar
Fixed 93.0+build1-0ubuntu2
released
kinetic
Fixed 93.0+build1-0ubuntu2
released
jammy
Fixed 93.0+build1-0ubuntu2
released
impish
Fixed 93.0+build1-0ubuntu2
released
hirsute
Fixed 93.0+build1-0ubuntu0.21.04.1
released
focal
Fixed 93.0+build1-0ubuntu0.20.04.1
released
bionic
Fixed 93.0+build1-0ubuntu0.18.04.1
released
xenial
ignored
trusty
dne
rust-crossbeam-deque
noble
not-affected
mantic
not-affected
lunar
not-affected
kinetic
ignored
jammy
needs-triage
impish
ignored
hirsute
ignored
focal
needs-triage
bionic
dne
xenial
ignored
trusty
dne
References