From owner-svn-ports-head@FreeBSD.ORG Fri Nov 21 08:13:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB6F7863; Fri, 21 Nov 2014 08:13:01 +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 B79C2A88; Fri, 21 Nov 2014 08:13:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAL8D1kZ043568; Fri, 21 Nov 2014 08:13:01 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAL8D1JS043565; Fri, 21 Nov 2014 08:13:01 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201411210813.sAL8D1JS043565@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 21 Nov 2014 08:13:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372978 - 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-1 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: Fri, 21 Nov 2014 08:13:02 -0000 Author: matthew Date: Fri Nov 21 08:13:00 2014 New Revision: 372978 URL: https://svnweb.freebsd.org/changeset/ports/372978 QAT: https://qat.redports.org/buildarchive/r372978/ Log: Document the latest round of phpMyAdmin vulnerabilities. Security: a5d4a82a-7153-11e4-88c7-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Nov 21 08:11:49 2014 (r372977) +++ head/security/vuxml/vuln.xml Fri Nov 21 08:13:00 2014 (r372978) @@ -57,6 +57,79 @@ Notes: --> + + phpMyAdmin -- XSS and information disclosure vulnerabilities + + + phpMyAdmin + 4.2.04.2.12 + + + + +

The phpMyAdmin development team reports:

+
+
    +
  • With a crafted database, table or column name it is + possible to trigger an XSS attack in the table browse + page.
  • +
  • With a crafted ENUM value it is possible to trigger + XSS attacks in the table print view and zoom search + pages.
  • +
  • With a crafted value for font size it is possible to + trigger an XSS attack in the home page.
  • +
+

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. Moreover, exploitation of the XSS + vulnerability related to the font size requires forgery of + the pma_fontsize cookie.

+
+
+

In the GIS editor feature, a parameter specifying the + geometry type was not correcly validated, opening the door + to a local file inclusion attack.

+

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.

+
+
+

With a crafted file name it is possible to trigger an + XSS in the error reporting page.

+

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.

+
+
+

In the error reporting feature, a parameter specifying + the file was not correctly validated, allowing the + attacker to derive the line count of an arbitrary file

+

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.

+
+ +
+ + http://www.phpmyadmin.net/home_page/security/PMASA-2014-13.php + http://www.phpmyadmin.net/home_page/security/PMASA-2014-14.php + http://www.phpmyadmin.net/home_page/security/PMASA-2014-15.php + http://www.phpmyadmin.net/home_page/security/PMASA-2014-16.php + CVE-2014-8958 + CVE-2014-8959 + CVE-2014-8960 + CVE-2014-8961 + + + 2014-11-20 + 2014-11-21 + +
+ kwebkitpart, kde-runtime -- insufficient input validation