CVE-2026-53341

Source
https://cve.org/CVERecord?id=CVE-2026-53341
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53341.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53341
Downstream
Published
2026-07-01T13:32:22.873Z
Modified
2026-07-25T03:32:11.959498870Z
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
fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()
Details

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

fhandle: fix UAF due to unlocked ->mntns read in maydecode_fh()

maydecodefh() accesses mount::mntns without holding any locks; that means the mount can concurrently be unmounted, and the mntnamespace can concurrently be freed after an RCU grace period.

This race can happens as follows, assuming that the mount point was created by opentree(..., OPENTREE_CLONE):

thread 1 thread 2 RCU __dosysopenbyhandleat dohandleopen handletopath maydecodefh ismounted [mount::mntns access] [mount::mntns access] __dosysclose fputclosesync _fput dissolveonfput umounttree classnamespaceexcldestructor namespaceunlock freemntns mntnstreeremove callrcu(mntnsreleasercu) mntnsreleasercu mntnsrelease kfree [mntnamespace::userns access] UAF

Fix it by taking rcureadlock() around the mount::mnt_ns access, like in _prependpath(). Additionally, document the semantics of mount::mntns, and use WRITEONCE() for writers that can race with lockless readers.

This bug is unreachable unless one of the following is set:

  • CONFIG_PREEMPTION
  • CONFIGRCUSTRICTGRACEPERIOD

because it requires an RCU grace period to happen during a syscall without an explicit preemption.

This doesn't seem to have interesting security impact; worst-case, it could leak the result of an integer comparison to userspace (from the level check in cap_capable()), cause an endless loop, or crash the kernel by dereferencing an invalid address.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53341.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
620c266f394932e5decc4b34683a75dfc59dc2f4
Fixed
15ea8dc42a02259d49dee38a658d40f60fcd75ed
Fixed
32138633e51e6db59e474765cf93268c92b42888
Fixed
a8ed2c29fcfdac78db96c9da4e659c8a513f2a94
Fixed
40ab6644b99685755f740b872c00ef40d9aa870e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.95
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

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