Date: Fri, 25 Jan 2013 01:26:37 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310956 - head/security/vuxml Message-ID: <201301250126.r0P1Qb9d062777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Fri Jan 25 01:26:37 2013 New Revision: 310956 URL: http://svnweb.freebsd.org/changeset/ports/310956 Log: XSS vulnerability in py-django-cms Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jan 25 00:41:19 2013 (r310955) +++ head/security/vuxml/vuln.xml Fri Jan 25 01:26:37 2013 (r310956) @@ -51,6 +51,36 @@ Note: Please add new entries to the beg --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3886cafe-668c-11e2-94b8-1c4bd681f0cf"> + <topic>django-cms -- XSS Vulnerability</topic> + <affects> + <package> + <name>py-django-cms</name> + <range><lt>2.3.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Cross-site scripting (XSS) vulnerability</p> + <blockquote cite="https://www.django-cms.org/en/blog/2012/12/04/2-3-5-security-release/"> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.django-cms.org/en/blog/2012/12/04/2-3-5-security-release/</url> + </references> + <dates> + <discovery>2012-12-04</discovery> + <entry>2013-01-25</entry> + </dates> + </vuln> + <vuln vid="8d03202c-6559-11e2-a389-00262d5ed8ee"> <topic>chromium -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301250126.r0P1Qb9d062777>