svn commit: r457086 - head/security/vuxml

Matthew Seaman matthew at FreeBSD.org
Sat Dec 23 17:03:05 UTC 2017


Author: matthew
Date: Sat Dec 23 17:03:03 2017
New Revision: 457086
URL: https://svnweb.freebsd.org/changeset/ports/457086

Log:
  Document phpMyAdmin PMSA-2017-9: Critical XSRF/CSRF vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Dec 23 16:59:10 2017	(r457085)
+++ head/security/vuxml/vuln.xml	Sat Dec 23 17:03:03 2017	(r457086)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="63eb2b11-e802-11e7-a58c-6805ca0b3d42">
+    <topic>phpMyAdmin -- XSRF/CSRF vulnerability</topic>
+    <affects>
+      <package>
+	<name>phpMyAdmin</name>
+	<range><ge>4.7.0</ge><lt>4.7.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The phpMyAdmin team reports:</p>
+	<blockquote cite="https://www.phpmyadmin.net/security/PMASA-2017-9/">
+	  <h3>Description</h3>
+	  <p>By deceiving a user to click on a crafted URL, it is
+	    possible to perform harmful database operations such as
+	    deleting records, dropping/truncating tables etc.</p>
+	  <h3>Severity</h3>
+	  <p>We consider this vulnerability to be critical.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.phpmyadmin.net/security/PMASA-2017-9/</url>
+    </references>
+    <dates>
+      <discovery>2017-12-23</discovery>
+      <entry>2017-12-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2a3bc6ac-e7c6-11e7-a90b-001999f8d30b">
     <topic>asterisk -- Crash in PJSIP resource when missing a contact header</topic>
     <affects>


More information about the svn-ports-all mailing list