CVE-2026-64483

Linux kernel (GCP) vulnerabilities

Beschreibung

Im Linux-Kernel wurde die folgende Schwachstelle behoben:

ALSA: firewire: isight: Begrenzung der Sample-Anzahl auf das Paket-Payload

isight_packet() nimmt die Frame-Anzahl aus dem Geräte-ISO-Paket und überprüft sie nur gegen die vom Gerät beanspruchte ISO-Länge.

count = be32_to_cpu(payload->sample_count);
if (likely(count <= (length - 16) / 4))
    isight_samples(isight, payload->samples, count);

length ist die Datenlänge des ISO-Headers. Sie kann bis zu 0xffff betragen. So erlaubt der Gate eine Anzahl von bis zu etwa 16379. isight_samples() kopiert dann count Frames aus payload->samples in den PCM DMA-Puffer.

payload->samples enthält nur 2 * MAX_FRAMES_PER_PACKET Werte. Das Gerät multiplexiert zwei Samples pro Frame. Eine Anzahl über MAX_FRAMES_PER_PACKET liest über das Payload hinaus. Eine Anzahl, die größer als die Puffergroße ist, schreibt über runtime->dma_area. Der kleinste PCM-Puffer ist größer als MAX_FRAMES_PER_PACKET. Die Begrenzung der Anzahl auf MAX_FRAMES_PER_PACKET hält sowohl den Lese- als auch den Schreibvorgang im Bereich.

Ein böswilliges oder fehlerhaftes Apple iSight-Gerät auf dem FireWire-Bus erreicht dies während einer normalen Aufnahme.

Füge die Begrenzung MAX_FRAMES_PER_PACKET zum Gate hinzu.

Metriken

Severity
high
kein öffentlicher PoC bekannt
7.8
Quelle: nvd-v3
8.1 %
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: ALSA: firewire: isight: bound the sample count to the packet payload isight_packet() takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32_to_cpu(payload->sample_count); if (likely(count <= (length - 16) / 4)) isight_samples(isight, payload->samples, count); length is the iso header data_length. It can be up to 0xffff. So the gate allows a count up to about 16379. isight_samples() then copies count frames out of payload->samples into the PCM DMA buffer. payload->samples holds only 2 * MAX_FRAMES_PER_PACKET values. The device multiplexes two samples per frame. A count past MAX_FRAMES_PER_PACKET reads past the payload. A count past the buffer size writes past runtime->dma_area. The smallest PCM buffer is larger than MAX_FRAMES_PER_PACKET. Bounding the count to MAX_FRAMES_PER_PACKET keeps both the read and the write in range. A malicious or faulty Apple iSight on the FireWire bus reaches this during a normal capture. Add the MAX_FRAMES_PER_PACKET bound to the gate.
    • Reference: https://git.kernel.org/stable/c/24423e0a9251d348c3f1fb0bb0e61b879e1e976c
    • Reference: https://git.kernel.org/stable/c/29b9667982e4df2ed7744f86b1144f8bb58eb698

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