Bugzilla – Bug 845704
VUL-0: CVE-2013-4401: libvirt: incorrect perms for virConnectDomainXML{To, From}Native
Last modified: 2013-10-31 12:58:53 UTC
via libvirt security, not yet public CVE-2013-4401 The virConnectDomainXMLToNative API should require 'connect:write' not 'connect:read', since it will trigger execution of the QEMU binaries listed in the XML. Also make virConnectDomainXMLFromNative API require a full read-write connection and connect:read permission. Although the current impl doesn't trigger execution of QEMU, we should not rely on that impl detail from an API permissioning POV. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
bugbot adjusting priority
This is an autogenerated message for OBS integration: This bug (845704) was mentioned in https://build.opensuse.org/request/show/204842 Factory / libvirt
Now submitted to Factory / 13.1 - SR#204842. Both fixes mentioned in #5 are included in the submission. I think I'm done here - reassigning to security.
thx!