The lxcDomainGetMemoryParameters method in the LXC driver did not check whether the guest being accessed was running or not. When shutoff there will be no virCgroupPtr instance associated with the guest. Reading memory tunables involves calling methods with the virCgroupPtr object as a parameter. This will lead to a crash accessing a NULL pointer. A remote user able to issue commands to libvirt daemon could use this flaw to crash libvirtd. Acknowledgements: This issue was discovered by Martin Kletzander of Red Hat.
Statement: Not vulnerable. This issue did not affect the libvirt packages as shipped with Red Hat Enterprise Linux 5 and 6.
This issue was fixed upstream. Refer to: https://www.redhat.com/archives/libvir-list/2013-December/msg01161.html https://www.redhat.com/archives/libvir-list/2013-December/msg01162.html https://www.redhat.com/archives/libvir-list/2013-December/msg01163.html
Created libvirt tracking bugs for this issue: Affects: fedora-all [bug 1049136]