svn commit: r437743 - head/security/vuxml

Guido Falsi madpilot at FreeBSD.org
Tue Apr 4 16:39:30 UTC 2017


Author: madpilot
Date: Tue Apr  4 16:39:29 2017
New Revision: 437743
URL: https://svnweb.freebsd.org/changeset/ports/437743

Log:
  Document net/asterisk13 vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Apr  4 16:09:04 2017	(r437742)
+++ head/security/vuxml/vuln.xml	Tue Apr  4 16:39:29 2017	(r437743)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="356b02e9-1954-11e7-9608-001999f8d30b">
+    <topic>asterisk -- Buffer overflow in CDR's set user</topic>
+    <affects>
+      <package>
+	<name>asterisk13</name>
+	<range><lt>13.14.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Asterisk project reports:</p>
+	<blockquote cite="http://www.asterisk.org/downloads/security-advisories">
+	  <p>No size checking is done when setting the user field
+	  on a CDR. Thus, it is possible for someone to use an
+	  arbitrarily large string and write past the end of the
+	  user field storage buffer. This allows the possibility
+	  of remote code injection.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://downloads.asterisk.org/pub/security/AST-2017-001.html</url>
+      <url>https://issues.asterisk.org/jira/browse/ASTERISK-26897</url>
+    </references>
+    <dates>
+      <discovery>2017-03-27</discovery>
+      <entry>2017-04-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="057e6616-1885-11e7-bb4d-a0d3c19bfa21">
     <topic>NVIDIA UNIX driver -- multiple vulnerabilities in the kernel mode layer handler</topic>
     <affects>


More information about the svn-ports-head mailing list