๐Ÿ” CVE Alert

CVE-2026-64062

UNKNOWN 0.0

netfs: Fix potential deadlock in write-through mode

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jul 19, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
288ace2f57c9d06dd2e42bd80d03747d879a4068 < 1468f39243ccb155b6d97f9a9932f610d1205d75 288ace2f57c9d06dd2e42bd80d03747d879a4068 < 003aa0dd26c964025acd6d1213bcdbd674db2ca9 288ace2f57c9d06dd2e42bd80d03747d879a4068 < e40e9cbf3ee4d30ee9a97bd128c85500b6ad0da1 288ace2f57c9d06dd2e42bd80d03747d879a4068 < b6a4ae1634b3ad2aaa05222e53d36da532852faf
Linux / Linux
6.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/1468f39243ccb155b6d97f9a9932f610d1205d75 git.kernel.org: https://git.kernel.org/stable/c/003aa0dd26c964025acd6d1213bcdbd674db2ca9 git.kernel.org: https://git.kernel.org/stable/c/e40e9cbf3ee4d30ee9a97bd128c85500b6ad0da1 git.kernel.org: https://git.kernel.org/stable/c/b6a4ae1634b3ad2aaa05222e53d36da532852faf