CVE-2026-53388

Source
https://cve.org/CVERecord?id=CVE-2026-53388
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53388.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53388
Downstream
Related
Published
2026-07-19T11:59:34.456Z
Modified
2026-07-31T03:31:57.772948225Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
fuse: re-lock request before replacing page cache folio
Details

In the Linux kernel, the following vulnerability has been resolved:

fuse: re-lock request before replacing page cache folio

fusetrymovefolio() unlocks the request on entry but does not re-lock it on the success path. This means fusechanabort() can end the request and free the fuseioargs (eg fusereadpagesend()) while the subsequent copy chain logic after fusetrymovefolio() accesses the fuseioargs, leading to use-after-free issues.

Fix this by calling lockrequest() before replacepagecachefolio(). This ensures the request is locked on the success path which will prevent the fuseioargs from being freed while the later copying logic runs, and also ensures that the ap->folios[i]->mapping is never null since ap->folios[i] will always point to the newfolio after replacepagecache_folio().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53388.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ce534fb052928ce556639d7ecf01cbf4e01321e1
Fixed
7c18691e0cfda29672f79bafde8abdb7710674f6
Fixed
5927b43a4f8d89e86930f524bf63e9c7e66f61b4
Fixed
030fe3e9d8abdee303dd7e9e42f45082d382a407
Fixed
46473ddccdc5065033e397d6e62c280dbcd3d9c2
Fixed
af2892249d982a1c036ca456cc135374e68b6677
Fixed
0223f452532d9cd8a5e87c45de828fd93c99bd25
Fixed
e28db6ac4792d065ab32565fd9f0a2361c3d4666
Fixed
a078484921052d0badd827fcc2770b5cfc1d4120

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53388.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.35
Fixed
5.15.211
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.177
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.144
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.95
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.37
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.14
Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.2

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53388.json"