CVE Catalog

CVE-2026-64062

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

A potential deadlock was discovered in the Linux kernel's write-through mode within the netfs subsystem. The fix ensures netfs_advance_writethrough() always unlocks the supplied folio and marks it dirty if not fully written, preventing deadlocks against mmapped reads and writes.

Risk Assessment

The deadlock could cause system hangs or service outages for applications using write-through caching in network filesystems, impacting data availability and production stability.

Recommendation

Immediately update the Linux kernel to a version containing the fix (commit in the netfs repository). Monitor official security advisories from your distribution for the patch.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential deadlock in write-through mode Fix netfs_advance_writethrough() to always unlock the supplied folio and to mark it dirty if it isn't yet written to the end. Unfortunately, it can't be marked for writeback until the folio is done with as that may cause a deadlock against mmapped reads and writes. Even though it has been marked dirty, premature writeback can't occur as the caller is holding both inode->i_rwsem (which will prevent concurrent truncation, fallocation, DIO and other writes) and ictx->wb_lock (which will cause flushing to wait and writeback to skip or wait). Note that this may be easier to deal with once the queuing of folios is split from the generation of subrequests.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS