CVE Database
/

CVE-2024-36883

Back to search

CVE-2024-36883

Published: May 30, 2024

Modified: May 23, 2026

PUBLISHED

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.

VendorProductVersions

Linux

Linux

affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672 - < 3cdc34d76c4f777579e28ad373979d36c030cfd3
affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672 - < 7b0e64583eab8c1d896b47e5dd0bf2e7d86ec41f
affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672 - < 0c3248bc708a7797be573214065cf908ff1f54c7
affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672 - < 9518b79bfd2fbf99fa9b7e8e36bcb1825e7ba030
affected
073862ba5d249c20bd5c49fc6d904ff0e1f6a672 - < 2d60ff5874aefd006717ca5e22ac1e25eac29c42

+7 more versions

Linux

Linux

affected
3.3
unaffected
0 - < 3.3
unaffected
4.19.314 - <= 4.19.*
unaffected
5.4.276 - <= 5.4.*
unaffected
5.10.217 - <= 5.10.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now