From owner-svn-ports-all@FreeBSD.ORG Sat Apr 20 09:24:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 93E83626; Sat, 20 Apr 2013 09:24:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 869291465; Sat, 20 Apr 2013 09:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3K9OUCF000453; Sat, 20 Apr 2013 09:24:30 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3K9OU2K000448; Sat, 20 Apr 2013 09:24:30 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201304200924.r3K9OU2K000448@svn.freebsd.org> From: Matthew Seaman Date: Sat, 20 Apr 2013 09:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316134 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 09:24:31 -0000 Author: matthew Date: Sat Apr 20 09:24:30 2013 New Revision: 316134 URL: http://svnweb.freebsd.org/changeset/ports/316134 Log: Document PMASA-2013-1 It turns out that release 3.5.8 (recently updated in ports) was the cure to an XSS vulnerability. Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Apr 20 08:35:04 2013 (r316133) +++ head/security/vuxml/vuln.xml Sat Apr 20 09:24:30 2013 (r316134) @@ -51,6 +51,35 @@ Note: Please add new entries to the beg --> + + phpMyAdmin -- XSS due to unescaped HTML output in GIS visualisation page + + + phpMyAdmin + 3.53.5.8 + + + + +

The phpMyAdmin development team reports:

+
+

When modifying a URL parameter with a crafted value it + is possible to trigger an XSS.

+

These XSS can only be triggered when a valid database is + known and when a valid cookie token is used.

+
+ +
+ + CVE-2013-1937 + http://www.phpmyadmin.net/home_page/security/PMASA-2013-1.php + + + 2013-04-18 + 2013-04-20 + +
+ roundcube -- arbitrary file disclosure vulnerability