CVE Catalog

CVE-2026-93132

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's riscv_acpi_add_prt_dep(), the loop handles error conditions incorrectly by continuing without updating the entry pointer, skipping entries. The fix rewrites the loop as a for loop with correct continuation and uses helper functions.

Risk Assessment

Incorrect loop handling may lead to skipping ACPI entries, potentially causing incorrect device configuration on RISC-V platforms.

Recommendation

Apply the Linux kernel update to fix the loop handling in riscv_acpi_add_prt_dep().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling The loop in riscv_acpi_add_prt_dep() includes error conditions that are handled in a dubious - if not outright wrong - way, by continuining the loop (which skips and misses the entry pointer update to point to the next entry). Rewrite the loop as a for loop (that handles the continuation correctly) and wrap the condition and update statements using helper functions to make it cleaner.

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