CVE-2019-25488
8.2Jettweb · Hazir Rent A Car Scripti
Jettweb Hazir Rent A Car Scripti V4 is vulnerable to multiple SQL injection attacks via the admin/index.php endpoint, allowing unauthenticated remote attackers to manipulate backend database queries.
Executive summary
A critical SQL injection vulnerability in Jettweb Hazir Rent A Car Scripti V4 allows unauthenticated attackers to compromise database integrity and extract sensitive information.
Vulnerability
The application fails to properly sanitize user-supplied input in the tur, id, and ozellikdil GET parameters within the admin/index.php endpoint. This allows an unauthenticated attacker to execute arbitrary SQL commands against the underlying database.
Business impact
Successful exploitation allows an unauthorized party to bypass application logic, extract sensitive customer or administrative data, and potentially cause a denial of service. With a CVSS score of 8.2, this vulnerability represents a high risk to business operations and data confidentiality.
Remediation
Immediate Action: As no official vendor patch is available, organizations should isolate the affected application from public networks or remove it from production environments entirely.
Proactive Monitoring: Security teams should review web server access logs for anomalous GET requests containing SQL syntax, such as UNION, SLEEP, or XOR operators, targeted at the admin/index.php file.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict SQL injection filtering rules to block malicious payloads targeting the identified vulnerable parameters before they reach the application.
Exploitation status
Public Exploit Available: Yes, a functional proof-of-concept exists as documented in the Exploit-DB entry 46614.
Analyst recommendation
Given the lack of a vendor-provided patch and the availability of public exploit code, this software must be considered insecure for production use. Administrators should migrate to a supported and secure alternative or restrict access to the affected script to trusted internal networks only until a permanent resolution is implemented.
Sources
Originally found and disclosed by Ahmet Ümit BAYRAM, per the CVE Program record.
- ExploitDB-46614 Exploit / PoC
- VulnCheck Advisory: Jettweb Hazir Rent A Car Scripti V4 SQL Injection via admin Third-party advisory