Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 21:44:52 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416222 - head/security/vuxml
Message-ID:  <201605312144.u4VLiqw7013094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue May 31 21:44:52 2016
New Revision: 416222
URL: https://svnweb.freebsd.org/changeset/ports/416222

Log:
  Add an entry about latest nginx vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May 31 21:44:04 2016	(r416221)
+++ head/security/vuxml/vuln.xml	Tue May 31 21:44:52 2016	(r416222)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605312144.u4VLiqw7013094>