CVE Catalog

CVE-2026-93272

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the qcom_wcnss remoteproc driver changed the info pointer increment from num_pd_vregs to num_pds, which for the pronto-v3 platform (no power domain regulators in vregs) shifted the pointer past the end of the array. This manifested as a "regulator request with no identifier" error on SDM632 devices with LLVM-compiled kernels.

Risk Assessment

Out-of-bounds array access can read uninitialized or zeroed memory, causing regulator initialization failures, instability, or potential system crashes on affected Qualcomm platforms.

Recommendation

Update the Linux kernel to a version with the fix that skips the increment when there are more power domains than regulators.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS