vendor:
AC Repair and Services System
by:
Gnanaraj Mauviel
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: AC Repair and Services System
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE:
CPE: a:oretnom23:ac_repair_and_services_system:1.0
Platforms Tested: Mac OSX, XAMPP, Apache, MySQL
2023
AC Repair and Services System v1.0 – Multiple SQL Injection
The AC Repair and Services System v1.0 is vulnerable to multiple SQL Injection attacks. An attacker can exploit this by manipulating the input fields to execute arbitrary SQL commands. This can lead to unauthorized access, data leakage, and potential data manipulation.
Mitigation:
To mitigate this vulnerability, input validation and sanitization should be implemented on the application side. Prepared statements or parameterized queries should be used to prevent SQL Injection attacks.