CVE-2024-53228

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-53228
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-53228.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-53228
Downstream
Related
Published
2024-12-27T14:15:31Z
Modified
2025-10-01T20:17:22Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

riscv: kvm: Fix out-of-bounds array access

In kvmriscvvcpusbiinit() 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.

References

Affected packages