vendor:
Equipment Rental Script
by:
nu11secur1ty
6.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Equipment Rental Script
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:phpjabbers:equipment_rental_script:1.0
Platforms Tested:
2023
Equipment Rental Script-1.0 – SQL Injection
The Equipment Rental Script-1.0 is vulnerable to SQL injection in the package_id parameter. By injecting a payload such as 'mysql', an attacker can manipulate the database and potentially retrieve sensitive information. An error message was triggered when the payload was injected, indicating the presence of a SQL injection vulnerability.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL injection attacks. Regular security assessments and code reviews can also help in identifying and addressing such vulnerabilities.