svn commit: r458494 - head/security/vuxml

Danilo G. Baio dbaio at FreeBSD.org
Mon Jan 8 23:03:56 UTC 2018


Author: dbaio
Date: Mon Jan  8 23:03:54 2018
New Revision: 458494
URL: https://svnweb.freebsd.org/changeset/ports/458494

Log:
  security/vuxml: Document vulnerability in www/awstats
  
  Security:	CVE-2017-1000501
  
  PR:		225007
  Reported by:	Vidar Karlsen <vidar at karlsen.tech>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jan  8 22:45:25 2018	(r458493)
+++ head/security/vuxml/vuln.xml	Mon Jan  8 23:03:54 2018	(r458494)
@@ -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="4055aee5-f4c6-11e7-95f2-005056925db4">
+    <topic>awstats -- remote code execution</topic>
+    <affects>
+      <package>
+	<name>awstats</name>
+	<range><lt>7.7,1</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-1000501">
+	  <p>Awstats version 7.6 and earlier is vulnerable to a path traversal
+	    flaw in the handling of the "config" and "migrate" parameters resulting
+	    in unauthenticated remote code execution.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000501</url>
+      <cvename>CVE-2017-1000501</cvename>
+      <freebsdpr>ports/225007</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2018-01-03</discovery>
+      <entry>2018-01-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a3764767-f31e-11e7-95f2-005056925db4">
     <topic>irssi -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list