Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2017 14:22:07 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446073 - head/security/vuxml
Message-ID:  <201707171422.v6HEM7XG086418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Jul 17 14:22:07 2017
New Revision: 446073
URL: https://svnweb.freebsd.org/changeset/ports/446073

Log:
  security/vuxml: Document vulnerability in cacti
  
  Security:	CVE-2017-10970
  
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11611

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jul 17 13:38:04 2017	(r446072)
+++ head/security/vuxml/vuln.xml	Mon Jul 17 14:22:07 2017	(r446073)
@@ -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="dc3c66e8-6a18-11e7-93af-005056925db4">
+    <topic>Cacti -- Cross-site scripting (XSS) vulnerability in link.php</topic>
+    <affects>
+      <package>
+	<name>cacti</name>
+	<range><ge>1.0.0</ge><lt>1.1.13</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>kimiizhang reports:</p>
+	<blockquote cite="https://github.com/Cacti/cacti/issues/838">;
+	  <p>Cross-site scripting (XSS) vulnerability in link.php in Cacti<br/>
+	    1.1.12 allows remote anonymous users to inject arbitrary web<br/>
+	    script or HTML via the id parameter.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/Cacti/cacti/issues/838</url>;
+      <url>https://www.cacti.net/release_notes.php?version=1.1.13</url>;
+      <cvename>CVE-2017-10970</cvename>
+    </references>
+    <dates>
+      <discovery>2017-07-05</discovery>
+      <entry>2017-07-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="457ce015-67fa-11e7-867f-b499baebfeaf">
     <topic>Apache httpd -- multiple vulnerabilities</topic>
     <affects>



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