boxscore/security
CVE · referencelatest edition

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.

CVE-2024-47668MEDIUM
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).
CWE-362 · CNA: Linux · CVSS v3.1 · 8 references · NVD status: Modified

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
DateEventDetail
September 30, 2024ReservedReserved by Linux
October 9, 2024PublishedPublished (CNA: Linux)
August 4, 2026RESCOREDRESCORED — CVE-2024-47668 (Linux). CVSS 7.8 → 4.7 (NVD).

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinuxba20ba2e3743bac786dff777954c11930256075e
LinuxLinux5.15.4.284

Weaknesses

CWE-362

References (8)

Related

Authoritative record: CVE-2024-47668 at cve.org

Vendors: linux

Weaknesses: CWE-362

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.