Ticket #363 (closed defect: fixed)
XSS in UserSettings
| Reported by: | sakaru@… | Owned by: | DotMG |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.1.6.3 |
| Component: | actions | Version: | 1.1.6.2 |
| Severity: | critical | Keywords: | xss, usersettings, JS, vulnerability |
| Cc: |
Description (last modified by JavaWoman) (diff)
PoC: http://www.whiteacid.org/misc/xss_post_forwarder.php?xss_target=http://wiki.whiteacid.org/UserSettings&action=login&name="><script>alert('xss')</script>&password=&confpassword=&email=
When the login name is entered but no password is entered the user is sent back to the login form. What the user entered is then pasted back into the login name field. Insufficient filtering means JavaScript can be injected, such as injecting: "><script>alert('xss')</script> will create an alert box.
Change History
Note: See
TracTickets for help on using
tickets.