CVE-2025-38243
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
09/07/2025
Last modified:
19/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
btrfs: fix invalid inode pointer dereferences during log replay<br />
<br />
In a few places where we call read_one_inode(), if we get a NULL pointer<br />
we end up jumping into an error path, or fallthrough in case of<br />
__add_inode_ref(), where we then do something like this:<br />
<br />
iput(&inode->vfs_inode);<br />
<br />
which results in an invalid inode pointer that triggers an invalid memory<br />
access, resulting in a crash.<br />
<br />
Fix this by making sure we don&#39;t do such dereferences.
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.15 (including) | 6.15.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



