Back to overview

CVE-2026-64266

Description
In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fuse_ref_folio() fuse_ref_folio() unlocks the request but does not re-lock it before returning. fuse_chan_abort() can end the request and the async end callback (eg fuse_writepage_free()) can free the args while the subsequent copy chain logic after fuse_ref_folio() accesses them, leading to use-after-free issues. Fix this by locking the request in fuse_ref_folio() before returning.

Metadata

CVE ID
CVE-2026-64266
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:49 UTC
Last updated
2026-07-25 08:49 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux c3021629a0d820247ee12b6c5192a1d5380e21c6 < 1f9156714592356b4fda57beac7eab9c2a462dd3, c3021629a0d820247ee12b6c5192a1d5380e21c6 < 5630da218a45ba80f0aba0846cbe8aa655da122b, c3021629a0d820247ee12b6c5192a1d5380e21c6 < 1ca605cfa59377f0143fb35b5b01360f37d1b7c4, c3021629a0d820247ee12b6c5192a1d5380e21c6 < 0e4a5a000123d81234e27a2f8187688cf608f755 …
Linux Linux 2.6.35, 0 < 2.6.35, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview