First published: Tue Aug 07 2012(Updated: )
The bdrv_open function in Qemu 1.0 does not properly handle the failure of the mkstemp function, when in snapshot node, which allows local users to overwrite or read arbitrary files via a symlink attack on an unspecified temporary file.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
QEMU KVM | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2012-2652 is classified as a medium severity vulnerability.
To fix CVE-2012-2652, upgrade QEMU to version 1.1 or later where the vulnerability is addressed.
The impact of CVE-2012-2652 is that it allows local users to overwrite or read arbitrary files due to a symlink attack.
CVE-2012-2652 affects QEMU version 1.0 specifically.
CVE-2012-2652 is caused by improper handling of the mkstemp function failure within the bdrv_open function in QEMU.