Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 16:21:20 +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: r399275 - head/security/vuxml
Message-ID:  <201510141621.t9EGLKbG015160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Oct 14 16:21:20 2015
New Revision: 399275
URL: https://svnweb.freebsd.org/changeset/ports/399275

Log:
  net/miniupnpc: Document buffer overflow
  
  PR:		203705
  Security:	TALOS-2015-0035

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 14 16:02:49 2015	(r399274)
+++ head/security/vuxml/vuln.xml	Wed Oct 14 16:21:20 2015	(r399275)
@@ -58,6 +58,35 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="06fefd2f-728f-11e5-a371-14dae9d210b8">
+    <topic>miniupnpc -- buffer overflow</topic>
+    <affects>
+      <package>
+	<name>miniupnpc</name>
+	<range><lt>1.9.20151008</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Talos reports:</p>
+	<blockquote cite="http://talosintel.com/reports/TALOS-2015-0035/">;
+	  <p>An exploitable buffer overflow vulnerability exists in the
+	    XML parser functionality of the MiniUPnP library. A specially crafted
+	    XML response can lead to a buffer overflow on the stack resulting in
+	    remote code execution. An attacker can set up a server on the local
+	    network to trigger this vulnerability.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://talosintel.com/reports/TALOS-2015-0035/</url>;
+    </references>
+    <dates>
+      <discovery>2015-09-15</discovery>
+      <entry>2015-10-14</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a63f2c06-726b-11e5-a12b-bcaec565249c">
     <topic>flash -- multiple vulnerabilities</topic>
     <affects>



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