CVE-2023-53306
Linux Kernel vulnerability analysis and mitigation

Overview

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

Technical details

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

Impact

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

Indicators of compromise

  • Logs: Kernel log entries containing WARNING: CPU: X PID: XXXX at fs/dax.c:390 dax_insert_entry+0x342/0x390 in /var/log/kern.log or dmesg output.
  • Logs: Stack traces referencing dax_fault_iter, dax_iomap_pte_fault, __xfs_filemap_fault, and handle_mm_fault in kernel logs, indicating a triggered DAX CoW warning.
  • Process: Processes such as fsstress or other XFS stress-testing or file-intensive workloads that may trigger the condition on DAX-enabled XFS volumes (Red Hat Bugzilla).

Mitigation and workarounds

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

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-64564NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel6.12
NoYesAug 04, 2026
CVE-2026-64563NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-5.4
NoYesAug 04, 2026
CVE-2026-64562NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-5.15
NoYesAug 04, 2026
CVE-2026-64561NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.17
NoYesAug 04, 2026
CVE-2022-4994NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-debug-modules
NoYesJul 30, 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