CVE-2026-53395

Linux kernel (GCP) vulnerabilities

Beschreibung

Im Linux-Kernel wurde die folgende Schwachstelle behoben: nfsd: Behebung des toten ACL-Konflikt-Schutzes in nfsd4_create Die Funktion `nfsd4_create()` übernimmt `create->cr_dpacl/cr_pacl` in die lokalen `nfsd_attrs` mithilfe eines Designated Initializers und setzt dann sofort die Quellzeiger auf NULL. Die nachfolgenden Konflikt-Schutztests prüfen die bereits nillten Quellfelder, was zu dauerhaft totem Code führt: if (create->cr_acl) { if (create->cr_dpacl || create->cr_pacl) /* immer falsch */ Wenn ein Client sowohl `FATTR4_WORD0_ACL` als auch `FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL` im gleichen CREATE fattr Bitmap kodiert, überschreibt `nfsd4_acl_to_attr()` `attrs.na_pacl/na_dpacl`, ohne die Originalen freizugeben. Dies führt zu einem Leck von zwei posix_acl Slab-Objekten pro Anfrage. Wiederholte Anfragen verursachen eine ungebundene Slab-Erschöpfung. Die Behebung erfolgt durch Überprüfung von `attrs.na_dpacl/na_pacl` (den gestohlenen Werten) anstelle der nillten `create->cr_dpacl/cr_pacl`, was dem korrekten Muster entspricht, das bereits in `nfsd4_setattr()` verwendet wird.

Metriken

Severity
high
kein öffentlicher PoC bekannt
7.5
Quelle: nvd-v3
40.5 %
Hoch — CVE rangiert über dem Median aller heute bewerteten CVEs (Rang ≥ 36 %).
0.5 %
Niedrig — Modell schätzt < 1 % Ausnutzungs-Wahrscheinlichkeit.
Veröffentlicht
2026-09-07 09:05 UTC

Re-Analyse & Statuswechsel

Chronologie der NVD-Audit-Events für diese CVE — Reanalyses, CVSS-Updates, CPE-Diffs.

  1. CVE Modified2026-08-17 05:17 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Affected: Linux, LinuxLinux, Linux
  2. New CVE Received2026-07-19 12:16 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Affected: Linux, Linux
    • Description: In the Linux kernel, the following vulnerability has been resolved: nfsd: fix dead ACL conflict guard in nfsd4_create nfsd4_create() steals create->cr_dpacl/cr_pacl into the local nfsd_attrs 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 FATTR4_WORD0_ACL and FATTR4_WORD2_POSIX_{DEFAULT,ACCESS}_ACL in the same CREATE fattr bitmap, nfsd4_acl_to_attr() overwrites attrs.na_pacl/na_dpacl without releasing the originals, leaking two posix_acl slab objects per request. Repeated requests cause unbounded slab exhaustion. Fix by checking attrs.na_dpacl/na_pacl (the stolen values) instead of the nilled create->cr_dpacl/cr_pacl, matching the correct pattern already used in nfsd4_setattr().
    • Reference: https://git.kernel.org/stable/c/8371cc5c0a2cc2a71b3dcfd47ff1f7fcfc526a5e
    • Reference: https://git.kernel.org/stable/c/a60f25a800846ab8e5a13f8a9d05111f2aee55a7

Betroffene Betriebssysteme

  • linux

    redhat / enterprise_linux10.0

  • linux

    redhat / enterprise_linux7.0

  • linux

    redhat / enterprise_linux8.0

  • linux

    redhat / enterprise_linux9.0

  • linux

    ubuntu / linux-aws-6.8jammy

  • linux

    ubuntu / linux-azureresolute

  • linux

    ubuntu / linux-azuretrusty

  • linux

    ubuntu / linux-azurexenial

  • linux

    ubuntu / linux-azure-4.15bionic

  • linux

    ubuntu / linux-azure-5.4bionic

  • linux

    ubuntu / linux-azure-fdenoble

  • linux

    ubuntu / linux-azure-fderesolute

  • linux

    ubuntu / linux-azure-fde-6.8jammy

  • linux

    ubuntu / linux-azure-fipsbionic

  • linux

    ubuntu / linux-azure-fipsfocal

  • linux

    ubuntu / linux-azure-fipsnoble

  • linux

    ubuntu / linux-fipsjammy

  • linux

    ubuntu / linux-gcp-7.0noble

  • linux

    ubuntu / linux-gkejammy

  • linux

    ubuntu / linux-nvidia-tegranoble

  • linux

    ubuntu / linux-raspinoble

  • linux

    ubuntu / linux-raspi-realtimenoble

  • linux

    linux / linux_kernel2.6.12

  • linux

    linux / linux_kernel2.6.15

Quellen & Referenzen

Verknüpfte CVEs

1392 weitere CVEs anzeigen
IDCVE-2026-53395
Linux kernel (GCP) vulnerabilities — CVE-2026-53395 | NEOSEC Intel