From owner-svn-ports-all@FreeBSD.ORG Fri Jan 25 02:08:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E6AF915; Fri, 25 Jan 2013 02:08:57 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 582DB35D; Fri, 25 Jan 2013 02:08:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0P28vTL075329; Fri, 25 Jan 2013 02:08:57 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0P28vrj075328; Fri, 25 Jan 2013 02:08:57 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201301250208.r0P28vrj075328@svn.freebsd.org> From: Wesley Shields Date: Fri, 25 Jan 2013 02:08:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310957 - 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.14 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, 25 Jan 2013 02:08:57 -0000 Author: wxs Date: Fri Jan 25 02:08:56 2013 New Revision: 310957 URL: http://svnweb.freebsd.org/changeset/ports/310957 Log: Fix whitespace in previous commit. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jan 25 01:26:37 2013 (r310956) +++ head/security/vuxml/vuln.xml Fri Jan 25 02:08:56 2013 (r310957) @@ -63,12 +63,12 @@ Note: Please add new entries to the beg

Cross-site scripting (XSS) vulnerability

-

Jonas Obrist reports: The security issue -allows users with limited admin access to elevate their privileges through XSS -injection using the page_attribute template tag. Only users with admin access -and the permission to edit at least one django CMS page object could exploit -this vulnerability. Websites that do not use the page_attribute template tag are -not affected.

+

Jonas Obrist reports: The security issue allows users with limited + admin access to elevate their privileges through XSS injection + using the page_attribute template tag. Only users with admin access + and the permission to edit at least one django CMS page object + could exploit this vulnerability. Websites that do not use the + page_attribute template tag are not affected.