First published: Fri Mar 01 2013(Updated: )
Description of the problem: If the guest sets the GPA of the time_page so that the request to update the time straddles a page then KVM will write onto an incorrect page. The write is done byusing kmap atomic to get a pointer to the page for the time structure and then performing a memcpy to that page starting at an offset that the guest controls. Well behaved guests always provide a 32-byte aligned address, however a malicious guest could use this to corrupt host kernel memory. Acknowledgements: Red Hat would like to thank Andrew Honig of Google for reporting this issue.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <=3.8.4 | |
Linux Kernel | =3.8.0 | |
Linux Kernel | =3.8.1 | |
Linux Kernel | =3.8.2 | |
Linux Kernel | =3.8.3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.17-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2013-1796 is considered a moderate severity vulnerability that affects data integrity in the Linux kernel.
To fix CVE-2013-1796, upgrade to a patched version of the Linux kernel such as 5.10.223-1, 5.10.226-1, or any version later than 3.8.4.
CVE-2013-1796 affects Linux kernel versions up to and including 3.8.4 and specific earlier versions such as 3.8.0 to 3.8.3.
CVE-2013-1796 is a memory handling vulnerability that can lead to incorrect memory writes in the Linux kernel.
Yes, CVE-2013-1796 is exploitable in virtualized environments that utilize KVM.