From owner-svn-ports-all@freebsd.org Sat Oct 24 03:55:27 2015 Return-Path: Delivered-To: svn-ports-all@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 38553A1B856; Sat, 24 Oct 2015 03:55:27 +0000 (UTC) (envelope-from junovitch@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 DE0FFD4C; Sat, 24 Oct 2015 03:55:26 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9O3tPQ0040880; Sat, 24 Oct 2015 03:55:25 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9O3tPKK040878; Sat, 24 Oct 2015 03:55:25 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510240355.t9O3tPKK040878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 24 Oct 2015 03:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400101 - 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: Sat, 24 Oct 2015 03:55:27 -0000 Author: junovitch Date: Sat Oct 24 03:55:25 2015 New Revision: 400101 URL: https://svnweb.freebsd.org/changeset/ports/400101 Log: Document redirect vulnerability in the drupal7 overlay module PR: 203977 Security: CVE-2015-7943 Security: https://vuxml.FreeBSD.org/freebsd/75f39413-7a00-11e5-a2a1-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 24 02:38:20 2015 (r400100) +++ head/security/vuxml/vuln.xml Sat Oct 24 03:55:25 2015 (r400101) @@ -58,6 +58,43 @@ Notes: --> + + drupal -- open redirect vulnerability + + + drupal7 + 7.41 + + + + +

Drupal development team reports:

+
+

The Overlay module in Drupal core 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. +

+

An incomplete fix for this issue was released as part of + SA-CORE-2015-002.

+
+ +
+ + CVE-2015-7943 + https://www.drupal.org/SA-CORE-2015-004 + http://www.openwall.com/lists/oss-security/2015/10/23/6 + + + 2015-10-21 + 2015-10-24 + +
+ phpMyAdmin -- Content spoofing vulnerability