Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add cond_resched() in get_swap_pages() The softlockup still occurs in get_swap_pages() under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disksize of each zram device is 50MB with same priority as si. Use the stress-ng tool to increase memory pressure, causing the system to oom frequently. The plist_for_each_entry_safe() loops in get_swap_pages() could reach tens of thousands of times to find available space (extreme case: cond_resched() is not called in scan_swap_map_slots()). Let's add cond_resched() into get_swap_pages() when failed to find available space to avoid softlockup.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.14.306 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/29f0349c5c76b627fe06b87d4b13fa03a6ce8e64Patch
- https://git.kernel.org/stable/c/30187be29052bba9203b0ae2bdd815e0bc2faaabPatch
- https://git.kernel.org/stable/c/387217b97e99699c34e6d95ce2b91b327fcd853ePatch
- https://git.kernel.org/stable/c/49178d4d61e78aed8c837dfeea8a450700f196e2Patch
- https://git.kernel.org/stable/c/5dbe1ebd56470d03b78fc31491a9e4d433106ef2Patch
- https://git.kernel.org/stable/c/7717fc1a12f88701573f9ed897cc4f6699c661e3Patch
- https://git.kernel.org/stable/c/d49c85a1913385eed46dd16a25ad0928253767f0Patch
FAQ
What is CVE-2023-52932?
CVE-2023-52932 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add cond_resched() in get_swap_pages() The softlockup still occurs in get_swap_pages() under memory pressure. 64 CPU...
How severe is CVE-2023-52932?
CVE-2023-52932 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-52932?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.