CVE-2026-53395
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
17/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
nfsd: fix dead ACL conflict guard in nfsd4_create<br />
<br />
nfsd4_create() steals create->cr_dpacl/cr_pacl into the local<br />
nfsd_attrs via the designated initializer, then immediately sets the<br />
source pointers to NULL. The subsequent conflict guard tests the<br />
already-nilled source fields, making it permanently dead code:<br />
<br />
if (create->cr_acl) {<br />
if (create->cr_dpacl || create->cr_pacl) /* always false */<br />
<br />
When a client encodes both FATTR4_WORD0_ACL and<br />
FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL in the same CREATE fattr<br />
bitmap, nfsd4_acl_to_attr() overwrites attrs.na_pacl/na_dpacl without<br />
releasing the originals, leaking two posix_acl slab objects per<br />
request. Repeated requests cause unbounded slab exhaustion.<br />
<br />
Fix by checking attrs.na_dpacl/na_pacl (the stolen values) instead of<br />
the nilled create->cr_dpacl/cr_pacl, matching the correct pattern<br />
already used in nfsd4_setattr().
Impacto
Puntuación base 3.x
7.50
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 7.0 (incluyendo) | 7.1.3 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



