From owner-svn-ports-all@FreeBSD.ORG Fri Jun 19 00:13:26 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 157F68DB; Fri, 19 Jun 2015 00:13:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 03477610; Fri, 19 Jun 2015 00:13:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5J0DPMq038258; Fri, 19 Jun 2015 00:13:25 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5J0DPOU038257; Fri, 19 Jun 2015 00:13:25 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506190013.t5J0DPOU038257@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 19 Jun 2015 00:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390089 - 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: Fri, 19 Jun 2015 00:13:26 -0000 Author: delphij Date: Fri Jun 19 00:13:25 2015 New Revision: 390089 URL: https://svnweb.freebsd.org/changeset/ports/390089 Log: Document Drupal multiple vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jun 19 00:12:03 2015 (r390088) +++ head/security/vuxml/vuln.xml Fri Jun 19 00:13:25 2015 (r390089) @@ -57,6 +57,82 @@ Notes: --> + + drupal -- multiple vulnerabilities + + + drupal6 + 6.36 + + + drupal7 + 7.38 + + + + +

Drupal development team reports:

+
+

Impersonation (OpenID module - Drupal 6 and 7 - Critical)

+

A vulnerability was found in the OpenID module that allows + a malicious user to log in as other users on the site, + including administrators, and hijack their accounts.

+

This vulnerability is mitigated by the fact that the victim + must have an account with an associated OpenID identity from + a particular set of OpenID providers (including, but not + limited to, Verisign, LiveJournal, or StackExchange).

+

Open redirect (Field UI module - Drupal 7 - Less critical)

+

The Field UI module uses a "destinations" query string parameter + in URLs to redirect users to new destinations after completing + an action on a few administration pages. Under certain + circumstances, malicious users can use this parameter to + construct a URL that will trick users into being redirected + to a 3rd party website, thereby exposing the users to potential + social engineering attacks.

+

This vulnerability is mitigated by the fact that only sites + with the Field UI module enabled are affected.

+

Drupal 6 core is not affected, but see the similar advisory + for the Drupal 6 contributed CCK module: + SA-CONTRIB-2015-126

+

Open redirect (Overlay module - Drupal 7 - Less critical)

+

The Overlay module displays administrative pages as a layer + over the current page (using JavaScript), rather than replacing + the page in the browser window. The Overlay module does not + sufficiently validate URLs prior to displaying their contents, + leading to an open redirect vulnerability.

+

This vulnerability is mitigated by the fact that it can only + be used against site users who have the "Access the administrative + overlay" permission, and that the Overlay module must be enabled.

+

Information disclosure (Render cache system - Drupal 7 + - Less critical)

+

On sites utilizing Drupal 7's render cache system to cache + content on the site by user role, private content viewed by + user 1 may be included in the cache and exposed to non-privileged + users.

+

This vulnerability is mitigated by the fact that render caching + is not used in Drupal 7 core itself (it requires custom code or + the contributed Render + Cache module to enable) and that it only affects sites that + have user 1 browsing the live site. Exposure is also limited if an + administrative role has been assigned to the user 1 account (which + is done, for example, by the Standard install profile that ships + with Drupal core).

+
+ +
+ + CVE-2015-3231 + CVE-2015-3232 + CVE-2015-3233 + CVE-2015-3234 + https://www.drupal.org/SA-CORE-2015-002 + + + 2015-06-17 + 2015-06-19 + +
+ cURL -- Multiple Vulnerability