
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53861 is a NULL pointer dereference vulnerability in the Linux kernel's ext4 filesystem subsystem, specifically within the ext4_mb_good_group function. The flaw occurs because a group corruption check accesses memory via a grp pointer without first verifying it is non-NULL, which can trigger a kernel crash. It affects Linux kernel versions prior to the fixes introduced in stable releases 5.10.195, 5.15.132, 6.1.53, 6.4.16, 6.5.3, and 6.6. The vulnerability was published on December 9, 2025, with an estimated CVSS severity of Medium and an EPSS score of approximately 0.024% (Feedly, Vulners).
The root cause is a missing NULL pointer check (CWE-476) in the ext4_mb_good_group function within the Linux kernel's ext4 multiblock allocator (fs/ext4/mballoc.c). When the function performs a group corruption check, it dereferences the grp pointer to access group metadata; if grp is NULL at that point, the kernel will attempt to read from address zero, causing an immediate kernel panic. The fix adds a NULL check for grp before the corruption validation logic proceeds. Exploitation requires the ability to trigger the ext4 multiblock allocator code path under conditions where grp can be NULL, which typically involves local filesystem operations on an ext4-mounted volume (Feedly, Linux Kernel Stable).
Successful exploitation of this vulnerability results in a kernel crash (NULL pointer dereference), causing a denial of service (system unavailability) on the affected host. Because the crash occurs in kernel space within the ext4 filesystem driver, it affects the entire system rather than a single process, potentially causing data loss if in-flight filesystem operations are interrupted. There is no known path to privilege escalation or remote code execution via this vulnerability; the primary impact is availability (Feedly).
The Linux kernel maintainers have released patches addressing this vulnerability across multiple stable branches. Users should update to the following fixed versions or later: 5.10.195, 5.15.132, 6.1.53, 6.4.16, 6.5.3, or 6.6. Linux distribution vendors such as SUSE have also issued updated kernel packages incorporating this fix. No configuration-based workaround is available; upgrading the kernel is the recommended remediation (Feedly, Linux Kernel Stable, Linux Security).
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."