CVE-2025-39815
The CVE-2025-39815 entry concerns the Linux kernel (RISC-V KVM) where a stack overrun could occur when loading vlenb. The issue arises because userspace can place up to 2048 bits into an xlen-sized stack buffer; the fix adds a pre-check to ensure only xlen bits are used. The vulnerability is desc...