Answer in brief
CVE-2026-93132 records a Unknown severity vulnerability in ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1b173cc4bfcdcf4a49927952ba3a445c5b293723 <41652ca8c6ff2b77b9780cbbb2f20f1551b9ff80 || >=1b173cc4bfcdcf4a49927952ba3a445c5b293723 <c9729ced165d6c5b57d99141b6632bb8711efec9 || >=1b173cc4bfcdcf4a49927952ba3a445c5b293723 <3fd86a5d6facb6618f63a76d499f28007cef878f || >=1b173cc4bfcdcf4a49927952ba3a445c5b293723 <3a56321d0aceee2a0bd80d23366401c131ff8350 | 41652ca8c6ff2b77b9780cbbb2f20f1551b9ff80, c9729ced165d6c5b57d99141b6632bb8711efec9, 3fd86a5d6facb6618f63a76d499f28007cef878f, 3a56321d0aceee2a0bd80d23366401c131ff8350 |
| Linux/Linuxgeneric | 6.12 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 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.
Quoted source text, attributed separately from HOL analysis.