Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2017 00:06:23 +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: r445551 - head/security/vuxml
Message-ID:  <201707120006.v6C06NJi059148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Jul 12 00:06:23 2017
New Revision: 445551
URL: https://svnweb.freebsd.org/changeset/ports/445551

Log:
  Document nginx security advisory (CVE-2017-7529).

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul 11 21:43:28 2017	(r445550)
+++ head/security/vuxml/vuln.xml	Wed Jul 12 00:06:23 2017	(r445551)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="b28adc5b-6693-11e7-ad43-f0def16c5c1b">
+    <topic>nginx -- a specially crafted request might result in an integer overflow</topic>
+    <affects>
+      <package>
+	<name>nginx</name>
+	<range><ge>0.5.6</ge><lt>1.12.1,2</lt></range>
+      </package>
+      <package>
+	<name>nginx-devel</name>
+	<range><ge>0.5.6</ge><lt>1.13.3</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/2017/000200.html">;
+	  <p>A security issue was identified in nginx range filter.  A specially
+	    crafted request might result in an integer overflow and incorrect
+	    processing of ranges, potentially resulting in sensitive information
+	    leak (CVE-2017-7529).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://mailman.nginx.org/pipermail/nginx-announce/2017/000200.html</url>;
+      <cvename>CVE-2017-7529</cvename>
+    </references>
+    <dates>
+      <discovery>2017-07-11</discovery>
+      <entry>2017-07-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="aaedf196-6436-11e7-8b49-002590263bf5">
     <topic>codeigniter -- input validation bypass</topic>
     <affects>



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