diff options
author | 2016-06-05 20:01:53 +0000 | |
---|---|---|
committer | 2016-06-05 20:01:53 +0000 | |
commit | 6746372768e55f1ffee71d692120340aad5a07f2 (patch) | |
tree | afa3e577fce793e02c08623eefcc7a75bd57f136 /metadata/glsa | |
parent | 2016-06-05 19:04:26 UTC (diff) | |
parent | Add GLSA 201606-03 (diff) | |
download | gentoo-6746372768e55f1ffee71d692120340aad5a07f2.tar.gz gentoo-6746372768e55f1ffee71d692120340aad5a07f2.tar.bz2 gentoo-6746372768e55f1ffee71d692120340aad5a07f2.zip |
Merge commit '2ef14e951c045e5ac2936a36afa7ae6082689729'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201606-03.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201606-03.xml b/metadata/glsa/glsa-201606-03.xml new file mode 100644 index 000000000000..09e90db9551e --- /dev/null +++ b/metadata/glsa/glsa-201606-03.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201606-03"> + <title>libjpeg-turbo: Multiple vulnerabilities</title> + <synopsis>Two vulnerabilities have been discovered in libjpeg-turbo, the + worse of which could allow remote attackers access to sensitive + information. + </synopsis> + <product type="ebuild">libjpeg-turbo</product> + <announced>June 05, 2016</announced> + <revised>June 05, 2016: 2</revised> + <bug>491150</bug> + <bug>531418</bug> + <access>remote</access> + <affected> + <package name="media-libs/libjpeg-turbo" auto="yes" arch="*"> + <unaffected range="ge">1.4.2</unaffected> + <vulnerable range="lt">1.4.2</vulnerable> + </package> + </affected> + <background> + <p>libjpeg-turbo is a MMX, SSE, and SSE2 SIMD accelerated JPEG library</p> + </background> + <description> + <p>libjpeg-turbo does not check for certain duplications of component data + during the reading of segments that follow Start Of Scan (SOS) JPEG + markers. + </p> + </description> + <impact type="normal"> + <p>Remote attackers could obtain sensitive information from uninitialized + memory locations via a crafted JPEG images. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All libjpeg-turbo users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/libjpeg-turbo-1.4.2" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6629">CVE-2013-6629</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6630">CVE-2013-6630</uri> + </references> + <metadata tag="requester" timestamp="Thu, 19 Jun 2014 02:00:52 +0000"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="Sun, 05 Jun 2016 19:54:52 +0000">mrueg</metadata> +</glsa> |