diff options
author | tz <tz@FreeBSD.org> | 2017-10-30 22:31:11 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:50:50 +0800 |
commit | 1809a55b13a23008f9ac53d607c04ae48400edb3 (patch) | |
tree | 32578bd1021142b560c4293ea0e4c152f3fbf26f /security | |
parent | ef45e7f43eb39e41031e2dbc94cae14f289500c5 (diff) | |
download | freebsd-ports-gnome-1809a55b13a23008f9ac53d607c04ae48400edb3.tar.gz freebsd-ports-gnome-1809a55b13a23008f9ac53d607c04ae48400edb3.tar.zst freebsd-ports-gnome-1809a55b13a23008f9ac53d607c04ae48400edb3.zip |
Document PHP Vulnerability
Security: CVE-2016-1283
Security: https://vuxml.FreeBSD.org/freebsd/de7a2b32-bd7d-11e7-b627-d43d7e971a1b.html
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a6f04492992d..d7538ee0df0b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,54 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="de7a2b32-bd7d-11e7-b627-d43d7e971a1b"> + <topic>PHP -- denial of service attack</topic> + <affects> + <package> + <name>php56</name> + <range><lt>5.6.31</lt></range> + </package> + <package> + <name>php70</name> + <range><lt>7.0.24</lt></range> + </package> + <package> + <name>php71</name> + <range><lt>7.1.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP project reports:</p> + <blockquote cite="http://php.net/archive/2017.php#id2017-10-26-3"> + <p>The PHP development team announces the immediate availability of PHP + 5.6.32. This is a security release. Several security bugs were fixed in this + release. All PHP 5.6 users are encouraged to upgrade to this version.</p> + </blockquote> + <blockquote cite="http://php.net/archive/2017.php#id2017-10-26-1"> + <p>The PHP development team announces the immediate availability of PHP + 7.0.25. This is a security release. Several security bugs were fixed in this + release. All PHP 7.0 users are encouraged to upgrade to this version.</p> + </blockquote> + <blockquote cite="http://php.net/archive/2017.php#id2017-10-27-1"> + <p>The PHP development team announces the immediate availability of PHP + 7.1.11. This is a bugfix release, with several bug fixes included. All PHP + 7.1 users are encouraged to upgrade to this version. </p> + </blockquote> + </body> + </description> + <references> + <url>http://php.net/archive/2017.php#id2017-10-26-3</url> + <url>http://php.net/archive/2017.php#id2017-10-26-1</url> + <url>http://php.net/archive/2017.php#id2017-10-27-1</url> + <cvename>CVE-2016-1283</cvename> + </references> + <dates> + <discovery>2017-10-26</discovery> + <entry>2017-10-30</entry> + </dates> + </vuln> + <vuln vid="3cd46257-bbc5-11e7-a3bc-e8e0b747a45a"> <topic>chromium -- Stack overflow in V8</topic> <affects> |