diff options
author | swills <swills@FreeBSD.org> | 2018-07-27 20:55:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-07-27 20:55:03 +0800 |
commit | f1d247e58da46f327ec628f2471d1984cc58ba55 (patch) | |
tree | 27900a6b7d42005c63a51eb5c9be0176948dad11 /security/vuxml/vuln.xml | |
parent | cdd9b9672f3195bdcb4088f84695337c12c9ad34 (diff) | |
download | freebsd-ports-gnome-f1d247e58da46f327ec628f2471d1984cc58ba55.tar.gz freebsd-ports-gnome-f1d247e58da46f327ec628f2471d1984cc58ba55.tar.zst freebsd-ports-gnome-f1d247e58da46f327ec628f2471d1984cc58ba55.zip |
security/vuxml: document gimp issue
While here, fix entry date on curl entry
PR: 225636
Submitted by: D. Ebdrup <debdrup@gmail.com>
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index daa334a70eb6..ae99030dc90e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="bfda2d80-0858-11e8-ad5c-0021ccb9e74d"> + <topic>GIMP - Heap Buffer Overflow Vulnerability</topic> + <affects> + <package> + <name>gimp</name> + <range><lt>2.8.22,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GNOME reports:</p> + <blockquote cite="https://www.securityfocus.com/bid/102765/references"> + <p>CVE-2017-17786 Out of bounds read / heap overflow in tga importer / function bgr2rgb.part.1</p> + </blockquote> + </body> + </description> + <references> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=739134</url> + <cvename>CVE-2017-17786</cvename> + </references> + <dates> + <discovery>2017-12-21</discovery> + <entry>2018-07-27</entry> + </dates> + </vuln> + <vuln vid="b9c525d9-9198-11e8-beba-080027ef1a23"> <topic>chromium -- multiple vulnerabilities</topic> <affects> @@ -172,7 +198,7 @@ Notes: </references> <dates> <discovery>2018-07-11</discovery> - <entry>2018-07-13</entry> + <entry>2018-07-27</entry> </dates> </vuln> |