Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — io-wq: check for wq exit after adding new worker task_work
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0015 4.7 —
AFFECTED
Product Versions Fixed
Linux 685fe7feedb96771683437107ba72131410e2350 – —
Linux 5.13 – 5.15.11
TIMELINE
May 24 Reserved by Linux
Jun 19 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2021-47577 (Linux). CVSS 7.8 → 4.7 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
io-wq: check for wq exit after adding new worker task_work
We check IO_WQ_BIT_EXIT before attempting to create a new worker, and
wq exit cancels pending work if we have any. But it's possible to have
a race between the two, where creation checks exit finding it not set,
but we're in the process of exiting. The exit side will cancel pending
creation task_work, but there's a gap where we add task_work after we've
canceled existing creations at exit time.
Fix this by checking the EXIT bit post adding the creation task_work.
If it's set, run the same cancelation that exit does.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 24, 2024 | Reserved | Reserved by Linux |
| June 19, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2021-47577 (Linux). CVSS 7.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 685fe7feedb96771683437107ba72131410e2350 | — |
| Linux | Linux | — | 5.13 | 5.15.11 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2021-47577 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.