CVE-2026-64404

Linux kernel (GCP) vulnerabilities

Beschreibung

Im Linux-Kernel wurde die folgende Schwachstelle behoben: Bluetooth: ISO: Vermeiden Sie den NULL-Zeiger-Dereferenzierung von conn in iso_conn_big_sync() Die Funktion iso_conn_big_sync() gibt das Socketsperre frei, um hci_get_route() aufzurufen und erlangt sie dann wieder, aber dereferenziert iso_pi(sk)->conn->hcon danach ohne zu überprüfen, ob conn noch gültig ist. Während die Sperre freigegeben wird, kann die Verbindung unter derselben Socketsperre aufgelöst werden: iso_disconn_cfm() -> iso_conn_del() -> iso_chan_del() setzt iso_pi(sk)->conn auf NULL (und der Broadcast-Aufbauweg kann auch conn->hcon eigenständig löschen). Wenn iso_conn_big_sync() die Sperre wieder erlangt und conn->hcon liest, kann conn NULL sein, was zu einer NULL-Zeiger-Dereferenzierung führt (hcon ist das erste Mitglied der Struktur iso_conn). Dieser Pfad wird von iso_sock_recvmsg() für einen PA-Sync-Broadcast-Empfangssocket (BT_SK_DEFER_SETUP | BT_SK_PA_SYNC) erreicht, sodass die freigegebene-Lock-Fenster mit dem Verbindungsaufbau konkurrieren können, der durch Controllerereignisse getrieben wird. Validieren Sie iso_pi(sk)->conn und sein hcon nach erneutem Erwerb der Socketsperre neu und beenden Sie den Vorgang ab, wenn die Verbindung weggefallen ist, wie bereits in der Schwesterfunktion iso_sock_rebind_bc.

Metriken

Severity
medium
kein öffentlicher PoC bekannt
5.5
Quelle: nvd-v3
2.2 %
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. 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: Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync() iso_conn_big_sync() drops the socket lock to call hci_get_route() and then re-acquires it, but dereferences iso_pi(sk)->conn->hcon afterwards without re-checking that conn is still valid. While the lock is dropped, the connection can be torn down under the same socket lock: iso_disconn_cfm() -> iso_conn_del() -> iso_chan_del() sets iso_pi(sk)->conn to NULL (and the broadcast teardown path can also clear conn->hcon on its own). When iso_conn_big_sync() re-acquires the lock and reads conn->hcon, conn may be NULL, causing a NULL pointer dereference (hcon is the first member of struct iso_conn). This path is reached from iso_sock_recvmsg() for a PA-sync broadcast sink socket (BT_SK_DEFER_SETUP | BT_SK_PA_SYNC), so the dropped-lock window can race with connection teardown driven by controller events. Re-validate iso_pi(sk)->conn and its hcon after re-acquiring the socket lock and bail out if the connection went away, as already done in the sibling iso_sock_rebind_bc().
    • Reference: https://git.kernel.org/stable/c/01afd198c2c286cd3b81f44d4e33a2e638711550
    • Reference: https://git.kernel.org/stable/c/b3e647a4aa4d2d054f86a783f5c426035e1dc237

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