From owner-svn-ports-head@FreeBSD.ORG Sun Jul 20 21:47:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C0323BC; Sun, 20 Jul 2014 21:47:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F12F42F8A; Sun, 20 Jul 2014 21:47:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6KLlgvK094112; Sun, 20 Jul 2014 21:47:42 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6KLlgJW094111; Sun, 20 Jul 2014 21:47:42 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201407202147.s6KLlgJW094111@svn.freebsd.org> From: Matthew Seaman Date: Sun, 20 Jul 2014 21:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362379 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 21:47:43 -0000 Author: matthew Date: Sun Jul 20 21:47:42 2014 New Revision: 362379 URL: http://svnweb.freebsd.org/changeset/ports/362379 QAT: https://qat.redports.org/buildarchive/r362379/ Log: Update the latest phpMyAdmin entry with CVE numbers and descriptive text from the security advisories, now that they have been published. Security: 3f09ca29-0e48-11e4-b17a-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 20 21:32:23 2014 (r362378) +++ head/security/vuxml/vuln.xml Sun Jul 20 21:47:42 2014 (r362379) @@ -147,20 +147,38 @@ Notes:

The phpMyAdmin development team reports:

-

XSS injection due to unescaped table comment.

+

Self-XSS due to unescaped HTML output in database + structure page.

+

With a crafted table comment, it is possible to trigger + an XSS in database structure page.

-

XSS injection due to unescaped table name (triggers).

+

Self-XSS due to unescaped HTML output in database + triggers page.

+

When navigating into the database triggers page, it is + possible to trigger an XSS with a crafted trigger + name.

-

XSS in AJAX confirmation messages.

+

Multiple XSS in AJAX confirmation messages.

+

With a crafted column name it is possible to trigger an + XSS when dropping the column in table structure page. With + a crafted table name it is possible to trigger an XSS when + dropping or truncating the table in table operations + page.

-

Missing validation for accessing User groups feature.

+

Access for an unprivileged user to MySQL user list.

+

An unpriviledged user could view the MySQL user list and + manipulate the tabs displayed in phpMyAdmin for them.

+ CVE-2014-4954 + CVE-2014-4955 + CVE-2014-4986 + CVE-2014-4987 http://www.phpmyadmin.net/home_page/security/PMASA-2014-4.php http://www.phpmyadmin.net/home_page/security/PMASA-2014-5.php http://www.phpmyadmin.net/home_page/security/PMASA-2014-6.php @@ -169,6 +187,7 @@ Notes: 2014-07-18 2014-07-18 + 2014-07-20