diff options
author | feld <feld@FreeBSD.org> | 2016-08-04 22:49:48 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-08-04 22:49:48 +0800 |
commit | e8fbd1ff630ecf4877cffb8a2126c580a51a16c0 (patch) | |
tree | c3be03df39c890795e1fdd446e104a759797fe8d /security | |
parent | b99d6add65e47e5810f07a02b72df98233b38703 (diff) | |
download | freebsd-ports-gnome-e8fbd1ff630ecf4877cffb8a2126c580a51a16c0.tar.gz freebsd-ports-gnome-e8fbd1ff630ecf4877cffb8a2126c580a51a16c0.tar.zst freebsd-ports-gnome-e8fbd1ff630ecf4877cffb8a2126c580a51a16c0.zip |
Document gd vulnerabilities
PR: 211562
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5c97a4eb59c5..04f9b51797ab 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="556d2286-5a51-11e6-a6c3-14dae9d210b8"> + <topic>gd -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gd</name> + <range><lt>2.2.3,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Pierre Joye reports:</p> + <blockquote cite="https://github.com/libgd/libgd/releases/tag/gd-2.2.3"> + <ul> + <li><p>fix php bug 72339, Integer Overflow in _gd2GetHeader + (CVE-2016-5766)</p></li> + <li><p>gd: Buffer over-read issue when parsing crafted TGA + file (CVE-2016-6132)</p></li> + <li><p>Integer overflow error within _gdContributionsAlloc() + (CVE-2016-6207)</p></li> + <li><p>fix php bug 72494, invalid color index not handled, can + lead to crash ( CVE-2016-6128)</p></li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/libgd/libgd/releases/tag/gd-2.2.3</url> + <cvename>CVE-2016-5766</cvename> + <cvename>CVE-2016-6132</cvename> + <cvename>CVE-2016-6207</cvename> + <cvename>CVE-2016-6128</cvename> + </references> + <dates> + <discovery>2016-07-21</discovery> + <entry>2016-08-04</entry> + </dates> + </vuln> + <vuln vid="e4bc70fc-5a2f-11e6-a1bc-589cfc0654e1"> <topic>Vulnerabilities in Curl</topic> <affects> |