Changes between Version 2 and Version 3 of Ticket #3879
- Timestamp:
- 02/27/2007 11:14:12 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3879
-
Property
Summary
changed from
XSS in 2.1.1 input passed to the "post" parameter in wp-admin/post.php
toXSS in 2.1.1 in AYS for HTTP GET requests
-
Property
Summary
changed from
-
Ticket #3879 – Description
v2 v3 4 4 5 5 Successful exploitation requires that the target user is logged in as administrator. 6 7 ---- 8 9 The exploit is actually more general than that: for any action that triggers nonce verification, the URL for the "Yes" action is not properly sanitized, and a specially crafted URL can escape from the link's {{{href}}} attribute and inject arbitrary HTML. The "delete" action and the "post" parameter just happen to be the ones used in the example.