Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2018 19:17:33 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467799 - head/security/vuxml
Message-ID:  <201804191917.w3JJHXst079525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu Apr 19 19:17:33 2018
New Revision: 467799
URL: https://svnweb.freebsd.org/changeset/ports/467799

Log:
  Document the latest phpMyAdmin vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Apr 19 18:32:43 2018	(r467798)
+++ head/security/vuxml/vuln.xml	Thu Apr 19 19:17:33 2018	(r467799)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ac7da39b-4405-11e8-afbe-6805ca0b3d42">
+    <topic>phpmyadmin -- CSRF vulnerability allowing arbitrary SQL execution</topic>
+    <affects>
+      <package>
+	<name>phpmyadmin</name>
+	<range><ge>4.8.0</ge><lt>4.8.0.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The phpMyAdmin development team reports:</p>
+	<blockquote cite="https://www.phpmyadmin.net/security/PMASA-2018-2/">;
+	  <h3>Summary</h3>
+	  <p>CSRF vulnerability allowing arbitrary SQL execution</p>
+	  <h3>Description</h3>
+	  <p>By deceiving a user to click on a crafted URL, it is
+	    possible for an attacker to execute arbitrary SQL
+	    commands.</p>
+	  <h3>Severity</h3>
+	  <p>We consider this vulnerability to be critical.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.phpmyadmin.net/security/PMASA-2018-2/</url>;
+    </references>
+    <dates>
+      <discovery>2018-04-17</discovery>
+      <entry>2018-04-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="33174280-43fa-11e8-aad5-6cf0497db129">
     <topic>drupal -- Drupal core - Moderately critical</topic>
     <affects>



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