From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 23 16:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 218F3106566C for ; Sat, 23 Jul 2011 16:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E83FB8FC0C for ; Sat, 23 Jul 2011 16:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6NGo9uV086833 for ; Sat, 23 Jul 2011 16:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6NGo93g086832; Sat, 23 Jul 2011 16:50:09 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jul 2011 16:50:09 GMT Resent-Message-Id: <201107231650.p6NGo93g086832@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D7D106564A; Sat, 23 Jul 2011 16:41:26 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFBE8FC1A; Sat, 23 Jul 2011 16:41:26 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p6NGfLp9009685; Sat, 23 Jul 2011 17:41:21 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id p6NGfL6q009684; Sat, 23 Jul 2011 17:41:21 +0100 (BST) (envelope-from matthew) Message-Id: <201107231641.p6NGfL6q009684@lucid-nonsense.infracaninophile.co.uk> Date: Sat, 23 Jul 2011 17:41:21 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: secteam@FreeBSD.org Subject: ports/159143: [maintainer] databases/phpmyadmin security update to 3.4.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2011 16:50:10 -0000 >Number: 159143 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin security update to 3.4.3.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 23 16:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.2-STABLE amd64 >Organization: Infracaninophile >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #46 r224279: Sat Jul 23 09:37:10 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: >From the announcement message: "Welcome to phpMyAdmin 3.4.3.2 and to phpMyAdmin 3.3.10.3, which are security releases. Please refer to the upcoming PMASA-2011-9 to PMASA-2011-12 announcements on http://www.phpmyadmin.net/home_page/security/. Details will appear on http://phpmyadmin.net. In a hurry? you can visit http://sourceforge.net/projects/phpmyadmin to download. Marc Delisle, for the team" Still awaiting publication ofthe advisories. The only detail I've found so far is in the ChangeLog: 3.4.3.2 (2011-07-23) - [security] Fixed XSS vulnerability, see PMASA-2011-9 - [security] Fixed local file inclusion vulnerability, see PMASA-2011-10 - [security] Fixed local file inclusion vulnerability and code execution, see PMASA-2011-11 - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-12 >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v retrieving revision 1.139 diff -u -u -r1.139 Makefile --- Makefile 13 Jul 2011 01:23:50 -0000 1.139 +++ Makefile 23 Jul 2011 16:25:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.3.1 +DISTVERSION= 3.4.3.2 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/distinfo,v retrieving revision 1.115 diff -u -u -r1.115 distinfo --- distinfo 3 Jul 2011 11:59:52 -0000 1.115 +++ distinfo 23 Jul 2011 16:25:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.3.1-all-languages.tar.bz2) = 138175f19802c5c1c70ceee14b89a86a19ee04917fd7bbd50b17bb200838eb69 -SIZE (phpMyAdmin-3.4.3.1-all-languages.tar.bz2) = 4924615 +SHA256 (phpMyAdmin-3.4.3.2-all-languages.tar.bz2) = d468fffb147f001b70b222acd6d6bc7010c87e805a131371f0e1d20bdc1a93eb +SIZE (phpMyAdmin-3.4.3.2-all-languages.tar.bz2) = 4924912 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: