CVE-2025-37950
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
20/05/2025
Last modified:
17/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ocfs2: fix panic in failed foilio allocation<br />
<br />
commit 7e119cff9d0a ("ocfs2: convert w_pages to w_folios") and commit<br />
9a5e08652dc4b ("ocfs2: use an array of folios instead of an array of<br />
pages") save -ENOMEM in the folio array upon allocation failure and call<br />
the folio array free code.<br />
<br />
The folio array free code expects either valid folio pointers or NULL. <br />
Finding the -ENOMEM will result in a panic. Fix by NULLing the error<br />
folio entry.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.14 (including) | 6.14.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.15:rc5:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



