Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
Bartik theme
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Mar 2012 at 13:22 UTC
Updated:
28 Mar 2012 at 20:37 UTC
drush vset site_name '<script type="text/javascript">alert("site_name");</script>Name'
drush vset site_slogan '<script type="text/javascript">alert("site_slogan");</script>Slogan'
drush vset maintenance_mode 1
The security team has cleared this issue to be fixed publicly as this exploit requires administer site configuration.
Comments
Comment #1
c960657 commentedThe patch in #461938: Core should consistently filter_xss_admin() on $site_slogan and check_plain $site_name solves this problem.
I will mark this issue as a duplicate (actually it is a subset of #461938).