top of page

Customer Relationship Management System 1.0 SQL Injection



Application Details

Customer Relationship Management (CRM) System provides an online platform to manage all interactions between the company, its customers, and potential customers. The system allows the customer/potential customer to request a quotation. The system also provides a ticketing feature to address all customer concerns.


Vulnerability

Customer Relationship Management System is vulnerable to SQL injection.


Identification

A remote attacker could send specially crafted SQL statements to the /crm/classes/Login.php script using the 'username' and 'password' parameters, which could allow the attacker to view, add, modify or delete information in the back-end database.


POST /crm/classes/Login.php?f=clogin
PAYLOAD - username=[sqli]&password=[sqli]

Detection

By turning this into a traffic file and matching rule, we are able to detect attempts to influence the vulnerable parameter with SQL injections.


Coverage

Idappcom has created signature 8020803 along with a traffic file.


References


Traffic IQ

If you are concerned that your business may be at risk of this vulnerability or others why not try out our Traffic IQ software which can scan your defences and report any issues. Learn more here: https://www.idappcom.co.uk/traffic-iq-professional

bottom of page