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 — 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).
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
| Date | Event | Detail |
| May 30, 2024 | Reserved | Reserved by Linux |
| May 30, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2024-36883 (Linux). CVSS 7.8 → 7.1 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 073862ba5d249c20bd5c49fc6d904ff0e1f6a672 | — |
| Linux | Linux | — | 3.3 | 4.19.314 |
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.