diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2022-10-16 14:42:10 +0000 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-10-16 09:45:24 -0500 |
commit | 48e6804ed5fa75343b7496c1033000fda3741b42 (patch) | |
tree | c6baa5951dd6a4d61104e21bd2a26096ee53bf3c /glsa-202210-06.xml | |
parent | [ GLSA 202210-05 ] virglrenderer: Multiple vulnerabilities (diff) | |
download | glsa-48e6804ed5fa75343b7496c1033000fda3741b42.tar.gz glsa-48e6804ed5fa75343b7496c1033000fda3741b42.tar.bz2 glsa-48e6804ed5fa75343b7496c1033000fda3741b42.zip |
[ GLSA 202210-06 ] libvirt: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/746119
Bug: https://bugs.gentoo.org/799713
Bug: https://bugs.gentoo.org/812317
Bug: https://bugs.gentoo.org/836128
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202210-06.xml')
-rw-r--r-- | glsa-202210-06.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/glsa-202210-06.xml b/glsa-202210-06.xml new file mode 100644 index 00000000..2133f4bf --- /dev/null +++ b/glsa-202210-06.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202210-06"> + <title>libvirt: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in libvirt, the worst of which could result in denial of service.</synopsis> + <product type="ebuild">libvirt,libvirt-python</product> + <announced>2022-10-16</announced> + <revised count="1">2022-10-16</revised> + <bug>746119</bug> + <bug>799713</bug> + <bug>812317</bug> + <bug>836128</bug> + <access>remote</access> + <affected> + <package name="app-emulation/libvirt" auto="yes" arch="*"> + <unaffected range="ge">8.2.0</unaffected> + <vulnerable range="lt">8.2.0</vulnerable> + </package> + <package name="dev-python/libvirt-python" auto="yes" arch="*"> + <unaffected range="ge">8.2.0</unaffected> + <vulnerable range="lt">8.2.0</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="low"> + <p>Please review the referenced CVE identifiers for details.</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-8.2.0" + </code> + + <p>All libvirt-python users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-python/libvirt-python-8.2.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14339">CVE-2020-14339</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-25637">CVE-2020-25637</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-3631">CVE-2021-3631</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-3667">CVE-2021-3667</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-0897">CVE-2022-0897</uri> + </references> + <metadata tag="requester" timestamp="2022-10-16T14:42:10.219617Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-10-16T14:42:10.224150Z">ajak</metadata> +</glsa>
\ No newline at end of file |