Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.0.19, < 3.1 |
| Debian | Debian Linux | 10.0 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0c3248bc708a7797be573214065cf908ff1f54c7Patch
- https://git.kernel.org/stable/c/2d60ff5874aefd006717ca5e22ac1e25eac29c42Patch
- https://git.kernel.org/stable/c/3cdc34d76c4f777579e28ad373979d36c030cfd3Patch
- https://git.kernel.org/stable/c/7b0e64583eab8c1d896b47e5dd0bf2e7d86ec41fPatch
- https://git.kernel.org/stable/c/9518b79bfd2fbf99fa9b7e8e36bcb1825e7ba030Patch
- https://git.kernel.org/stable/c/a26ff37e624d12e28077e5b24d2b264f62764ad6Patch
- https://git.kernel.org/stable/c/b6dbfd5bcc267a95a0bf1bf96af46243f96ec6cdPatch
- https://git.kernel.org/stable/c/f4f94587e1bf87cb40ec33955a9d90148dd026abPatch
- https://git.kernel.org/stable/c/0c3248bc708a7797be573214065cf908ff1f54c7Patch
- https://git.kernel.org/stable/c/2d60ff5874aefd006717ca5e22ac1e25eac29c42Patch
- https://git.kernel.org/stable/c/3cdc34d76c4f777579e28ad373979d36c030cfd3Patch
- https://git.kernel.org/stable/c/7b0e64583eab8c1d896b47e5dd0bf2e7d86ec41fPatch
- https://git.kernel.org/stable/c/9518b79bfd2fbf99fa9b7e8e36bcb1825e7ba030Patch
- https://git.kernel.org/stable/c/a26ff37e624d12e28077e5b24d2b264f62764ad6Patch
- https://git.kernel.org/stable/c/b6dbfd5bcc267a95a0bf1bf96af46243f96ec6cdPatch
FAQ
What is CVE-2024-36883?
CVE-2024-36883 is a vulnerability with a CVSS score of 7.1 (HIGH). 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 ...
How severe is CVE-2024-36883?
CVE-2024-36883 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-36883?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel, Debian Debian Linux.