CVE-2026-64432

Linux kernel (GCP) vulnerabilities

Beschreibung

Im Linux-Kernel wurde die folgende Schwachstelle behoben:

fs/ntfs3: Überprüfung der Kapazität der Dirty Page Table während des log_replay copy_lcns

Während der Analysephase der $LogFile-Journal-Wiedergabe kopiert log_replay() LCNs aus jedem Aktionstagebucheintrag in einen bestehenden Eintrag der Dirty Page Table (DPT) ohne Begrenzung des Zielindex. Eine manipulierte NTFS-Image mit DPT-Eintragslcn_follow=1 und einem Aktionstagebucheintrag mit lcn_follow=2 führt zu einer Kernel-Slab-Ausnahme beim Schreiben außerhalb der Grenzen während des Mountens:

BUG: KASAN: slab-out-of-bounds in log_replay+0x654c/0xdb60
Schreibvorgang von Größe 8 an Adresse ffff8880095e1040 durch den Task mount

Zwei vom Angreifer kontrollierbare Felder können j+i über das zugewiesene Array page_lcns[] hinaus treiben:

  1. dp->lcns_follow (Kapazität) kann kleiner als lrh->lcns_follow sein.
  2. lrh->target_vcn kann kleiner als dp->vcn sein, wodurch die u64-Subtraktion zu einem großen size_t umläuft.

Überprüfen Sie den Ziel-VCN-Delta und die pro Eintrag LCN-Zählung gegen die DPT-Eintragskapazität und beenden Sie über das bestehende out: cleanup Label mit -EINVAL.

Dies spiegelt das Grenzüberprüfungsmuster wider, das in dem Commit b2bc7c44ed17 ("fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot") und dem Commit 0ca0485e4b2e ("fs/ntfs3: validate rec->used in journal-replay file record check") hinzugefügt wurde.

Metriken

Severity
high
kein öffentlicher PoC bekannt
7.8
Quelle: nvd-v3
3.3 %
Niedrig — CVE gehört zu den unteren 10 % der heute bewerteten CVEs.
0.1 %
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. Initial Analysis2026-09-03 18:27 UTC· nvd@nist.gov
    • CWE: CWE-787
    • CPE Configuration: OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.178 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.145 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.96 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.39 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.1.4 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.15 up to (excluding) 5.15.212
    • Reference Type: kernel.org: https://git.kernel.org/stable/c/3aa96956ca2200674e2a8f9c23ec6ecd45e5010f Types: Patch
    • Reference Type: kernel.org: https://git.kernel.org/stable/c/57382ec6ac63b63dce2789e835fded28b698ae79 Types: Patch
  2. CVE Modified2026-08-17 05:17 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Affected: Linux, LinuxLinux, Linux
  3. New CVE Received2026-07-25 10:17 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Affected: Linux, Linux
    • Description: In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate Dirty Page Table capacity in log_replay copy_lcns In the analysis pass of $LogFile journal replay, log_replay() copies LCNs from each action log record into an existing Dirty Page Table (DPT) entry without bounding the destination index. A crafted NTFS image with DPT entry lcns_follow=1 and an action log record with lcns_follow=2 produces a kernel slab out-of-bounds write at mount time: BUG: KASAN: slab-out-of-bounds in log_replay+0x654c/0xdb60 Write of size 8 at addr ffff8880095e1040 by task mount Two attacker-controlled fields can drive j+i past the allocated page_lcns[] array: 1. dp->lcns_follow (capacity) can be smaller than lrh->lcns_follow. 2. lrh->target_vcn may be smaller than dp->vcn, making the u64 subtraction wrap to a huge size_t. Validate target VCN delta and per-record LCN count against the DPT entry capacity, bail via the existing out: cleanup label with -EINVAL. This mirrors the bounds-check pattern added in commit b2bc7c44ed17 ("fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot") and commit 0ca0485e4b2e ("fs/ntfs3: validate rec->used in journal-replay file record check").
    • Reference: https://git.kernel.org/stable/c/3aa96956ca2200674e2a8f9c23ec6ecd45e5010f
    • Reference: https://git.kernel.org/stable/c/57382ec6ac63b63dce2789e835fded28b698ae79

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-64432
Linux kernel (GCP) vulnerabilities — CVE-2026-64432 | NEOSEC Intel