vendor:
Simple CRM
by:
Riadh Benlamine (rbn0x00)
8,8
CVSS
HIGH
Stored Cross-site Scripting (XSS)
79
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 – ‘name’ Stored Cross site scripting (XSS)
Simple CRM suffers from Cross-site scripting, allowing authenticated attackers to obtain administrator cookies. An attacker can exploit this vulnerability by sending a malicious payload in the 'name' parameter of the profile.php page. The payload is then stored in the database and is executed when the page is loaded.
Mitigation:
Input validation should be used to prevent malicious payloads from being stored in the database.