CVE-2026-64277

Linux kernel (GCP) vulnerabilities

Beschreibung

Im Linux-Kernel wurde die folgende Schwachstelle behoben: Eingabe: synaptics-rmi4 - Bindung der F3A-Tastaturbelegung an die GPIO-Anzahl `rmi_f3a_initialize()` liest die GPIO-Anzahl aus dem Geräteabfrage-Register (f3a->gpio_count = buf & RMI_F3A_GPIO_COUNT, Bereich 0..127). `rmi_f3a_map_gpios()` weist dann gpio_key_map mit min(gpio_count, TRACKSTICK_RANGE_END) zu, was maximal 6 Einträge sind. Allerdings iteriert `rmi_f3a_attention()` über die gesamte gpio_count und dereferenziert gpio_key_map[i], und input->keycodemax wird auf die volle gpio_count gesetzt, während input->keycode auf die 6-Eintrag-Zuweisung zeigt. Ein Gerät, das eine gpio_count > 6 meldet, verursacht daher bei jedem Aufmerksamkeits-Interrupt einen Out-of-Bounds-Lesezugriff auf gpio_key_map[]. Außerdem führen Zugriffe über die Standard-Tastaturbelegungs-I/O-Kontrollen des Eingabekerns zu Out-of-Bounds-Zugriffen: EVIOCGKEYCODE liest über das Pufferende hinaus (leakage von angrenzender Slab-Speicher in den Benutzerbereich) und EVIOCSKEYCODE schreibt einen vom Aufrufer kontrollierten Wert darüber, für jeden Prozess, der die evdev-Knoten öffnen kann, da input_default_getkeycode() und input_default_setkeycode() nur den Index gegen keycodemax begrenzen. Die Tastaturbelegung sollte auf die volle gpio_count skaliert werden. Die Zuordnungsschleife bleibt unverändert: Sie weist immer noch nur die ersten min(gpio_count, TRACKSTICK_RANGE_END) Einträge zu; die verbleibenden Slots bleiben KEY_RESERVED (devm_kcalloc zero-fills) und werden bei der Berichterstattung übersprungen.

Metriken

Severity
medium
kein öffentlicher PoC bekannt
5.5
Quelle: nvd-v3
6.4 %
Niedrig — CVE gehört zu den unteren 10 % der heute bewerteten CVEs.
0.2 %
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-25 10:17 UTC· 416baaa9-dc9f-4396-8d5f-8c081fb06d67
    • Affected: Linux, Linux
    • Description: In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count rmi_f3a_initialize() takes the GPIO count from the device query register (f3a->gpio_count = buf & RMI_F3A_GPIO_COUNT, range 0..127). rmi_f3a_map_gpios() then allocates gpio_key_map with min(gpio_count, TRACKSTICK_RANGE_END) == at most 6 entries, but rmi_f3a_attention() iterates the full gpio_count and dereferences gpio_key_map[i], and input->keycodemax is set to the full gpio_count while input->keycode points at the 6-entry allocation. A device that reports gpio_count > 6 therefore causes an out-of-bounds read of gpio_key_map[] on every attention interrupt, and out-of-bounds accesses through the input core's default keymap ioctls: EVIOCGKEYCODE reads past the buffer (leaking adjacent slab memory to user space) and EVIOCSKEYCODE writes a caller-controlled value past it, for any process able to open the evdev node, since input_default_getkeycode() and input_default_setkeycode() only bound the index against keycodemax. Size the keymap for the full gpio_count. The mapping loop is unchanged: it still assigns only the first min(gpio_count, TRACKSTICK_RANGE_END) entries; the remaining slots stay KEY_RESERVED (devm_kcalloc zero-fills) and are skipped when reporting.
    • Reference: https://git.kernel.org/stable/c/3480e24bc4e178aaa009edb25b6ee12df199e210
    • Reference: https://git.kernel.org/stable/c/35ed74d32d8260bdfb14a94caf402bf0866bdeec

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