Bug 709769 (CVE-2011-2178)
Summary: | CVE-2011-2178 libvirt: regression introduced in disk probe logic | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Petr Matousek <pmatouse> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | ajia, eblake, weizhan |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-11 17:38:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 709775, 709776, 709777 | ||
Bug Blocks: |
Description
Petr Matousek
2011-06-01 15:22:20 UTC
Created libvirt tracking bugs for this issue Affects: fedora-15 [bug 709775] Affects: fedora-rawhide [bug 709777] Statement: Not vulnerable. This issue did not affect the version of libvirt as shipped with Red Hat Enterprise Linux 5 and 6 as we did not backport upstream commit d6623003. verify pass on kernel-2.6.32-156.el6.x86_64 qemu-kvm-0.12.1.2-2.165.el6.x86_64 libvirt-0.9.2-1.el6.x86_64 steps : 1. $ truncate --size=10M bottom.img $ qemu-img create -f qcow2 -o backing_file=bottom.img middle.img $ qemu-img create -f qcow2 -o backing_file=middle.img top.img 2. setenforce 0 3. prepare a guest and attach second disk with <disk type='block' device='disk'> <driver name='qemu' type='qcow2'/> <source dev='/path/to/top.img'/> <target dev='hdb' bus='ide'/> </disk> 4. start guest 5. see the bottom.img ownership should be root:root while guest is running |