CyberRota
← Ana sayfaya dön

CVE-2026-31564

MEDIUM · CVSS 5.5 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-24T15:16:30.850 · Çekilme zamanı: 2026-05-24T12:01:05.527198+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-31564
Severity
MEDIUM
CVSS
5.5
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access() In function kvm_eiointc_regs_access(), the register base address is caculated from array base address plus offset, the offset is absolute value from the base address. The data type of array base address is u64, it should be converted into the "void *" type and then plus the offset.