CVE Catalog

CVE-2026-93133

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's riscv_acpi_add_prt_dep(), the acpi_get_handle() call can fail, leaving link_handle uninitialized. The fix checks the return status of acpi_get_handle() and skips the entry if it fails.

Risk Assessment

Use of an uninitialized variable may lead to unpredictable behavior or system crash on RISC-V platforms with ACPI.

Recommendation

Apply the Linux kernel update to check the status of acpi_get_handle() and avoid using an uninitialized variable.

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: Check acpi_get_handle() status in riscv_acpi_add_prt_dep() In riscv_acpi_add_prt_dep(), the acpi_get_handle() call can fail which would leave link_handle uninitialized. Fix it by checking the acpi_get_handle() return status and skip the entry if it fails.

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