svn commit: r494678 - head/security/vuxml

Tobias Kortkamp tobik at FreeBSD.org
Tue Mar 5 06:20:51 UTC 2019


Author: tobik
Date: Tue Mar  5 06:20:49 2019
New Revision: 494678
URL: https://svnweb.freebsd.org/changeset/ports/494678

Log:
  Document www/py-gunicorn vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Mar  5 05:08:25 2019	(r494677)
+++ head/security/vuxml/vuln.xml	Tue Mar  5 06:20:49 2019	(r494678)
@@ -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="a3e24de7-3f0c-11e9-87d1-00012e582166">
+    <topic>py-gunicorn -- CWE-113 vulnerability</topic>
+    <affects>
+      <package>
+	<name>py27-gunicorn</name>
+	<name>py35-gunicorn</name>
+	<name>py36-gunicorn</name>
+	<name>py37-gunicorn</name>
+	<range><lt>19.5.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Everardo reports:</p>
+	<blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000164">
+	  <p>gunicorn version 19.4.5 contains a CWE-113: Improper
+	  Neutralization of CRLF Sequences in HTTP Headers vulnerability
+	  in process_headers function in gunicorn/http/wsgi.py
+	  that can result in an attacker causing the server to
+	  return arbitrary HTTP headers.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-1000164</cvename>
+      <url>https://epadillas.github.io/2018/04/02/http-header-splitting-in-gunicorn-19.4.5</url>
+    </references>
+    <dates>
+      <discovery>2018-04-02</discovery>
+      <entry>2019-03-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b71d7193-3c54-11e9-a3f9-00155d006b02">
     <topic>Node.js -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list