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: Not provided
CPE: a:phpjabbers:equipment_rental_script:1.0
Platforms Tested:
2023
Equipment Rental Script-1.0 – SQL Injection
The package_id parameter in Equipment Rental Script-1.0 is vulnerable to SQL injection attacks. By submitting the payload ' in the package_id parameter, a database error message is returned. This vulnerability allows attackers to steal sensitive information from the database.
Mitigation:
To mitigate this vulnerability, input validation and sanitization techniques should be implemented to ensure that user-supplied data is safe for processing. Prepared statements or parameterized queries can also be used to prevent SQL injection attacks.