diff options
author | osa <osa@FreeBSD.org> | 2016-06-01 05:44:52 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2016-06-01 05:44:52 +0800 |
commit | 901d76c86f7d4f40ea03441438dddde8b96cd58d (patch) | |
tree | 2b325fe81d51e28ca2cf23143c69b4043993ecd8 /security | |
parent | b829a32a93820af040f17676c67b1cb112bf380a (diff) | |
download | freebsd-ports-graphics-901d76c86f7d4f40ea03441438dddde8b96cd58d.tar.gz freebsd-ports-graphics-901d76c86f7d4f40ea03441438dddde8b96cd58d.tar.zst freebsd-ports-graphics-901d76c86f7d4f40ea03441438dddde8b96cd58d.zip |
Add an entry about latest nginx vulnerability.
Diffstat (limited to 'security')
-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 512d189929b..8e694cdf57e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="36cf7670-2774-11e6-af29-f0def16c5c1b"> + <topic>nginx -- a specially crafted request might result in worker process crash</topic> + <affects> + <package> + <name>nginx</name> + <range><ge>1.4.0</ge><lt>1.10.1</lt></range> + </package> + <package> + <name>nginx-devel</name> + <range><ge>1.3.9</ge><lt>1.11.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Maxim Dounin reports:</p> + <blockquote cite="http://mailman.nginx.org/pipermail/nginx-announce/2016/000179.html"> + <p>A problem was identified in nginx code responsible for saving + client request body to a temporary file. A specially crafted + request might result in worker process crash due to a NULL + pointer dereference while writing client request body to a + temporary file.</p> + </blockquote> + </body> + </description> + <references> + <url>http://mailman.nginx.org/pipermail/nginx-announce/2016/000179.html</url> + <cvename>CVE-2016-4450</cvename> + </references> + <dates> + <discovery>2016-05-31</discovery> + <entry>2016-05-31</entry> + </dates> + </vuln> + <vuln vid="6167b341-250c-11e6-a6fb-003048f2e514"> <topic>cacti -- multiple vulnerabilities</topic> <affects> |