Katalog CVE

CVE-2026-93184

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w komponencie ASoC fsl_audmix po wywołaniu pm_runtime_enable() blok AUDMIX pozostaje wyłączony i zawieszony aż do pierwszego wznowienia. Zapisy do rejestrów wykonywane między probe() a pierwszym wznowieniem trafiają do niewłączonego sprzętu i powodują zawieszenie systemu.

Ocena ryzyka

Dostęp do ścieżek DAPM lub kontrolek ALSA przed pierwszym wznowieniem może zawiesić cały system. Wymaga konfiguracji sprzętowej z AUDMIX.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę wywołującą pm_runtime_resume_and_get() zaraz po pm_runtime_enable() oraz obsługującą przypadek wyłączonego CONFIG_PM. Unikaj dostępu do kontrolek audio przed inicjalizacją sprzętu.

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: ASoC: fsl_audmix: rework runtime PM handling in probe After pm_runtime_enable() the AUDMIX block is powered off and stays suspended until the first runtime resume. Register writes issued between probe() and the first resume (e.g. from DAPM or ALSA control paths) target unpowered hardware and cause a system hang. Fix this by calling pm_runtime_resume_and_get() immediately after pm_runtime_enable() to power the hardware up and enable its clocks. Release the reference afterwards with pm_runtime_put() to allow the runtime PM framework to suspend the device and switch the regmap to cache-only mode when idle. When CONFIG_PM is disabled or runtime PM is not enabled, pm_runtime_* calls are stubs that do not power up the hardware. Handle this case explicitly by calling fsl_audmix_runtime_resume() directly so the hardware is always initialised and its clocks are enabled, ensuring register accesses succeed regardless of PM configuration.

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