From owner-svn-ports-all@freebsd.org Sat Dec 26 12:59:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B12A525C6; Sat, 26 Dec 2015 12:59:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9D98811A9; Sat, 26 Dec 2015 12:59:20 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQCxJWU024384; Sat, 26 Dec 2015 12:59:19 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBQCxJol024382; Sat, 26 Dec 2015 12:59:19 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201512261259.tBQCxJol024382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 26 Dec 2015 12:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404508 - 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.20 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, 26 Dec 2015 12:59:21 -0000 Author: matthew Date: Sat Dec 26 12:59:19 2015 New Revision: 404508 URL: https://svnweb.freebsd.org/changeset/ports/404508 Log: Document the latest phpMyAdmin security advisory. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Dec 26 12:23:15 2015 (r404507) +++ head/security/vuxml/vuln.xml Sat Dec 26 12:59:19 2015 (r404508) @@ -58,6 +58,41 @@ Notes: --> + + phpMyAdmin -- path disclosure vulnerability + + + phpMyAdmin + 4.5.04.5.3.1 + + + + +

The phpMyAdmin development team reports:

+
+

By calling some scripts that are part of phpMyAdmin in an + unexpected way, it is possible to trigger phpMyAdmin to + display a PHP error message which contains the full path of + the directory where phpMyAdmin is installed.

+

We consider these vulnerabilities to be non-critical.

+

This path disclosure is possible on servers where the + recommended setting of the PHP configuration directive + display_errors is set to on, which is against the + recommendations given in the PHP manual for a production + server.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2015-6/ + CVE-2015-8669 + + + 2015-12-25 + 2015-12-26 + +
+ dpkg -- stack-based buffer overflow