diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-02-08 17:02:01 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-02-08 17:02:01 +0000 |
commit | 0145ab609f31df261bee85587dda4f84be5e3796 (patch) | |
tree | a0a456e9513f978f8b6e068307acdfb06821bf0e | |
parent | devel/phpunit: Update from 5.7.26 to 5.7.27 (diff) |
security/vuxml: Document recent tiff CVEs
PR: 225545
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b49345d8ef6f..382ce649887b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b38e8150-0535-11e8-96ab-0800271d4b9c"> + <topic>tiff -- multiple vulnerabilities</topic> + <affects> + <package> + <name>tiff</name> + <range><le>4.0.9</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Debian Security Advisory reports:</p> + <blockquote cite="https://www.debian.org/security/2018/dsa-4100"> + <p>Multiple vulnerabilities have been discovered in the libtiff library and the included tools, which may result in denial of service or the execution of arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-9935</cvename> + <url>http://bugzilla.maptools.org/show_bug.cgi?id=2704</url> + <cvename>CVE-2017-18013</cvename> + <url>http://bugzilla.maptools.org/show_bug.cgi?id=2770</url> + <bid>225544</bid> + </references> + <dates> + <discovery>2017-06-22</discovery> + <entry>2018-01-29</entry> + </dates> + </vuln> + <vuln vid="756a8631-0b84-11e8-a986-6451062f0f7a"> <topic>Flash Player -- multiple vulnerabilities</topic> <affects> |