CVE-2025-68261
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Indicators of compromise

  • Logs: Kernel logs (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.
  • Process: System crash or unexpected reboot on hosts running ext4 filesystems with inline data enabled, particularly during concurrent write workloads.
  • File System: Filesystem errors or corruption on ext4 volumes following a kernel panic, potentially requiring fsck to recover.

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management