
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68261 is a race condition vulnerability in the Linux kernel's ext4 filesystem subsystem, specifically in the ext4_destroy_inline_data_nolock() function. The flaw arises from a missing i_data_sem semaphore protection when transitioning an inode's data layout from inline data to extent-based storage, allowing a concurrent thread to observe an inconsistent inode state. It affects the Linux kernel across multiple stable branches and was published on December 16, 2025. The vulnerability has an estimated CVSS severity of Medium, with an EPSS score of 0.000180 (Feedly).
The root cause is a race condition (CWE-362) in ext4_destroy_inline_data_nolock(), which clears the EXT4_INODE_INLINE_DATA flag and sets EXT4_INODE_EXTENTS flag without holding the i_data_sem lock. Concurrently, ext4_map_blocks() reads the EXT4_INODE_EXTENTS flag to decide whether to dispatch to ext4_ext_map_blocks() or ext4_ind_map_blocks(). Without the lock, ext4_ind_map_blocks() can receive an inode that already has EXT4_INODE_EXTENTS set, triggering a kernel BUG assertion at fs/ext4/indirect.c:546. The fix involves acquiring i_data_sem before modifying the inode flags in ext4_destroy_inline_data_nolock(), with patches committed to multiple stable kernel trees (Feedly).
Successful exploitation of this vulnerability causes a kernel panic (BUG) on the affected system, resulting in a denial of service. The crash occurs in the context of a write operation to an ext4 filesystem with inline data enabled, and requires local access to trigger the race condition. There is no evidence of confidentiality or integrity impact beyond the system crash; however, repeated triggering could be used to destabilize a host or container environment (Feedly).
dmesg or /var/log/kern.log) showing kernel BUG at fs/ext4/indirect.c:546! with an invalid opcode trap and a call trace involving ext4_ind_map_blocks, ext4_map_blocks, ext4_write_begin, ext4_da_write_begin, and generic_perform_write.fsck to recover.The Linux kernel maintainers have released patches for multiple stable branches, with commits available at the kernel.org stable tree (e.g., 0cd8feea8777, 5b266cf6851c, 5cad18e527ba, 22a76b0861ae, 61e03dc3794e). Downstream distributions including Debian (linux 6.1.162-1), Ubuntu (USN-8096-x, USN-8094-x, USN-8152-1, USN-8179-x, USN-8184-1, USN-8185-x, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1), SUSE, Amazon Linux 2 (ALAS2KERNEL-5.10-2026-113, ALAS2KERNEL-5.15-2026-098), and Oracle Linux have issued updated kernel packages. Administrators should update to the latest patched kernel version provided by their distribution as soon as possible (Feedly, Ubuntu USN-8096-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."