Katalog CVE

CVE-2026-93272

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w sterowniku remoteproc qcom_wcnss zmieniono inkrementację wskaźnika info z num_pd_vregs na num_pds, co dla platformy pronto-v3 (bez regulatorów domen zasilania w vregs) powodowało wyjście poza tablicę. Objawiało się to błędem "regulator request with no identifier" na urządzeniach SDM632 przy kompilacji LLVM.

Ocena ryzyka

Dostęp poza granice tablicy może prowadzić do odczytu niezainicjowanej lub wyzerowanej pamięci, powodując błędy inicjalizacji regulatorów, niestabilność lub potencjalną awarię systemu na dotkniętych platformach Qualcomm.

Rekomendacja

Zaktualizuj jądro Linux do wersji z poprawką, która pomija inkrementację wskaźnika, gdy liczba domen zasilania przewyższa liczbę regulatorów.

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: remoteproc: qcom_wcnss: Fix handling the lack of PD regulators in v3 The changes introduced to handle single power domain platforms have swapped the info pointer increment from num_pd_vregs to num_pds, which would shift the info pointer past the end of the array for pronto-v3, which does not list power domain regulators in vregs. This showed up as a difference between GCC- and LLVM-compiled kernels on SDM632 devices, where only with LLVM one would get the "regulator request with no identifier" error, because the out-of-bounds memory ended up being zeroed. Fix by skipping the increment when there are more power domains than regulators.

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