Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 16:32:15 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469454 - head/security/vuxml
Message-ID:  <201805091632.w49GWFmf048114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed May  9 16:32:15 2018
New Revision: 469454
URL: https://svnweb.freebsd.org/changeset/ports/469454

Log:
  security/vuxml: document kamailio CVE-2018-8828
  
  PR:		227677
  Submitted by:	Ben Hood <ben@relops.com>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed May  9 16:18:52 2018	(r469453)
+++ head/security/vuxml/vuln.xml	Wed May  9 16:32:15 2018	(r469454)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="5af6378b-bd88-4997-bccc-b9ba2daecdd2">
+    <topic>kamailio - buffer overflow</topic>
+    <affects>
+      <package>
+	<name>kamailio</name>
+	<range><lt>5.1.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>A specially crafted REGISTER message with a malformed branch or
+	   From tag triggers an off-by-one heap-based buffer overflow in the
+	   tmx_check_pretran function in modules/tmx/tmx_pretran.c</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-8828</cvename>
+      <url>https://www.kamailio.org/w/2018/03/kamailio-security-announcement-tmx-lcr/</url>;
+      <url>https://github.com/EnableSecurity/advisories/tree/master/ES2018-05-kamailio-heap-overflow</url>;
+    </references>
+    <dates>
+      <discovery>2018-02-10</discovery>
+      <entry>2018-05-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7b5a8e3b-52cc-11e8-8c7a-9c5c8e75236a">
     <topic>wget -- cookie injection vulnerability</topic>
     <affects>



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