
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53306 is a Linux kernel vulnerability in the fsdax (file system direct access) subsystem related to Copy-on-Write (CoW) operations on XFS file systems. When XFS performs CoW on a non-shared extent (a technique used to combat fragmentation), a previously memory-written extent may have its DAX entry marked dirty, triggering a kernel WARNING in dax_insert_entry() at fs/dax.c:390. The vulnerability affects Linux kernel versions from 6.2 up to (but not including) 6.2.11, as well as release candidates 6.3-rc1 through 6.3-rc5. It was publicly disclosed on September 16, 2025, and carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).
The root cause is improper state management in the fsdax layer (CWE-459: Incomplete Cleanup). XFS allows CoW on non-shared extents to reduce fragmentation; when such an extent was previously written via mwrite, its DAX page cache entry retains a dirty mark. When the CoW path subsequently attempts to invalidate the old extent via invalidate_inode_pages2_range(), the dirty mark prevents proper deletion of the entry, triggering a WARN_ON assertion in dax_insert_entry(). The fix forces the dirty mark to be cleared before the invalidation step during CoW operations. Exploitation requires local access with low privileges and no user interaction (Red Hat Bugzilla, Kernel Patch 1, Kernel Patch 2).
Successful exploitation by a local, low-privileged user can trigger kernel warnings and system instability on hosts using XFS file systems with DAX (direct access) storage. The primary impact is on availability — the kernel WARNING may degrade system performance or, in severe cases, contribute to system instability. There is no confidentiality or integrity impact associated with this vulnerability (Red Hat Advisory, Red Hat Bugzilla).
WARNING: CPU: X PID: XXXX at fs/dax.c:390 dax_insert_entry+0x342/0x390 in /var/log/kern.log or dmesg output.dax_fault_iter, dax_iomap_pte_fault, __xfs_filemap_fault, and handle_mm_fault in kernel logs, indicating a triggered DAX CoW warning.fsstress or other XFS stress-testing or file-intensive workloads that may trigger the condition on DAX-enabled XFS volumes (Red Hat Bugzilla).Update the Linux kernel to version 6.2.11 or later, which includes the fix that forces the dirty mark to be cleared before invalidate_inode_pages2_range() is called during CoW operations. Two upstream kernel patches address this issue. As a workaround where patching is not immediately possible, limiting local user access to systems with DAX-enabled XFS file systems can reduce exposure. Monitoring kernel logs for DAX-related warnings is also recommended (Kernel Patch 1, Kernel Patch 2, Red Hat Bugzilla).
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."