From owner-svn-ports-all@freebsd.org Wed Dec 12 07:18:57 2018 Return-Path: Delivered-To: svn-ports-all@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 4988C1330DD5; Wed, 12 Dec 2018 07:18:57 +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 E432275FC7; Wed, 12 Dec 2018 07:18:56 +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 D9C5E49E3; Wed, 12 Dec 2018 07:18:56 +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 wBC7Iuxp013243; Wed, 12 Dec 2018 07:18:56 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBC7IudZ013242; Wed, 12 Dec 2018 07:18:56 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201812120718.wBC7IudZ013242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 12 Dec 2018 07:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487281 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 487281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E432275FC7 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.66 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.66)[-0.665,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 12 Dec 2018 07:18:57 -0000 Author: matthew Date: Wed Dec 12 07:18:56 2018 New Revision: 487281 URL: https://svnweb.freebsd.org/changeset/ports/487281 Log: Document three more security advisories from phpMyAdmin Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Dec 12 06:27:50 2018 (r487280) +++ head/security/vuxml/vuln.xml Wed Dec 12 07:18:56 2018 (r487281) @@ -58,6 +58,76 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpMyAdmin -- multiple vulnerabilities + + + phpMyAdmin + phpMyAdmin-php56 + phpMyAdmin-php70 + phpMyAdmin-php71 + phpMyAdmin-php72 + 4.8.4 + + + + +

The phpMyAdmin development team reports:

+
+

Summary

+

Local file inclusion through transformation feature

+

Description

+

A flaw has been found where an attacker can exploit + phpMyAdmin to leak the contents of a local file. The + attacker must have access to the phpMyAdmin Configuration + Storage tables, although these can easily be created in any + database to which the attacker has access. An attacker must + have valid credentials to log in to phpMyAdmin; this + vulnerability does not allow an attacker to circumvent the + login system.

+

Severity

+

We consider this vulnerability to be severe.

+
+
+

Summary

+

XSRF/CSRF vulnerability in phpMyAdmin

+

Description

+

By deceiving a user to click on a crafted URL, it is + possible to perform harmful SQL operations such as renaming + databases, creating new tables/routines, deleting designer + pages, adding/deleting users, updating user passwords, + killing SQL processes, etc.

+

Severity

+

We consider this vulnerability to be of moderate severity.

+
+
+

Summary

+

XSS vulnerability in navigation tree

+

Description

+

A Cross-Site Scripting vulnerability was found in the + navigation tree, where an attacker can deliver a payload to + a user through a specially-crafted database/table name.

+

Severity

+

We consider this attack to be of moderate severity.

+

Mitigation factor

+

The stored XSS vulnerabilities can be triggered only by + someone who logged in to phpMyAdmin, as the usual token + protection prevents non-logged-in users from accessing the + required forms.

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2018-6/ + https://www.phpmyadmin.net/security/PMASA-2018-7/ + https://www.phpmyadmin.net/security/PMASA-2018-8/ + + + 2018-12-11 + 2018-12-12 + +
+ mozilla -- multiple vulnerabilities