From owner-svn-ports-head@FreeBSD.ORG Thu Dec 4 07:15:31 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 4363A486; Thu, 4 Dec 2014 07:15:31 +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 163543CC; Thu, 4 Dec 2014 07:15:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB47FUmm041793; Thu, 4 Dec 2014 07:15:30 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB47FUtV041792; Thu, 4 Dec 2014 07:15:30 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201412040715.sB47FUtV041792@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 4 Dec 2014 07:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373862 - 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: Thu, 04 Dec 2014 07:15:31 -0000 Author: matthew Date: Thu Dec 4 07:15:30 2014 New Revision: 373862 URL: https://svnweb.freebsd.org/changeset/ports/373862 QAT: https://qat.redports.org/buildarchive/r373862/ Log: The latest in a long line of phpMyAdmin security advisories: DoS and XSS vulnerabilities. Security: c9c46fbf-7b83-11e4-a96e-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 4 06:49:58 2014 (r373861) +++ head/security/vuxml/vuln.xml Thu Dec 4 07:15:30 2014 (r373862) @@ -57,6 +57,46 @@ Notes: --> + + phpMyAdmin -- XSS and DoS vulnerabilities + + + phpMyAdmin + 4.2.04.2.13.1 + + + + +

The phpMyAdmin development team reports:

+
+

DoS vulnerability with long passwords.

+

With very long passwords it was possible to initiate a + denial of service attack on phpMyAdmin.

+

We consider this vulnerability to be serious.

+

This vulnerability can be mitigated by configuring + throttling in the webserver.

+
+ +
+

XSS vulnerability in redirection mechanism.

+

With a crafted URL it was possible to trigger an XSS in + the redirection mechanism in phpMyAdmin.

+

We consider this vulnerability to be non critical.

+
+ +
+ + http://www.phpmyadmin.net/home_page/security/PMASA-2014-17.php + http://www.phpmyadmin.net/home_page/security/PMASA-2014-18.php + CVE-2014-9218 + CVE-2014-9219 + + + 2014-12-03 + 2014-12-04 + +
+ mozilla -- multiple vulnerabilities