CVE Catalog

CVE-2026-89910

HighCVSS 7.3
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the vector[] variable declared on the stack in dmsintc_inject_irq() in KVM for LoongArch is sometimes used without initialization. The fix initializes this variable to avoid using uninitialized data.

Risk Assessment

Using an uninitialized stack variable can lead to unpredictable behavior, kernel errors, or potential information leakage. It affects KVM on LoongArch environments.

Recommendation

Update the Linux kernel to a version containing the fix. Ensure LoongArch systems run the latest stable kernels.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc Variable vector[] is declared on stack in function dmsintc_inject_irq() and sometimes it is used without initialized. Here fix this issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS