CVE-2025-67649
PHP Jabbers · Car Rental Script
A SQL injection vulnerability in the PHP Jabbers Car Rental Script allows unauthenticated attackers to execute malicious database queries through improperly sanitized sorting parameters.
Executive summary
An unauthenticated SQL injection vulnerability in PHP Jabbers Car Rental Script could allow attackers to gain unauthorized access to sensitive database information.
Vulnerability
This is a classic SQL injection flaw (CWE-89) where user-supplied input in sorting functions is not properly neutralized. The vulnerability is exploitable by unauthenticated attackers, allowing them to interfere with the backend database.
Business impact
The ability to perform SQL injection can lead to unauthorized data exfiltration, modification of database contents, or administrative bypass. Given the CVSS score of 9.3, this vulnerability represents a critical threat to the confidentiality and integrity of the application.
Remediation
Immediate Action: Update the PHP Jabbers Car Rental Script to version 4.1 or later to apply the necessary input sanitization.
Proactive Monitoring: Monitor database query logs for suspicious syntax or unexpected query patterns indicative of SQL injection attempts.
Compensating Controls: Utilize a Web Application Firewall (WAF) configured to detect and block common SQL injection patterns in HTTP requests.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability carries a critical risk rating and should be addressed as a priority. Administrators must update the software immediately to prevent potential data breaches stemming from malicious database interaction.