summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2016-04-14 08:02:22 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2016-04-14 08:02:22 +0000
commit670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch)
tree68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200407-06.xml
parentAdd 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff)
parentAdd GLSA 201604-03 - Fix (diff)
downloadgentoo-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-200407-06.xml')
-rw-r--r--metadata/glsa/glsa-200407-06.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200407-06.xml b/metadata/glsa/glsa-200407-06.xml
new file mode 100644
index 000000000000..d304d0d7c458
--- /dev/null
+++ b/metadata/glsa/glsa-200407-06.xml
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+
+<glsa id="200407-06">
+ <title>libpng: Buffer overflow on row buffers</title>
+ <synopsis>
+ libpng contains a buffer overflow vulnerability potentially allowing an
+ attacker to perform a Denial of Service attack or even execute arbitrary
+ code.
+ </synopsis>
+ <product type="ebuild">libpng</product>
+ <announced>July 08, 2004</announced>
+ <revised>July 08, 2004: 01</revised>
+ <bug>56307</bug>
+ <access>remote</access>
+ <affected>
+ <package name="media-libs/libpng" auto="yes" arch="*">
+ <unaffected range="ge">1.2.5-r7</unaffected>
+ <vulnerable range="le">1.2.5-r6</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ libpng is a standard library used to process PNG (Portable Network
+ Graphics) images. It is used by several other programs, including web
+ browsers and potentially server processes.
+ </p>
+ </background>
+ <description>
+ <p>
+ Due to a wrong calculation of loop offset values, libpng contains a buffer
+ overflow vulnerability on the row buffers. This vulnerability was initially
+ patched in January 2003 but since it has been discovered that libpng
+ contains the same vulnerability in two other places.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>
+ An attacker could exploit this vulnerability to cause programs linked
+ against the library to crash or execute arbitrary code with the permissions
+ of the user running the vulnerable program, which could be the root user.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time. All users are encouraged to
+ upgrade to the latest available version.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All libpng users should upgrade to the latest stable version:
+ </p>
+ <code>
+ # emerge sync
+
+ # emerge -pv ">=media-libs/libpng-1.2.5-r7"
+ # emerge ">=media-libs/libpng-1.2.5-r7"</code>
+ <p>
+ You should also run revdep-rebuild to rebuild any packages that depend on
+ older versions of libpng :
+ </p>
+ <code>
+ # revdep-rebuild</code>
+ </resolution>
+ <references>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1363">CAN-2002-1363</uri>
+ </references>
+ <metadata tag="submitter">
+ jaervosz
+ </metadata>
+</glsa>