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
Affected Vendors & Products
References
History
Tue, 08 Apr 2025 19:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
Weaknesses | CWE-835 | |
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |
Wed, 06 Nov 2024 19:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
ssvc
|

Status: PUBLISHED
Assigner: Linux
Published: 2024-05-01T12:53:32.812Z
Updated: 2025-05-04T12:55:26.263Z
Reserved: 2024-02-19T14:20:24.211Z
Link: CVE-2024-27032

Updated: 2024-08-02T00:21:05.863Z

Status : Analyzed
Published: 2024-05-01T13:15:49.230
Modified: 2025-04-08T18:41:55.580
Link: CVE-2024-27032
