CVE-2023-52932
Last modified
CVE-2023-52932 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 4.14.306 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.273 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.232 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.168 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.93 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.11 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52932?
How severe is CVE-2023-52932?
How do I fix CVE-2023-52932?
Are you affected by CVE-2023-52932?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
