Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 01:15:53 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487821 - head/security/vuxml
Message-ID:  <201812200115.wBK1FreP029747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Thu Dec 20 01:15:53 2018
New Revision: 487821
URL: https://svnweb.freebsd.org/changeset/ports/487821

Log:
  Mark bro < 2.6.1 as vulnerable as per:
  
      https://www.bro.org/download/NEWS.bro.html
  
  The issue is a remote code execution vulnerability in the bundled
  sqlite ("Magellan").
  
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Differential Revision:	https://reviews.freebsd.org/D18615

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Dec 20 00:46:32 2018	(r487820)
+++ head/security/vuxml/vuln.xml	Thu Dec 20 01:15:53 2018	(r487821)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="b80f039d-579e-4b82-95ad-b534a709f220">
+    <topic>bro -- "Magellan" remote code execution vulnerability in bundled sqlite</topic>
+    <affects>
+      <package>
+	<name>bro</name>
+	<range><lt>2.6.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Bro Network security Monitor reports:</p>
+	<blockquote cite="https://www.bro.org/download/NEWS.bro.html">;
+	  <p>Bro 2.6.1 updates the embedded SQLite to version 3.26.0
+	  to address the "Magellan" remote code execution vulnerability.
+	  The stock Bro configuration/scripts don't use SQLite by
+	  default, but custom user scripts/packages may.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.bro.org/download/NEWS.bro.html</url>;
+    </references>
+    <dates>
+      <discovery>2018-12-01</discovery>
+      <entry>2018-12-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="fa6a4a69-03d1-11e9-be12-a4badb2f4699">
     <topic>FreeBSD -- bootpd buffer overflow</topic>
     <affects>



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