diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-03-27 22:09:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-27 22:09:32 -0400 |
commit | 1ec062ba903afef34199e85d4c595275c40a7ad4 (patch) | |
tree | ae01fd910a3b83c2dd5a1c87ffaccd378dc3c6f0 /glsa-201903-18.xml | |
parent | [ GLSA 201903-17 ] SDL2_Image: Multiple vulnerabilities (diff) | |
download | gentoo-1ec062ba903afef34199e85d4c595275c40a7ad4.tar.gz gentoo-1ec062ba903afef34199e85d4c595275c40a7ad4.tar.bz2 gentoo-1ec062ba903afef34199e85d4c595275c40a7ad4.zip |
[ GLSA 201903-18 ] GD: Multiple vulnerabilities
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-201903-18.xml')
-rw-r--r-- | glsa-201903-18.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/glsa-201903-18.xml b/glsa-201903-18.xml new file mode 100644 index 000000000000..8a568d6c284b --- /dev/null +++ b/glsa-201903-18.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201903-18"> + <title>GD: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in GD, the worst of which + could result in the remote execution of arbitrary code. + </synopsis> + <product type="ebuild">gd</product> + <announced>2019-03-28</announced> + <revised count="1">2019-03-28</revised> + <bug>664732</bug> + <bug>679702</bug> + <access>local, remote</access> + <affected> + <package name="media-libs/gd" auto="yes" arch="*"> + <unaffected range="ge">2.2.5-r2</unaffected> + <vulnerable range="lt">2.2.5-r2</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 entice a user to process a specially crafted + image, possibly resulting in execution of arbitrary code or 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.5-r2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-1000222"> + CVE-2018-1000222 + </uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-5711">CVE-2018-5711</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-6977">CVE-2019-6977</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-6978">CVE-2019-6978</uri> + </references> + <metadata tag="requester" timestamp="2019-03-10T05:25:03Z">BlueKnight</metadata> + <metadata tag="submitter" timestamp="2019-03-28T02:09:10Z">b-man</metadata> +</glsa> |