Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 01:04:53 +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: r492402 - head/security/vuxml
Message-ID:  <201902080104.x1814rMj091430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Feb  8 01:04:53 2019
New Revision: 492402
URL: https://svnweb.freebsd.org/changeset/ports/492402

Log:
  Document unit vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Feb  7 23:51:27 2019	(r492401)
+++ head/security/vuxml/vuln.xml	Fri Feb  8 01:04:53 2019	(r492402)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="c95836a0-2b3b-11e9-9838-8c164567ca3c">
+    <topic>unit -- heap memory buffer overflow</topic>
+    <affects>
+      <package>
+	<name>unit</name>
+	<range><lt>1.7.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>unit security problems:</p>
+	<blockquote cite="http://mailman.nginx.org/pipermail/unit/2019-February/000112.html">;
+	  <p>CVE-2019-7401: a head memory buffer overflow might have</p>
+	  <p>been caused in the router process by a specially crafted</p>
+	  <p>request, potentially resulting in a segmentation fault</p>
+	  <p>or other unspecified behavior.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://mailman.nginx.org/pipermail/unit/2019-February/000112.html</url>;
+      <cvename>CVE-2019-7401</cvename>
+    </references>
+    <dates>
+      <discovery>2019-02-07</discovery>
+      <entry>2019-02-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="714b033a-2b09-11e9-8bc3-610fd6e6cd05">
     <topic>curl -- multiple vulnerabilities</topic>
     <affects>



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