Katalog CVE

CVE-2026-64501

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

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

Streszczenie

W sterowniku ad_sigma_delta dla przetworników ADC w jądrze Linuxa wykryto problem z pozostawieniem sygnału CS (chip select) w stanie aktywnym oraz wyciekiem stanu blokady magistrali SPI. W funkcji ad_sigma_delta_single_conversion() wywołania set_mode() i disable_one() są wykonywane, gdy keep_cs_asserted jest nadal prawdziwe, co powoduje, że CS pozostaje aktywne po konwersji. Dodatkowo w ścieżce błędów ad_sd_buffer_postenable() urządzenie może pozostać w trybie ciągłej konwersji z aktywnym CS, a flaga bus_locked może pozostać ustawiona, umożliwiając współbieżny dostęp SPI.

Ocena ryzyka

Nieprawidłowe zarządzanie sygnałem CS i blokadą magistrali może prowadzić do zakłóceń komunikacji SPI, błędów odczytu danych oraz potencjalnych uszkodzeń sprzętu w systemach wielo-master.

Rekomendacja

Zastosuj łatkę z jądra Linuxa, która przenosi wywołania set_mode() i disable_one() po wyczyszczeniu keep_cs_asserted oraz poprawia ścieżkę błędów w ad_sd_buffer_postenable().

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: iio: adc: ad_sigma_delta: fix CS held asserted and state leaks In ad_sigma_delta_single_conversion(), set_mode(AD_SD_MODE_IDLE) and disable_one() were called from the out: block while keep_cs_asserted was still true. This caused any SPI transfer issued by those callbacks to carry cs_change=1, leaving CS permanently asserted after the conversion. Fix by moving both calls into the out_unlock: block, after keep_cs_asserted is cleared, matching the pattern already used in ad_sd_calibrate(). In the error path of ad_sd_buffer_postenable(), if an operation fails after set_mode(AD_SD_MODE_CONTINUOUS) has already succeeded (e.g. spi_offload_trigger_enable()), the device is left in continuous conversion mode with CS physically asserted. Additionally, bus_locked remaining true after spi_bus_unlock() causes subsequent SPI operations to call spi_sync_locked() without the bus lock actually held, allowing concurrent SPI access. Fix the error path by clearing keep_cs_asserted first, then calling set_mode(AD_SD_MODE_IDLE) to revert the device mode and deassert CS, then clearing bus_locked before releasing the bus. For devices that implement neither set_mode nor disable_one (such as MAX11205, which has no physical CS pin), no SPI transfer is issued during cleanup and the cs_change flag has no effect on any physical line.

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