Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 17:21:33 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551333 - head/security/vuxml
Message-ID:  <202010031721.093HLXmY080212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct  3 17:21:32 2020
New Revision: 551333
URL: https://svnweb.freebsd.org/changeset/ports/551333

Log:
  vuxml: document vulnerability in devel/upnp
  
  Security:	CVE-2020-13848

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Oct  3 17:11:56 2020	(r551332)
+++ head/security/vuxml/vuln.xml	Sat Oct  3 17:21:32 2020	(r551333)
@@ -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="a23871f6-059b-11eb-8758-e0d55e2a8bf9">
+    <topic>upnp -- denial of service (crash)</topic>
+    <affects>
+      <package>
+	<name>upnp</name>
+	<range><lt>1.12.1_1,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>CVE mitre reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13848">;
+	  <p>Portable UPnP SDK (aka libupnp) 1.12.1 and earlier allows remote attackers to cause a denial of service (crash) via a crafted SSDP message due to a NULL pointer dereference in the functions FindServiceControlURLPath and FindServiceEventURLPath in genlib/service_table/service_table.c. </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13848</url>;
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13848</url>;
+      <url>https://github.com/pupnp/pupnp/issues/177</url>;
+      <url>https://github.com/pupnp/pupnp/commit/c805c1de1141cb22f74c0d94dd5664bda37398e0</url>;
+      <cvename>CVE-2020-13848</cvename>
+    </references>
+    <dates>
+      <discovery>2020-06-04</discovery>
+      <entry>2020-10-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a3495e61-047f-11eb-86ea-001b217b3468">
     <topic>Gitlab -- multiple vulnerabilities</topic>
     <affects>



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