diff options
author | 2016-12-04 11:22:41 +0000 | |
---|---|---|
committer | 2016-12-04 11:22:41 +0000 | |
commit | 376f44d98ad4528965a841cda4d99e85df6cc918 (patch) | |
tree | e603855762ce093958b2c12d29b8951bcf34d701 /metadata/glsa/glsa-201612-09.xml | |
parent | 2016-12-04 09:03:18 UTC (diff) | |
parent | Add GLSA 201612-10 (diff) | |
download | gentoo-376f44d98ad4528965a841cda4d99e85df6cc918.tar.gz gentoo-376f44d98ad4528965a841cda4d99e85df6cc918.tar.bz2 gentoo-376f44d98ad4528965a841cda4d99e85df6cc918.zip |
Merge commit '147cef4c20247b7718d5083f4723cfdf67c9a3ac'
Diffstat (limited to 'metadata/glsa/glsa-201612-09.xml')
-rw-r--r-- | metadata/glsa/glsa-201612-09.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201612-09.xml b/metadata/glsa/glsa-201612-09.xml new file mode 100644 index 000000000000..bdd403614934 --- /dev/null +++ b/metadata/glsa/glsa-201612-09.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201612-09"> + <title>GD: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in GD, the worst of which + allows remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">gd</product> + <announced>December 04, 2016</announced> + <revised>December 04, 2016: 1</revised> + <bug>587662</bug> + <bug>587968</bug> + <bug>592720</bug> + <bug>592722</bug> + <access>local, remote</access> + <affected> + <package name="media-libs/gd" auto="yes" arch="*"> + <unaffected range="ge">2.2.3</unaffected> + <vulnerable range="lt">2.2.3</vulnerable> + </package> + </affected> + <background> + <p>GD is a graphic library for fast image creation.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GD. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All gd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/gd-2.2.3" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-5766">CVE-2016-5766</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6128">CVE-2016-6128</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6132">CVE-2016-6132</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6207">CVE-2016-6207</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7568">CVE-2016-7568</uri> + </references> + <metadata tag="requester" timestamp="Fri, 11 Nov 2016 06:53:45 +0000">b-man</metadata> + <metadata tag="submitter" timestamp="Sun, 04 Dec 2016 11:07:34 +0000">whissi</metadata> +</glsa> |