diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-07-20 04:24:30 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-07-20 04:24:30 +0800 |
commit | 70b90b34f15950087ccde3130b5c0ccf4a72a1b1 (patch) | |
tree | e2631ee9a882dc489a2a985a40a4cb526cd0c5d1 | |
parent | 7928f5c2799b2134071e1fa3f59beaaa6e94b738 (diff) | |
download | freebsd-ports-gnome-70b90b34f15950087ccde3130b5c0ccf4a72a1b1.tar.gz freebsd-ports-gnome-70b90b34f15950087ccde3130b5c0ccf4a72a1b1.tar.zst freebsd-ports-gnome-70b90b34f15950087ccde3130b5c0ccf4a72a1b1.zip |
Document qt4-gui/qt5-gui vulnerability.
MFH: 2014Q3
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5c62229658db..3eb82775db59 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,40 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="904d78b8-0f7e-11e4-8b71-5453ed2e2b49"> + <topic>qt4-gui, qt5-gui -- DoS vulnerability in the GIF image handler</topic> + <affects> + <package> + <name>qt4-gui</name> + <range><lt>4.8.6_2</lt></range> + </package> + <package> + <name>qt5-gui</name> + <range><lt>5.2.1_3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Richard J. Moore reports:</p> + <blockquote cite="http://lists.qt-project.org/pipermail/announce/2014-April/000045.html"> + <p>The builtin GIF decoder in QtGui prior to Qt 5.3 contained a bug + that would lead to a null pointer dereference when loading certain + hand crafted corrupt GIF files. This in turn would cause the + application loading these hand crafted GIFs to crash.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-0190</cvename> + <bid>67087</bid> + <mlist>http://lists.qt-project.org/pipermail/announce/2014-April/000045.html</mlist> + </references> + <dates> + <discovery>2014-04-24</discovery> + <entry>2014-07-19</entry> + </dates> + </vuln> + <vuln vid="4364e1f1-0f44-11e4-b090-20cf30e32f6d"> <topic>apache24 -- several vulnerabilities</topic> <affects> |