First published: Mon Feb 01 2010(Updated: )
Gleb Napatov found a bug in KVM that can be used to bypass proper IOPL/CPL checking. KVM relies on CPU to check IOPL/CPL before instruction execution, so emulator doesn't do IOPL/CPL checking. Malicious guest process running in SMP guest can bypass CPU IOPL/CPL checking if it has access to IO port or MMIO region. To do so it should run legitimate instruction that does IO and will cause vcpu to enter emulator in one thread and replace this instruction to malicious one from another thread. If instruction is replaced after KVM entered emulator, but before instruction is fetched emulator will be tricked to execute privileged instruction without permission checking.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
KVM Qumranet | =83 | |
=83 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-0306 is classified as a high-severity vulnerability due to the potential for privilege escalation.
To fix CVE-2010-0306, it is recommended to update KVM to the latest stable version that includes the security patches.
CVE-2010-0306 specifically affects KVM version 83 from KVM Qumranet.
CVE-2010-0306 is a privilege escalation vulnerability that allows a malicious guest process to bypass IOPL/CPL checks.
CVE-2010-0306 requires local access to the vulnerable system, making it less likely to be exploited remotely.