vendor:
Simple CRM
by:
Riadh Benlamine (rbn0x00)
8,8
CVSS
HIGH
Cross-site request forgery
352
CWE
Product Name: Simple CRM
Affected Version From: 3.0
Affected Version To: 3.0
Patch Exists: No
Related CWE: N/A
CPE: a:phpgurukul:simple_crm:3.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache2+MariaDB
2021
Simple CRM 3.0 – ‘Change user information’ Cross-Site Request Forgery (CSRF)
Simple CRM suffers from Cross-site request forgery, which the attacker can manipulate user data via triggering user to visit suspicious url. The vulnerable page is /crm/profile.php. The proof of concept code includes an HTML form with hidden inputs for name, alt_email, phone, gender, address, and update, which when submitted, will update the user information.
Mitigation:
Implementing a CSRF token in the form to verify the authenticity of the request.