Closed (fixed)
Project:
Boxes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2011 at 22:14 UTC
Updated:
18 Jan 2012 at 18:30 UTC
Jump to comment: Most recent file
I believe both of these come from hard-coded places, so if they are xss then the exploit vector includes the ability to write plugin code which means...you are already in trouble
That said, there's no reason I could find to simply include plugin titles without some form of filtering just in case. These should be plain text rendered to a browser as plain text.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1361936_some_filtering.patch | 1.16 KB | greggles |
Comments
Comment #1
gregglesComment #2
e2thex commentedApplied here
http://drupalcode.org/project/boxes.git/commit/aaec34a
d7 version
http://drupalcode.org/project/boxes.git/commit/c25b38e
Thanks for the catch.
There are modules (like entity_boxes), that programaticly define box types, so this could be an issue.
Comment #3
gregglesGood to know - luckily the lack of a release on http://drupal.org/project/entity_boxes means it doesn't need an SA.
Thanks, e2thex!