Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 10:12:27 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455190 - head/security/vuxml
Message-ID:  <201711301012.vAUACRkX032412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Thu Nov 30 10:12:27 2017
New Revision: 455190
URL: https://svnweb.freebsd.org/changeset/ports/455190

Log:
  security/vuxml: Document vulnerability in net/xrdp-devel
  
  PR:		223931
  Reported by:	meta+ports@vmeta.jp (maintainer)
  Security:	CVE-2017-16927

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Nov 30 09:20:57 2017	(r455189)
+++ head/security/vuxml/vuln.xml	Thu Nov 30 10:12:27 2017	(r455190)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a66f9be2-d519-11e7-9866-c85b763a2f96">
+    <topic>xrdp -- local user can cause a denial of service</topic>
+    <affects>
+      <package>
+	<name>xrdp-devel</name>
+	<range><le>0.9.3,1</le></range>
+	<range><gt>0.9.3_1,1</gt><le>0.9.4,1</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>xrdp reports:</p>
+	<blockquote cite="https://github.com/neutrinolabs/xrdp/pull/958">;
+	  <p>The scp_v0s_accept function in the session manager uses an untrusted integer as a write length,
+	   which allows local users to cause a denial of service (buffer overflow and application crash)
+	   or possibly have unspecified other impact via a crafted input stream.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-16927</cvename>
+    </references>
+    <dates>
+      <discovery>2017-11-23</discovery>
+      <entry>2017-11-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="301a01b7-d50e-11e7-ac58-b499baebfeaf">
     <topic>cURL -- Multiple vulnerabilities</topic>
     <affects>



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