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 — lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0017 6.7 —
AFFECTED
Product Versions Fixed
Linux ba20ba2e3743bac786dff777954c11930256075e – —
Linux 5.1 – 5.4.284
TIMELINE
Sep 30 Reserved by Linux
Oct 9 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2024-47668 (Linux). CVSS 7.8 → 4.7 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
If we need to increase the tree depth, allocate a new node, and then
race with another thread that increased the tree depth before us, we'll
still have a preallocated node that might be used later.
If we then use that node for a new non-root node, it'll still have a
pointer to the old root instead of being zeroed - fix this by zeroing it
in the cmpxchg failure path.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| September 30, 2024 | Reserved | Reserved by Linux |
| October 9, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2024-47668 (Linux). CVSS 7.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | ba20ba2e3743bac786dff777954c11930256075e | — |
| Linux | Linux | — | 5.1 | 5.4.284 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-47668 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.