From owner-svn-ports-head@freebsd.org Sun Jan 27 09:19:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB2F514C6DEF; Sun, 27 Jan 2019 09:19:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70A998E96B; Sun, 27 Jan 2019 09:19:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 632FC5DE2; Sun, 27 Jan 2019 09:19:40 +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 x0R9JeNa071970; Sun, 27 Jan 2019 09:19:40 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0R9Jefl071969; Sun, 27 Jan 2019 09:19:40 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201901270919.x0R9Jefl071969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 27 Jan 2019 09:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491330 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 491330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70A998E96B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 27 Jan 2019 09:19:41 -0000 Author: matthew Date: Sun Jan 27 09:19:39 2019 New Revision: 491330 URL: https://svnweb.freebsd.org/changeset/ports/491330 Log: Document PMASA-2019-1 and PMSA-2019-2 security advisories: Arbitrary file disclosure and SQL injection attacks. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 27 09:03:11 2019 (r491329) +++ head/security/vuxml/vuln.xml Sun Jan 27 09:19:39 2019 (r491330) @@ -58,6 +58,69 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpMyAdmin -- File disclosure and SQL injection + + + phpMyAdmin + phpMyAdmin-php56 + phpMyAdmin-php70 + phpMyAdmin-php71 + phpMyAdmin-php72 + 4.8.5 + + + + +

The phpMyAdmin development team reports:

+
+

Summary

+

Arbitrary file read vulnerability

+

Description

+

When AllowArbitraryServer configuration set + to true, with the use of a rogue MySQL server, + an attacker can read any file on the server that the web + server's user can access.

+

phpMyadmin attempts to block the use of LOAD DATA + INFILE, but due to a bug in PHP, + this check is not honored. Additionally, when using the + 'mysql' extension, mysql.allow_local_infile + is enabled by default. Both of these conditions allow the + attack to occur.

+

Severity

+

We consider this vulnerability to be critical.

+

Mitigation factor

+

This attack can be mitigated by setting the + `AllowArbitraryServer` configuration directive to false + (which is the default value).

+

Affected Versions

+

phpMyAdmin versions from at least 4.0 through 4.8.4 are + affected

+
+
+

Summary

+

SQL injection in Designer feature

+

Description

+

A vulnerability was reported where a specially crafted + username can be used to trigger an SQL injection attack + through the designer feature.

+

Severity

+

We consider this vulnerability to be serious.

+

Affected Versions

+

phpMyAdmin versions from 4.5.0 through 4.8.4 are affected

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2019-1/ + https://www.phpmyadmin.net/security/PMASA-2019-2/ + + + 2019-01-21 + 2019-01-27 + +
+ gitea -- multiple vulnerabilities