
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68820 is a null pointer dereference vulnerability in the Linux kernel's ext4 filesystem xattr handling code. Specifically, if ext4_get_inode_loc() fails (e.g., returning -EFSCORRUPTED), the iloc.bh buffer head pointer remains NULL. Because ext4_xattr_inode_dec_ref_all() lacks proper error checking, execution continues and ext4_raw_inode() is called with the NULL pointer, triggering a kernel null pointer dereference. The vulnerability was discovered by the Linux Verification Center (linuxtesting.org) using the SVACE static analysis tool and was published on January 13, 2026. No CVSS score has been assigned by NVD at this time; the EPSS score is approximately 0.018% (Feedly, NVD).
The root cause is a missing error-return check in ext4_xattr_inode_dec_ref_all() after calling ext4_get_inode_loc() (CWE classification not formally assigned by NVD). When the inode location lookup fails due to filesystem corruption or I/O errors, iloc.bh is left as NULL, but execution proceeds to ext4_raw_inode(), which dereferences the NULL buffer head pointer. This is a local, kernel-space issue triggered during ext4 extended attribute inode reference counting operations — typically reachable when the filesystem is in a corrupted state. Patches are available in the stable kernel tree across multiple branches (NVD, Kernel Git).
Successful triggering of this vulnerability causes a kernel null pointer dereference, which typically results in a kernel panic (system crash), leading to a denial of service. The impact is primarily an availability concern — an attacker or a corrupted filesystem state can cause the affected Linux system to crash. There is no known direct path to privilege escalation or data exfiltration from this specific bug, though kernel crashes can disrupt services and potentially corrupt in-flight data (NVD, Feedly).
The Linux kernel maintainers have released fixes across multiple stable branches. Patched versions include Linux 6.1.160, 6.6.120, 6.12.64, 6.18.3, and 6.19-rc1, with corresponding commits available in the stable kernel tree. Downstream distributions including Debian, Ubuntu (USN-8177-1, USN-8177-2, USN-8183-1, USN-8183-2, USN-8245-1, USN-8257-1), SUSE, Amazon Linux 2 (ALAS2KERNEL-5.10-2026-113, ALAS2KERNEL-5.15-2026-098), and Oracle Linux have issued updated kernel packages. Users should update to the latest patched kernel version provided by their distribution as soon as possible (Feedly, Ubuntu USN-8177-1, Debian LTS).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."