In the Linux kernel, the following vulnerability has been resolved:
btrfs: fix invalid inode pointer dereferences during log replay
In a few places where we call read_one_inode(), if we get a NULL pointer
we end up jumping into an error path, or fallthrough in case of
__add_inode_ref(), where we then do something like this:
iput(&inode->vfs_inode);
which results in an invalid inode pointer that triggers an invalid memory
access, resulting in a crash.
Fix this by making sure we don't do such dereferences.
CVSS
No CVSS.
References
Configurations
No configuration.
History
10 Jul 2025, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-09 11:15
Updated : 2025-07-10 15:15
NVD link : CVE-2025-38243
Mitre link : CVE-2025-38243
CVE.ORG link : CVE-2025-38243
JSON object : View
Products Affected
No product.
CWE
No CWE.