First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: riscv: kvm: Fix out-of-bounds array access In kvm_riscv_vcpu_sbi_init() the entry->ext_idx can contain an out-of-bound index. This is used as a special marker for the base extensions, that cannot be disabled. However, when traversing the extensions, that special marker is not checked prior indexing the array. Add an out-of-bounds check to the function.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.7<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53228 is classified as a high severity vulnerability due to the potential for out-of-bounds array access in the Linux kernel.
To fix CVE-2024-53228, update the Linux kernel to the latest version that resolves the vulnerability.
CVE-2024-53228 affects Linux kernel versions between 6.7 and 6.11.11, as well as all versions from 6.12.0 to 6.12.2.
CVE-2024-53228 impacts the KVM (Kernel-based Virtual Machine) component of the Linux kernel specifically on RISC-V architecture.
Yes, CVE-2024-53228 may be exploitative as it allows for out-of-bounds access, which can lead to potential code execution or system crashes.