Skip to content

Module: Serendipity = 1.1.1 Add User CSRF

Haoxi Tan edited this page Jan 9, 2020 · 2 revisions

Summary

  • Objective: hook Serendipity <= 1.6 using XSS

  • Authors: bcoles, Stefan Schurtz

  • Browsers: All

  • Code

Internal Working

Uses an invisible iframe to hook the serendipity instance

        var uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');

        var serendipity_iframe = beef.dom.createInvisibleIframe();
        serendipity_iframe.setAttribute('src', uri);

References

http://www.exploit-db.com/exploits/18884/

Feedback

Clone this wiki locally