Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 22:42:40 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410733 - head/security/vuxml
Message-ID:  <201603092242.u29Mge35093774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Mar  9 22:42:39 2016
New Revision: 410733
URL: https://svnweb.freebsd.org/changeset/ports/410733

Log:
  Document security/libotr vulnerability
  
  It is not clear at this time if security/libotr3 is also affected.
  
  Security:	CVE-2016-2851

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Mar  9 22:38:34 2016	(r410732)
+++ head/security/vuxml/vuln.xml	Wed Mar  9 22:42:39 2016	(r410733)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="c2b1652c-e647-11e5-85be-14dae9d210b8">
+    <topic>libotr -- use after free</topic>
+    <affects>
+      <package>
+	<name>libotr</name>
+	<range><lt>4.1.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>X41 D-Sec reports:</p>
+	<blockquote cite="https://www.x41-dsec.de/lab/advisories/x41-2016-001-libotr/">;
+	  <p>A remote attacker may crash or execute arbitrary code in
+	    libotr by sending large OTR messages.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.x41-dsec.de/lab/advisories/x41-2016-001-libotr/</url>;
+      <cvename>CVE-2016-2851</cvename>
+    </references>
+    <dates>
+      <discovery>2016-02-17</discovery>
+      <entry>2016-03-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1bcfd963-e483-41b8-ab8e-bad5c3ce49c9">
     <topic>brotli -- buffer overflow</topic>
     <affects>



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