svn commit: r461961 - head/security/vuxml

Craig Leres leres at FreeBSD.org
Fri Feb 16 01:02:04 UTC 2018


Author: leres
Date: Fri Feb 16 01:02:03 2018
New Revision: 461961
URL: https://svnweb.freebsd.org/changeset/ports/461961

Log:
  Mark bro < 2.5.2 as vulnerable as per:
  
      http://blog.bro.org/2017/10/bro-252-242-release-security-update.html
  
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Security:	CVE-2017-1000458
  Differential Revision:	https://reviews.freebsd.org/D14394

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Feb 16 00:58:12 2018	(r461960)
+++ head/security/vuxml/vuln.xml	Fri Feb 16 01:02:03 2018	(r461961)
@@ -58,6 +58,31 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="746d04dc-507e-4450-911f-4c41e48bb07a">
+    <topic>bro -- out of bounds write allows remote DOS</topic>
+    <affects>
+      <package>
+	<name>bro</name>
+	<range><lt>2.5.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Frank Meier:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000458">
+	  <p>Bro before Bro v2.5.2 is vulnerable to an out of bounds write in the ContentLine analyzer allowing remote attackers to cause a denial of service (crash) and possibly other exploitation.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://blog.bro.org/2017/10/bro-252-242-release-security-update.html</url>
+    </references>
+    <dates>
+      <discovery>2017-10-16</discovery>
+      <entry>2018-02-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e15a22ce-f16f-446b-9ca7-6859350c2e75">
     <topic>quagga -- several security issues</topic>
     <affects>


More information about the svn-ports-head mailing list