svn commit: r461689 - head/security/vuxml
Vsevolod Stakhov
vsevolod at FreeBSD.org
Tue Feb 13 09:23:14 UTC 2018
Author: vsevolod
Date: Tue Feb 13 09:23:13 2018
New Revision: 461689
URL: https://svnweb.freebsd.org/changeset/ports/461689
Log:
- Document www/uwsgi vulnerability
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Feb 13 09:16:52 2018 (r461688)
+++ head/security/vuxml/vuln.xml Tue Feb 13 09:23:13 2018 (r461689)
@@ -58,6 +58,36 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="a8f25565-109e-11e8-8d41-97657151f8c2">
+ <topic>uwsgi -- a stack-based buffer overflow</topic>
+ <affects>
+ <package>
+ <name>uwsgi</name>
+ <range><lt>2.0.16</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Uwsgi developers report:</p>
+ <blockquote cite="http://lists.unbit.it/pipermail/uwsgi/2018-February/008835.html">
+ <p>It was discovered that the uwsgi_expand_path function in utils.c in
+ Unbit uWSGI, an application container server, has a stack-based buffer
+ overflow via a large directory length that can cause a
+ denial-of-service (application crash) or stack corruption.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://lists.unbit.it/pipermail/uwsgi/2018-February/008835.html</url>
+ <url>https://lists.debian.org/debian-lts-announce/2018/02/msg00010.html</url>
+ <cvename>CVE-2018-6758</cvename>
+ </references>
+ <dates>
+ <discovery>2018-02-06</discovery>
+ <entry>2018-02-13</entry>
+ </dates>
+ </vuln>
+
<vuln vid="0fe70bcd-2ce3-46c9-a64b-4a7da097db07">
<topic>python -- possible integer overflow vulnerability</topic>
<affects>
More information about the svn-ports-all
mailing list