diff options
Diffstat (limited to 'metadata/glsa/glsa-201608-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201608-01.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201608-01.xml b/metadata/glsa/glsa-201608-01.xml new file mode 100644 index 000000000000..dd779da71320 --- /dev/null +++ b/metadata/glsa/glsa-201608-01.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201608-01"> + <title>OptiPNG: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in OptiPNG, the worst of + which could lead to the remote execution of arbitrary code, or cause a + Denial of Service condition. + </synopsis> + <product type="ebuild"/> + <announced>2016-08-11</announced> + <revised count="1">2016-08-11</revised> + <bug>561882</bug> + <bug>579030</bug> + <access>remote</access> + <affected> + <package name="media-gfx/optipng" auto="yes" arch="*"> + <unaffected range="ge">0.7.6</unaffected> + <vulnerable range="lt">0.7.6</vulnerable> + </package> + </affected> + <background> + <p>OptiPNG is a PNG optimizer that recompresses image files to a smaller + size, without losing any information. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in OptiPNG. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted image + file resulting in the execution of arbitrary code with the privileges of + the process, or a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OptiPNG users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/optipng-0.7.6" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-2191">CVE-2016-2191</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-3981">CVE-2016-3981</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-3982">CVE-2016-3982</uri> + </references> + <metadata tag="requester" timestamp="2016-06-26T12:03:00Z">b-man</metadata> + <metadata tag="submitter" timestamp="2016-08-11T06:06:28Z">b-man</metadata> +</glsa> |