Katalog CVE

CVE-2026-89936

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux sterownik przetwornika cyfrowo-analogowego m62332 nie śledzi aktualnego stanu kanału przy włączaniu i wyłączaniu regulatora Vcc. Powoduje to niezrównoważenie licznika referencji regulatora, który pozostaje włączony na stałe po zmianie wartości kanału z jednej niezerowej na inną.

Ocena ryzyka

Regulator pozostaje włączony bezterminowo, co prowadzi do niepotrzebnego zużycia energii i potencjalnego przegrzania urządzenia. Może to wpłynąć na stabilność systemu i żywotność sprzętu.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę, która włącza regulator tylko przy przejściu z zera na wartość niezerową i wyłącza go przy przejściu z wartości niezerowej na zero, z zachowaniem równowagi na ścieżce błędu I2C.

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: dac: m62332: Fix regulator reference count imbalance m62332_set_value() enables the Vcc regulator on every write of a non-zero value and disables it on every write of zero, without tracking the channel's current state. Because the regulator is reference counted, changing a channel directly from one non-zero value to another enables it more than once, while a later write of zero disables it only once. The reference count never returns to zero and the regulator is left enabled indefinitely. Only enable the regulator on the transition from zero to non-zero, and only disable it on the transition from non-zero to zero, using the previously stored channel value to detect the edge. Balance the regulator on the I2C error path so the reference count stays consistent if the write fails.

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