svn commit: r445551 - head/security/vuxml
Sergey A. Osokin
osa at FreeBSD.org
Wed Jul 12 00:06:25 UTC 2017
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>
More information about the svn-ports-head
mailing list