CVE-2024-41935
Severity CVSS v4.0:
Pending analysis
Type:
CWE-125
Out-of-bounds Read
Publication date:
11/01/2025
Last modified:
23/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
f2fs: fix to shrink read extent node in batches<br />
<br />
We use rwlock to protect core structure data of extent tree during<br />
its shrink, however, if there is a huge number of extent nodes in<br />
extent tree, during shrink of extent tree, it may hold rwlock for<br />
a very long time, which may trigger kernel hang issue.<br />
<br />
This patch fixes to shrink read extent node in batches, so that,<br />
critical region of the rwlock can be shrunk to avoid its extreme<br />
long time hold.
Impact
Base Score 3.x
7.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.8 (including) | 6.6.66 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.5 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



