Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 20:37:04 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456231 - head/security/vuxml
Message-ID:  <201712132037.vBDKb47i058277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Dec 13 20:37:04 2017
New Revision: 456231
URL: https://svnweb.freebsd.org/changeset/ports/456231

Log:
  Document asterisk13 vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Dec 13 20:32:39 2017	(r456230)
+++ head/security/vuxml/vuln.xml	Wed Dec 13 20:37:04 2017	(r456231)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="4a67450a-e044-11e7-accc-001999f8d30b">
+    <topic>asterisk -- Remote Crash Vulnerability in RTCP Stack</topic>
+    <affects>
+      <package>
+	<name>asterisk13</name>
+	<range><lt>13.18.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Asterisk project reports:</p>
+	<blockquote cite="https://www.asterisk.org/downloads/security-advisories">;
+	  <p>If a compound RTCP packet is received containing more
+	  than one report (for example a Receiver Report and a
+	  Sender Report) the RTCP stack will incorrectly store
+	  report information outside of allocated memory potentially
+	  causing a crash.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://downloads.asterisk.org/pub/security/AST-2017-012.html</url>;
+    </references>
+    <dates>
+      <discovery>2017-12-12</discovery>
+      <entry>2017-12-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="76e59f55-4f7a-4887-bcb0-11604004163a">
     <topic>libxml2 -- Multiple Issues</topic>
     <affects>



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