Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2020 17:59:50 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529113 - head/security/vuxml
Message-ID:  <202003251759.02PHxo6O057722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Wed Mar 25 17:59:49 2020
New Revision: 529113
URL: https://svnweb.freebsd.org/changeset/ports/529113

Log:
  Add entry for phpmyadmin
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Mar 25 17:58:43 2020	(r529112)
+++ head/security/vuxml/vuln.xml	Wed Mar 25 17:59:49 2020	(r529113)
@@ -58,6 +58,42 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="97fcc60a-6ec0-11ea-a84a-4c72b94353b5">
+    <topic>phpMyAdmin -- SQL injection</topic>
+    <affects>
+      <package>
+	<name>phpMyAdmin</name>
+	<name>phpMyAdmin-php72</name>
+	<name>phpMyAdmin-php73</name>
+	<name>phpMyAdmin-php74</name>
+	<name>phpMyAdmin5</name>
+	<name>phpMyAdmin5-php72</name>
+	<name>phpMyAdmin5-php73</name>
+	<name>phpMyAdmin5-php74</name>
+	<range><lt>4.9.5</lt></range>
+	<range><lt>5.0.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>phpMyAdmin Team reports:</p>
+	<blockquote cite="https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/">;
+	  <p>PMASA-2020-2 SQL injection vulnerability in the user accounts page, particularly when changing a password</p>
+	  <p>PMASA-2020-3 SQL injection vulnerability relating to the search feature</p>
+	  <p>PMASA-2020-4 SQL injection and XSS having to do with displaying results</p>
+	  <p>Removing of the "options" field for the external transformation</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/</url>;
+    </references>
+    <dates>
+      <discovery>2020-03-21</discovery>
+      <entry>2020-03-25</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="36def7ba-6d2b-11ea-b115-643150d3111d">
     <topic>puppetserver and puppetdb -- Puppet Server and PuppetDB may leak sensitive information via metrics API</topic>
     <affects>



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