Katalog CVE

CVE-2026-64587

WysokieCVSS 7.0
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.18%

Percentyl 7 - wyżej niż 7% wszystkich znanych CVE

Streszczenie

W jądrze Linux w sterowniku ARC EMAC (ethernet) występuje podatność polegająca na tym, że przerwania nie są wyciszane przed żądaniem IRQ. Może to pozwolić na dostarczenie zaległego lub zatrzaśniętego przerwania podczas teardown, co prowadzi do wyścigu z zwalnianiem net_device.

Ocena ryzyka

Ryzyko obejmuje potencjalną awarię systemu lub nieprawidłowe działanie sterownika sieciowego w wyniku wyścigu między przerwaniem a zwalnianiem zasobów.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji z poprawką, która wycisza wszystkie źródła przerwań EMAC i czyści zaległe bity statusu przed żądaniem IRQ.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: arc: emac: quiesce interrupts before requesting IRQ Normal RX/TX interrupts are enabled later, in arc_emac_open(), so probe should not see interrupt delivery in the usual case. However, hardware may still present stale or latched interrupt status left by firmware or the bootloader. If probe later unwinds after devm_request_irq() has installed the handler, such a stale interrupt can still reach arc_emac_intr() during teardown and race with release of the associated net_device. Avoid that window by putting the device into a known quiescent state before requesting the IRQ: disable all EMAC interrupt sources and clear any pending EMAC interrupt status bits. This keeps the change hardware-focused and minimal, while preventing spurious IRQ delivery from leftover state.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS