diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200408-26.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200408-26.xml')
-rw-r--r-- | metadata/glsa/glsa-200408-26.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200408-26.xml b/metadata/glsa/glsa-200408-26.xml new file mode 100644 index 000000000000..c95a139d41f7 --- /dev/null +++ b/metadata/glsa/glsa-200408-26.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200408-26"> + <title>zlib: Denial of service vulnerability</title> + <synopsis> + The zlib library contains a Denial of Service vulnerability. + </synopsis> + <product type="ebuild">zlib</product> + <announced>August 27, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>61749</bug> + <access>remote</access> + <affected> + <package name="sys-libs/zlib" auto="yes" arch="*"> + <unaffected range="ge">1.2.1-r3</unaffected> + <vulnerable range="le">1.2.1-r2</vulnerable> + </package> + </affected> + <background> + <p> + zlib is a general-purpose data-compression library. + </p> + </background> + <description> + <p> + zlib contains a bug in the handling of errors in the "inflate()" and + "inflateBack()" functions. + </p> + </description> + <impact type="normal"> + <p> + An attacker could exploit this vulnerability to launch a Denial of + Service attack on any application using the zlib library. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest available version of zlib. + </p> + </workaround> + <resolution> + <p> + All zlib users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=sys-libs/zlib-1.2.1-r3" + # emerge ">=sys-libs/zlib-1.2.1-r3"</code> + <p> + You should also run revdep-rebuild to rebuild any packages that depend + on older versions of zlib : + </p> + <code> + # revdep-rebuild</code> + </resolution> + <references> + <uri link="http://www.openpkg.org/security/OpenPKG-SA-2004.038-zlib.html">OpenPKG-SA-2004.038-zlib</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0797">CVE-2004-0797</uri> + </references> + <metadata tag="requester" timestamp="Thu, 26 Aug 2004 19:08:52 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Fri, 27 Aug 2004 05:21:24 +0000"> + jaervosz + </metadata> +</glsa> |