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-36883HIGH
Linux Linux — net: fix out-of-bounds access in ops_init
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  H  N  H    7.1   .0031   23.6     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    073862ba5d249c20bd5c49fc6d904ff0e1f6a672 –  —
  Linux    3.3 –                                       4.19.314
TIMELINE
  May 30  Reserved by Linux
  May 30  Published (CNA: Linux)
  Aug 4   RESCORED — CVE-2024-36883 (Linux). CVSS 7.8 → 7.1 (NVD).
CWE-125 · CNA: Linux · CVSS v3.1 · 11 references · NVD status: Modified

Description

In the Linux kernel, the following vulnerability has been resolved: net: fix out-of-bounds access in ops_init net_alloc_generic is called by net_alloc, which is called without any locking. It reads max_gen_ptrs, which is changed under pernet_ops_rwsem. It is read twice, first to allocate an array, then to set s.len, which is later used to limit the bounds of the array access. It is possible that the array is allocated and another thread is registering a new pernet ops, increments max_gen_ptrs, which is then used to set s.len with a larger than allocated length for the variable array. Fix it by reading max_gen_ptrs only once in net_alloc_generic. If max_gen_ptrs is later incremented, it will be caught in net_assign_generic.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
May 30, 2024ReservedReserved by Linux
May 30, 2024PublishedPublished (CNA: Linux)
August 4, 2026RESCOREDRESCORED — CVE-2024-36883 (Linux). CVSS 7.8 → 7.1 (NVD).

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinux073862ba5d249c20bd5c49fc6d904ff0e1f6a672
LinuxLinux3.34.19.314

Weaknesses

CWE-125

References (11)

Related

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

Vendors: linux

Weaknesses: CWE-125

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-36883 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.