svn commit: r448038 - head/security/vuxml

Danilo G. Baio dbaio at FreeBSD.org
Wed Aug 16 15:15:35 UTC 2017


Author: dbaio
Date: Wed Aug 16 15:15:33 2017
New Revision: 448038
URL: https://svnweb.freebsd.org/changeset/ports/448038

Log:
  security/vuxml: Document Zabbix vulnerability
  
  Security:	CVE-2017-2824

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug 16 13:48:10 2017	(r448037)
+++ head/security/vuxml/vuln.xml	Wed Aug 16 15:15:33 2017	(r448038)
@@ -58,6 +58,52 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="5df8bd95-8290-11e7-93af-005056925db4">
+    <topic>Zabbix -- Remote code execution</topic>
+    <affects>
+      <package>
+	<name>zabbix2-server</name>
+	<name>zabbix2-proxy</name>
+	<range><le>2.0.20</le></range>
+      </package>
+      <package>
+	<name>zabbix22-server</name>
+	<name>zabbix22-proxy</name>
+	<range><lt>2.2.19</lt></range>
+      </package>
+      <package>
+	<name>zabbix3-server</name>
+	<name>zabbix3-proxy</name>
+	<range><lt>3.0.10</lt></range>
+      </package>
+      <package>
+	<name>zabbix32-server</name>
+	<name>zabbix32-proxy</name>
+	<range><lt>3.2.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>mitre reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2824">
+	  <p>An exploitable code execution vulnerability exists in the trapper command
+	    functionality of Zabbix Server 2.4.X. A specially crafted set of packets
+	    can cause a command injection resulting in remote code execution. An attacker
+	    can make requests from an active Zabbix Proxy to trigger this vulnerability.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-2824</cvename>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2824</url>
+      <url>https://support.zabbix.com/browse/ZBX-12349</url>
+    </references>
+    <dates>
+      <discovery>2017-07-05</discovery>
+      <entry>2017-08-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c9460380-81e3-11e7-93af-005056925db4">
     <topic>Supervisord -- An authenticated client can run arbitrary shell commands via malicious XML-RPC requests</topic>
     <affects>


More information about the svn-ports-all mailing list