vendor:
AC Repair and Services System
by:
Gnanaraj Mauviel
8.1
CVSS
CRITICAL
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 SQL injection attacks due to improper input validation. An attacker can manipulate the SQL queries to execute arbitrary SQL commands, leading to unauthorized access to the database or data manipulation. This vulnerability has been demonstrated using sqlmap tool to perform time-based blind SQL injection attacks.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL injection attacks. Additionally, limiting database permissions for the application's user can reduce the impact of successful attacks.