CVE-2026-53395

Source
https://cve.org/CVERecord?id=CVE-2026-53395
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53395.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53395
Downstream
Related
Published
2026-07-19T12:01:57.816Z
Modified
2026-07-23T09:59:41.658048111Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
nfsd: fix dead ACL conflict guard in nfsd4_create
Details

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

nfsd: fix dead ACL conflict guard in nfsd4_create

nfsd4create() steals create->crdpacl/crpacl into the local nfsdattrs via the designated initializer, then immediately sets the source pointers to NULL. The subsequent conflict guard tests the already-nilled source fields, making it permanently dead code:

if (create->cr_acl) {
    if (create->cr_dpacl || create->cr_pacl)  /* always false */

When a client encodes both FATTR4WORD0ACL and FATTR4WORD2POSIX_{DEFAULT,ACCESS}ACL in the same CREATE fattr bitmap, nfsd4acltoattr() overwrites attrs.napacl/nadpacl without releasing the originals, leaking two posix_acl slab objects per request. Repeated requests cause unbounded slab exhaustion.

Fix by checking attrs.nadpacl/napacl (the stolen values) instead of the nilled create->crdpacl/crpacl, matching the correct pattern already used in nfsd4_setattr().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53395.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
d2ca50606f5f0235d7780c1cd73b6614a5d07620
Fixed
8371cc5c0a2cc2a71b3dcfd47ff1f7fcfc526a5e
Fixed
a60f25a800846ab8e5a13f8a9d05111f2aee55a7

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.1.3

Database specific

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