CVE-2026-93132 PUBLISHED

ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1b173cc4bfcdcf4a49927952ba3a445c5b293723 to 41652ca8c6ff2b77b9780cbbb2f20f1551b9ff80 (excl.)
  • affected from 1b173cc4bfcdcf4a49927952ba3a445c5b293723 to c9729ced165d6c5b57d99141b6632bb8711efec9 (excl.)
  • affected from 1b173cc4bfcdcf4a49927952ba3a445c5b293723 to 3fd86a5d6facb6618f63a76d499f28007cef878f (excl.)
  • affected from 1b173cc4bfcdcf4a49927952ba3a445c5b293723 to 3a56321d0aceee2a0bd80d23366401c131ff8350 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.12 is affected
  • unaffected from 0 to 6.12 (excl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References