So this security problem #747222: Menu access to admin/user/user_terms is for all made me think to check the other obvious common security mistake, use of check_plain...
And it turns out that the group title, which is text entered by an admin, is not run through it.
Ouch!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 747578.user_terms.check_plain.patch | 1.24 KB | joachim |
Comments
Comment #1
joachim commentedTurns out it's the term names too!
Committed this patch. Releasing a new beta afterwards.
#747578 by joachim: Fixed output not run through check_plain().