From owner-svn-ports-head@freebsd.org Wed Mar 29 16:47:41 2017 Return-Path: Delivered-To: svn-ports-head@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 7C625D245F3; Wed, 29 Mar 2017 16:47:41 +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 31EAE3677; Wed, 29 Mar 2017 16:47:41 +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 v2TGlerv072180; Wed, 29 Mar 2017 16:47:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2TGleHQ072179; Wed, 29 Mar 2017 16:47:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703291647.v2TGleHQ072179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 29 Mar 2017 16:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437212 - 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.23 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: Wed, 29 Mar 2017 16:47:41 -0000 Author: matthew Date: Wed Mar 29 16:47:39 2017 New Revision: 437212 URL: https://svnweb.freebsd.org/changeset/ports/437212 Log: phpMyAdmin: document PMASA-2017-8 -- bypass restrictions on 'no password' accounts. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 29 16:45:39 2017 (r437211) +++ head/security/vuxml/vuln.xml Wed Mar 29 16:47:39 2017 (r437212) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpMyAdmin -- bypass 'no password' restriction + + + phpMyAdmin + 4.7.0 + + + + +

The phpMYAdmin team reports:

+
+

Summary

+

Bypass $cfg['Servers'][$i]['AllowNoPassword']

+

Description

+

A vulnerability was discovered where the restrictions + caused by $cfg['Servers'][$i]['AllowNoPassword'] = false are + bypassed under certain PHP versions. This can allow the + login of users who have no password set even if the + administrator has set $cfg['Servers'][$i]['AllowNoPassword'] + to false (which is also the default).

+

This behavior depends on the PHP version used (it seems + PHP 5 is affected, while PHP 7.0 is not).

+

Severity

+

We consider this vulnerability to be of moderate severity.

+

Mitigation factor

+

Set a password for all users.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2017-8/ + + + 2017-03-28 + 2017-03-29 + +
+ hostapd -- multiple vulnerabilities