diff options
author | 2022-10-31 20:24:32 +0000 | |
---|---|---|
committer | 2022-10-31 15:25:51 -0500 | |
commit | afe57ff3aad6191b756c24affca2cbef0b388d21 (patch) | |
tree | a041c714563f89a2e946093cf371ba5346d6d1f6 | |
parent | [ GLSA 202210-38 ] Expat: Denial of Service (diff) | |
download | glsa-afe57ff3aad6191b756c24affca2cbef0b388d21.tar.gz glsa-afe57ff3aad6191b756c24affca2cbef0b388d21.tar.bz2 glsa-afe57ff3aad6191b756c24affca2cbef0b388d21.zip |
[ GLSA 202210-39 ] libxml2: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/877149
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202210-39.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/glsa-202210-39.xml b/glsa-202210-39.xml new file mode 100644 index 00000000..ef2d7e2a --- /dev/null +++ b/glsa-202210-39.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202210-39"> + <title>libxml2: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in libxml2, the worst of which could result in arbitrary code execution.</synopsis> + <product type="ebuild">libxml2</product> + <announced>2022-10-31</announced> + <revised count="1">2022-10-31</revised> + <bug>877149</bug> + <access>remote</access> + <affected> + <package name="dev-libs/libxml2" auto="yes" arch="*"> + <unaffected range="ge">2.10.3</unaffected> + <vulnerable range="lt">2.10.3</vulnerable> + </package> + </affected> + <background> + <p>libxml2 is the XML C parser and toolkit developed for the GNOME project.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in libxml2. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <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 libxml2 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/libxml2-2.10.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-40303">CVE-2022-40303</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-40304">CVE-2022-40304</uri> + </references> + <metadata tag="requester" timestamp="2022-10-31T20:24:32.137926Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-10-31T20:24:32.143989Z">ajak</metadata> +</glsa>
\ No newline at end of file |