Vulnerability Database

318,206

Total vulnerabilities in the database

CVE-2025-39823

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

KVM: x86: use array_index_nospec with indices that come from guest

min and dest_id are guest-controlled indices. Using array_index_nospec() after the bounds checks clamps these values to mitigate speculative execution side-channels.

  • Published: Sep 16, 2025
  • Updated: Jan 17, 2026
  • CVE: CVE-2025-39823
  • Severity: High
  • Exploit:

CVSS v3:

  • Severity: High
  • Score: 7.8
  • AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CWEs: