CVE-2025-40300
Published: Sep 11, 2025
Modified: May 23, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: x86/vmscape: Add conditional IBPB mitigation VMSCAPE is a vulnerability that exploits insufficient branch predictor isolation between a guest and a userspace hypervisor (like QEMU). Existing mitigations already protect kernel/KVM from a malicious guest. Userspace can additionally be protected by flushing the branch predictors after a VMexit. Since it is the userspace that consumes the poisoned branch predictors, conditionally issue an IBPB after a VMexit and before returning to userspace. Workloads that frequently switch between hypervisor and userspace will incur the most overhead from the new IBPB. This new IBPB is not integrated with the existing IBPB sites. For instance, a task can use the existing speculation control prctl() to get an IBPB at context switch time. With this implementation, the IBPB is doubled up: one at context switch and another before running userspace. The intent is to integrate and optimize these cases post-embargo. [ dhansen: elaborate on suboptimal IBPB solution ]
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 15d45071523d89b3fb7372e2135fbd72f6af9506 - < ac60717f9a8d21c58617d0b34274babf24135835affected 15d45071523d89b3fb7372e2135fbd72f6af9506 - < c08192b5d6730a914dee6175bc71092ee6a65f14affected 15d45071523d89b3fb7372e2135fbd72f6af9506 - < d5490dfa35427a2967e00a4c7a1b95fdbc8ede34affected 15d45071523d89b3fb7372e2135fbd72f6af9506 - < 2f4f2f8f860cb4c3336a7435ebe8dcfded0c9c6eaffected 15d45071523d89b3fb7372e2135fbd72f6af9506 - < 15006289e5c38b2a830e1fba221977a27598176c+12 more versions |
Linux | Linux | affected 4.16unaffected 0 - < 4.16unaffected 5.10.244 - <= 5.10.*unaffected 5.15.193 - <= 5.15.*unaffected 6.1.152 - <= 6.1.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now