summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2022-10-31 20:36:54 +0000
committerJohn Helmert III <ajak@gentoo.org>2022-10-31 15:37:38 -0500
commit19befd853907b89ff1a5ea81ae63b19dbb1d7655 (patch)
treeedbad6a16acfb9e350e7be5de9a9ba4af358fe58
parent[ GLSA 202210-41 ] android-tools: Multiple Vulnerabilities (diff)
downloadglsa-19befd853907b89ff1a5ea81ae63b19dbb1d7655.tar.gz
glsa-19befd853907b89ff1a5ea81ae63b19dbb1d7655.tar.bz2
glsa-19befd853907b89ff1a5ea81ae63b19dbb1d7655.zip
[ GLSA 202210-42 ] zlib: Multiple vulnerabilities
Bug: https://bugs.gentoo.org/835958 Bug: https://bugs.gentoo.org/863851 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--glsa-202210-42.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202210-42.xml b/glsa-202210-42.xml
new file mode 100644
index 00000000..608226a9
--- /dev/null
+++ b/glsa-202210-42.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202210-42">
+ <title>zlib: Multiple vulnerabilities</title>
+ <synopsis>A buffer overflow in zlib might allow an attacker to cause remote code execution.</synopsis>
+ <product type="ebuild">zlib</product>
+ <announced>2022-10-31</announced>
+ <revised count="1">2022-10-31</revised>
+ <bug>863851</bug>
+ <bug>835958</bug>
+ <access>remote</access>
+ <affected>
+ <package name="sys-libs/zlib" auto="yes" arch="*">
+ <unaffected range="ge">1.2.12-r3</unaffected>
+ <vulnerable range="lt">1.2.12-r3</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>zlib is a widely used free and patent unencumbered data compression library.</p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in zlib. Please review the CVE identifiers referenced below for details.</p>
+ </description>
+ <impact type="normal">
+ <p>Maliciously crafted input handled by zlib may result in remote code execution.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All zlib users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=sys-libs/zlib-1.2.12-r3"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-25032">CVE-2018-25032</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-37434">CVE-2022-37434</uri>
+ </references>
+ <metadata tag="requester" timestamp="2022-10-31T20:36:54.413772Z">sam</metadata>
+ <metadata tag="submitter" timestamp="2022-10-31T20:36:54.421673Z">ajak</metadata>
+</glsa> \ No newline at end of file