diff options
Diffstat (limited to 'metadata/glsa/glsa-201412-36.xml')
-rw-r--r-- | metadata/glsa/glsa-201412-36.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201412-36.xml b/metadata/glsa/glsa-201412-36.xml new file mode 100644 index 000000000000..b654cff79b00 --- /dev/null +++ b/metadata/glsa/glsa-201412-36.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201412-36"> + <title>libvirt: Denial of service</title> + <synopsis>Multiple vulnerabilities have been found in libvirt, worst of which + allows context-dependent attackers to cause Denial of Service. + </synopsis> + <product type="ebuild">libvirt</product> + <announced>2014-12-24</announced> + <revised count="1">2014-12-24</revised> + <bug>532204</bug> + <bug>533286</bug> + <access>local, remote</access> + <affected> + <package name="app-emulation/libvirt" auto="yes" arch="*"> + <unaffected range="ge">1.2.10-r3</unaffected> + <vulnerable range="lt">1.2.10-r3</vulnerable> + </package> + </affected> + <background> + <p>libvirt is a C toolkit for manipulating virtual machines.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in libvirt. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A context-dependent attacker may be able to cause Denial of Service.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All libvirt users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-emulation/libvirt-1.2.10-r3" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8131">CVE-2014-8131</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8135">CVE-2014-8135</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8136">CVE-2014-8136</uri> + </references> + <metadata tag="requester" timestamp="2014-12-24T14:21:18Z">K_F</metadata> + <metadata tag="submitter" timestamp="2014-12-24T20:40:55Z">K_F</metadata> +</glsa> |