The mask field is not filtered. When adding a javascript it will be executed on page admin/user/rules.
I assume it's not a security issue because it's inside admin area.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user.admin_.inc_.patch | 824 bytes | sebdah |
The mask field is not filtered. When adding a javascript it will be executed on page admin/user/rules.
I assume it's not a security issue because it's inside admin area.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user.admin_.inc_.patch | 824 bytes | sebdah |
Comments
Comment #1
sebdah commentedThis exists in Drupal 6.6 as well. The patch need to be reviewed. I don't really know how the filtering should be done here, so I made a sample :/.
Comment #2
chx commentedAs ingo86 says, it could lead to a priviledge escalation.... however if you can get to this page then you already have every priviledge you wanted. You can easily give yourself enough access to run PHP code and then do whatever you wanted. I do not see the need to fix this.
Comment #3
dpearcefl commentedIs this still an issue using current Drupal 6?