cve/2024/CVE-2024-53228.md
2025-09-29 16:08:36 +00:00

959 B

CVE-2024-53228

Description

In the Linux kernel, the following vulnerability has been resolved:riscv: kvm: Fix out-of-bounds array accessIn kvm_riscv_vcpu_sbi_init() the entry->ext_idx can contain anout-of-bound index. This is used as a special marker for the baseextensions, that cannot be disabled. However, when traversing theextensions, that special marker is not checked prior indexing thearray.Add an out-of-bounds check to the function.

POC

Reference

No PoCs from references.

Github