From 1ca4c358691dce50765efd9c6f3f951d2cd73ab8 Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 28 Jan 2016 22:45:10 +0000 Subject: Add 9 security advisories for phpMyAdmin: [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1 [Security] Unsafe generation of CSRF token, see PMASA-2016-2 [Security] Multiple XSS vulnerabilities, see PMASA-2016-3 [Security] Insecure password generation in JavaScript, see PMASA-2016-4 [Security] Unsafe comparison of CSRF token, see PMASA-2016-5 [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6 [Security] XSS vulnerability in normalization page, see PMASA-2016-7 [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8 [Security] XSS vulnerability in SQL editor, see PMASA-2016-9 --- security/vuxml/vuln.xml | 295 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 295 insertions(+) (limited to 'security') diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 066ff66869ac..4cceaf87c4c2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,301 @@ Notes: --> + + phpmyadmin -- XSS vulnerability in SQL editor + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

With a crafted SQL query, it is possible to trigger an + XSS attack in the SQL editor.

+

We consider this vulnerability to be non-critical.

+

This vulnerability can be triggered only by someone who is + logged in to phpMyAdmin, as the usual token protection + prevents non-logged-in users from accessing the required + pages.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-9/ + CVE-2016-2045 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Full path disclosure vulnerability in SQL parser + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

By calling a particular script that is part of phpMyAdmin + in an unexpected way, it is possible to trigger phpMyAdmin + to display a PHP error message which contains the full path + of the directory where phpMyAdmin is installed.

+

We consider this vulnerability to be non-critical.

+

This path disclosure is possible on servers where the + recommended setting of the PHP configuration directive + display_errors is set to on, which is against the + recommendations given in the PHP manual for a production + server.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-8/ + CVE-2016-2044 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- XSS vulnerability in normalization page + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

With a crafted table name it is possible to trigger an + XSS attack in the database normalization page.

+

We consider this vulnerability to be non-critical.

+

This vulnerability can be triggered only by someone who is + logged in to phpMyAdmin, as the usual token protection + prevents non-logged-in users from accessing the required page.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-7/ + CVE-2016-2043 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Multiple full path disclosure vulnerabilities + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

By calling some scripts that are part of phpMyAdmin in an + unexpected way, it is possible to trigger phpMyAdmin to + display a PHP error message which contains the full path of + the directory where phpMyAdmin is installed.

+

We consider these vulnerabilities to be non-critical.

+

This path disclosure is possible on servers where the + recommended setting of the PHP configuration directive + display_errors is set to on, which is against the + recommendations given in the PHP manual for a production + server.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-6/ + CVE-2016-2042 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Unsafe comparison of XSRF/CSRF token + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

The comparison of the XSRF/CSRF token parameter with the + value saved in the session is vulnerable to timing + attacks. Moreover, the comparison could be bypassed if the + XSRF/CSRF token matches a particular pattern.

+

We consider this vulnerability to be serious.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-5/ + CVE-2016-2041 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Insecure password generation in JavaScript + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

Password suggestion functionality uses Math.random() + which does not provide cryptographically secure random + numbers.

+

We consider this vulnerability to be non-critical.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-4/ + CVE-2016-1927 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Multiple XSS vulnerabilities + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+
    +
  • With a crafted table name it is possible to trigger + an XSS attack in the database search page.
  • +
  • With a crafted SET value or a crafted search query, it + is possible to trigger an XSS attacks in the zoom search + page.
  • +
  • With a crafted hostname header, it is possible to + trigger an XSS attacks in the home page.
  • +
+

We consider these vulnerabilities to be non-critical.

+

These vulnerabilities can be triggered only by someone + who is logged in to phpMyAdmin, as the usual token + protection prevents non-logged-in users from accessing the + required pages.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-3/ + CVE-2016-2040 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Unsafe generation of XSRF/CSRF token + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

The XSRF/CSRF token is generated with a weak algorithm + using functions that do not return cryptographically secure + values.

+

We consider this vulnerability to be non-critical.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-2/ + CVE-2016-2039 + + + 2016-01-28 + 2016-01-28 + +
+ + + phpmyadmin -- Multiple full path disclosure vulnerabilities + + + phpmyadmin + 4.5.04.5.4 + + + + +

The phpMyAdmin development team reports:

+
+

By calling some scripts that are part of phpMyAdmin in an + unexpected way, it is possible to trigger phpMyAdmin to + display a PHP error message which contains the full path of + the directory where phpMyAdmin is installed.

+

We consider these vulnerabilities to be non-critical.

+

This path disclosure is possible on servers where the + recommended setting of the PHP configuration directive + display_errors is set to on, which is against the + recommendations given in the PHP manual for a production + server.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2016-1/ + CVE-2016-2038 + + + 2016-01-28 + 2016-01-28 + +
+ prosody -- user impersonation vulnerability -- cgit