CVE-2025-39823
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's KVM x86 component involves the use of guest-controlled indices (min and dest_id) without proper mitigation against speculative execution side-channel attacks. The fix applies array_index_nospec() after bounds checks to clamp these values, preventing potential speculative execution attacks that could leak sensitive information.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow an attacker controlling a guest virtual machine to perform speculative execution side-channel attacks, potentially leaking sensitive information from the host or other guests.