Changes between Initial Version and Version 1 of Ticket #20593
- Timestamp:
- 05/01/12 19:38:05 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20593
- Property Status changed from new to closed
- Property Resolution changed from to invalid
- Property Milestone changed from Awaiting Review to
-
Ticket #20593 – Description
initial v1 1 1 Wordpress Admin panel has x-frame-option which prevent clickjacking but in main page of blog no x-frame-option has been set, so it possible to trick him and make him to post a comment, using Clickjacking. As you may know admin can post comment with html and it is obvious by default this isn't dangerous, But as blog main page has no x-frame-option it is possible to make XSS of it and finally you can mix ClickJacking /XSS / HTTPOnly Disclosure to make a working exploit. 2 2 3 here is video of PoC :4 5 http://www.sendspace.com/file/60wxge6 7 here is PoC :8 9 http://www.sendspace.com/file/o754pt10 11 3 thanks Abysssec Team
