CVE-2025-68820
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference in the ext4 filesystem code of the Linux kernel. Specifically, if the function ext4_get_inode_loc() fails and returns an error like -EFSCORRUPTED, a variable (iloc.bh) remains NULL. Because the function ext4_xattr_inode_dec_ref_all() does not check for this error, it leads to a null pointer dereference in ext4_raw_inode(), which is called immediately after ext4_get_inode_loc().
How can this vulnerability impact me? :
The null pointer dereference can cause the Linux kernel to crash or behave unpredictably, potentially leading to a denial of service (system crash or reboot). This can disrupt system availability and stability.