diff options
author | 2017-08-26 15:03:43 +0000 | |
---|---|---|
committer | 2017-08-26 15:03:43 +0000 | |
commit | 62b48b8e4fca4a745d08d55991058e72b5a40944 (patch) | |
tree | ea25f8de2b50438ff77fbd1bd8ca4efc32194f48 /metadata/glsa/glsa-201708-09.xml | |
parent | 2017-08-26 14:43:57 UTC (diff) | |
parent | Add GLSA 201708-10 (diff) | |
download | gentoo-62b48b8e4fca4a745d08d55991058e72b5a40944.tar.gz gentoo-62b48b8e4fca4a745d08d55991058e72b5a40944.tar.bz2 gentoo-62b48b8e4fca4a745d08d55991058e72b5a40944.zip |
Merge commit '3625a953e4d6f8be8b87901afde2077e8f9901bb'
Diffstat (limited to 'metadata/glsa/glsa-201708-09.xml')
-rw-r--r-- | metadata/glsa/glsa-201708-09.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201708-09.xml b/metadata/glsa/glsa-201708-09.xml new file mode 100644 index 000000000000..8a4b54e0c245 --- /dev/null +++ b/metadata/glsa/glsa-201708-09.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201708-09"> + <title>AutoTrace: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in AutoTrace, the worst of + which could cause a Denial of Service condition. + </synopsis> + <product type="ebuild">autotrace</product> + <announced>2017-08-26</announced> + <revised>2017-08-26: 1</revised> + <bug>613992</bug> + <bug>619040</bug> + <access>remote</access> + <affected> + <package name="media-gfx/autotrace" auto="yes" arch="*"> + <vulnerable range="le">0.31.1-r8</vulnerable> + </package> + </affected> + <background> + <p>AutoTrace converts bitmap to vector graphics.</p> + </background> + <description> + <p>Heap-based buffer overflows have been discovered in the + pstoedit_suffix_table_init and pnm_load_rawpbm functions of AutoTrace. + </p> + </description> + <impact type="normal"> + <p>Remote attackers, by enticing a user to process a crafted bmp image + file, could cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>Gentoo has discontinued support for AutoTrace. We recommend that users + unmerge AutoTrace: + </p> + + <code> + # emerge --unmerge "media-gfx/autotrace" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7392">CVE-2016-7392</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-9153">CVE-2017-9153</uri> + </references> + <metadata tag="requester" timestamp="2017-08-22T03:00:50Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-08-26T14:47:40Z">b-man</metadata> +</glsa> |