CVE-2024-27032
Last modified
CVE-2024-27032 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULT_BLOCK is on, it is possible that f2fs_reserve_new_block() will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 and only FAULT_BLOCK fault type is on, it may encounter deadloop in loop of block reservation. Let's change as below to fix these issues: - remove bug_on() to avoid panic. - limit the loop count of block reservation to avoid potential deadloop.. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULT_BLOCK is on, it is possible that f2fs_reserve_new_block() will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 and only FAULT_BLOCK fault type is on, it may encounter deadloop in loop of block reservation. Let's change as below to fix these issues: - remove bug_on() to avoid panic. - limit the loop count of block reservation to avoid potential deadloop.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.19.307, < 4.20 |
| Linux | Linux Kernel | >= 5.4.269, < 5.5 |
| Linux | Linux Kernel | >= 5.10.210, < 5.11 |
| Linux | Linux Kernel | >= 5.15.149, < 5.16 |
| Linux | Linux Kernel | >= 6.1.77, < 6.1.83 |
| Linux | Linux Kernel | >= 6.6.16, < 6.6.23 |
| Linux | Linux Kernel | >= 6.7.4, < 6.7.11 |
| Linux | Linux Kernel | >= 6.8, < 6.8.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-27032?
How severe is CVE-2024-27032?
How do I fix CVE-2024-27032?
Are you affected by CVE-2024-27032?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
