svn commit: r448003 - head/security/vuxml

Danilo G. Baio dbaio at FreeBSD.org
Tue Aug 15 19:18:17 UTC 2017


Author: dbaio
Date: Tue Aug 15 19:18:15 2017
New Revision: 448003
URL: https://svnweb.freebsd.org/changeset/ports/448003

Log:
  security/vuxml: Document vulnerability in sysutils/py-supervisor
  
  PR:		221539
  Submitted by:	Franz Glasner <f.glasner at feldmann-mg.com>
  Security:	CVE-2017-11610

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug 15 19:11:29 2017	(r448002)
+++ head/security/vuxml/vuln.xml	Tue Aug 15 19:18:15 2017	(r448003)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="c9460380-81e3-11e7-93af-005056925db4">
+    <topic>Supervisord -- An authenticated client can run arbitrary shell commands via malicious XML-RPC requests</topic>
+    <affects>
+      <package>
+	<name>py27-supervisor</name>
+	<range><lt>3.3.3,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>mnaberez reports:</p>
+	<blockquote cite="https://github.com/Supervisor/supervisor/issues/964#issuecomment-317551606">
+	  <p>supervisord can be configured to run an HTTP server on a TCP socket and/or a Unix domain socket.
+	    The HTTP server is how supervisorctl communicates with supervisord. If an HTTP server has been
+	    enabled, it will always serve both HTML pages and an XML-RPC interface. A vulnerability has been
+	    found where an authenticated client can send a malicious XML-RPC request to supervisord that
+	    will run arbitrary shell commands on the server. The commands will be run as the same user as
+	    supervisord. Depending on how supervisord has been configured, this may be root.</p>
+	  <p>This vulnerability can only be exploited by an authenticated client or if supervisord has been
+	    configured to run an HTTP server without authentication. If authentication has not been enabled,
+	    supervisord will log a message at the critical level every time it starts.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://supervisord.org/changes.html</url>
+      <url>https://github.com/Supervisor/supervisor/issues/964#issuecomment-317551606</url>
+      <cvename>CVE-2017-11610</cvename>
+    </references>
+    <dates>
+      <discovery>2017-07-24</discovery>
+      <entry>2017-08-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="79bbec7e-8141-11e7-b5af-a4badb2f4699">
     <topic>FreeRadius -- Multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list