On 01/07/2026 08.54, Song Gao wrote:
Validate guest-controlled cpu_num before using it to index the cpu[] array
or pass to async_run_on_cpu(). Without this check, a malicious guest can
trigger a NULL pointer dereference in async_run_on_cpu() and an
out-of-bounds array access in qemu_set_irq(), causing host crash.

Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/3616
Fixes: 0d148eaf5a3e ("hw/loongarch: Implement dintc set irq")
Reported-by: Thomas Huth <[email protected]>
I think that should rather be:

Reported-by: huntr bubble

since I merely made you aware of the bug report at gitlab.

 Thomas


Reply via email to