diff options
author | 2017-06-22 18:44:09 +0000 | |
---|---|---|
committer | 2017-06-22 18:44:09 +0000 | |
commit | 05b01483c9b8a4599117acaae9b9f7e3bc74bc77 (patch) | |
tree | 9933e1a3e9cff61e3c54140c86f0bd5a1a6ac0a0 /metadata/glsa/glsa-201706-24.xml | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201706-24 (diff) | |
download | gentoo-05b01483c9b8a4599117acaae9b9f7e3bc74bc77.tar.gz gentoo-05b01483c9b8a4599117acaae9b9f7e3bc74bc77.tar.bz2 gentoo-05b01483c9b8a4599117acaae9b9f7e3bc74bc77.zip |
Merge commit '5be89e678882b696e3abdfe44243000b553d6d92'
Diffstat (limited to 'metadata/glsa/glsa-201706-24.xml')
-rw-r--r-- | metadata/glsa/glsa-201706-24.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201706-24.xml b/metadata/glsa/glsa-201706-24.xml new file mode 100644 index 000000000000..c10f37565d44 --- /dev/null +++ b/metadata/glsa/glsa-201706-24.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201706-24"> + <title>jbig2dec: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in jbig2dec, the worst of + which might allow remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">jbig2dec</product> + <announced>2017-06-22</announced> + <revised>2017-06-22: 1</revised> + <bug>545234</bug> + <bug>607188</bug> + <access>remote</access> + <affected> + <package name="media-libs/jbig2dec" auto="yes" arch="*"> + <unaffected range="ge">0.13-r1</unaffected> + <vulnerable range="lt">0.13-r1</vulnerable> + </package> + </affected> + <background> + <p>jbig2dec is a decoder implementation of the JBIG2 image compression + format. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in jbig2dec. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user or automated system to process a + specially crafted JBIG2 image file using an application linked against + jbig2dec library, possibly resulting in 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 jbig2dec users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/jbig2dec-0.13-r1" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9601">CVE-2016-9601</uri> + </references> + <metadata tag="requester" timestamp="2017-03-24T05:06:12Z">BlueKnight</metadata> + <metadata tag="submitter" timestamp="2017-06-22T18:31:34Z">whissi</metadata> +</glsa> |