From owner-svn-ports-head@freebsd.org Fri Jun 22 23:16:02 2018 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 513B410031A1; Fri, 22 Jun 2018 23:16:02 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2E338762D; Fri, 22 Jun 2018 23:16:01 +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 CFF632749B; Fri, 22 Jun 2018 23:16:01 +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 w5MNG1AW064610; Fri, 22 Jun 2018 23:16:01 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5MNG1FX064609; Fri, 22 Jun 2018 23:16:01 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201806222316.w5MNG1FX064609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 22 Jun 2018 23:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473094 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 473094 X-SVN-Commit-Repository: ports 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.26 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: Fri, 22 Jun 2018 23:16:02 -0000 Author: matthew Date: Fri Jun 22 23:16:01 2018 New Revision: 473094 URL: https://svnweb.freebsd.org/changeset/ports/473094 Log: Docuement the latest phpMyAdmin vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jun 22 22:54:00 2018 (r473093) +++ head/security/vuxml/vuln.xml Fri Jun 22 23:16:01 2018 (r473094) @@ -58,6 +58,69 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpmyadmin -- remote code inclusion and XSS scripting + + + phpmyadmin + 4.8.2 + + + + +

The phpMyAdmin development team reports:

+
+

Summary

+

XSS in Designer feature

+

Description

+

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

+

Severity

+

We consider this attack to be of moderate severity.

+
+
+

Summary

+

File inclusion and remote code execution attack

+

Description

+

A flaw has been discovered where an attacker can include + (view and potentially execute) files on the server.

+

The vulnerability comes from a portion of code where + pages are redirected and loaded within phpMyAdmin, and an + improper test for whitelisted pages.

+

An attacker must be authenticated, except in these + situations:

+
    +
  • $cfg['AllowArbitraryServer'] = true: attacker can + specify any host he/she is already in control of, and + execute arbitrary code on phpMyAdmin
  • +
  • $cfg['ServerDefault'] = 0: this bypasses the login and + runs the vulnerable code without any authentication
  • +
+

Severity

+

We consider this to be severe.

Mitigation + factor

Configuring PHP with a restrictive + `open_basedir` can greatly restrict an attacker's ability to + view files on the server. Vulnerable systems should not be + run with the phpMyAdmin directives + $cfg['AllowArbitraryServer'] = true or $cfg['ServerDefault'] + = 0

+
+ +
+ + https://www.phpmyadmin.net/security/PMASA-2018-3/ + https://www.phpmyadmin.net/security/PMASA-2018-4/ + CVE-2018-12581 + CVE-2018-12613 + + + 2018-06-21 + 2018-06-22 + +
+ FreeBSD -- Lazy FPU State Restore Information Disclosure