Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Unauthenticated network-reachable sort parameter (AV:N/AC:L/PR:N/UI:N); SQLi yields high confidentiality and integrity with limited availability impact.
Primary rating from Vendor (cert).
CVSS VectorVendor: cert
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
3DescriptionCVE.org
A SQL injection vulnerability has been identified in PHP Jabbers - Car Rental Script . Improper neutralization of input provided by user into parameters responsible for sorting functions allows an unauthenticated attacker to perform SQL Injection attacks.
This issue was fixed in version 4.1.
Articles & Coverage 1
AnalysisAI
SQL injection in PHP Jabbers Car Rental Script allows unauthenticated remote attackers to inject arbitrary SQL through sorting-related parameters that are not properly neutralized before use in database queries. The flaw (CWE-89) carries a CVSS 4.0 base score of 9.3 and enables reading or manipulating backend database contents; there is no public exploit identified at time of analysis, and it is fixed in version 4.1. Because sorting parameters are typically reachable on public-facing catalog/listing pages, exploitation requires no credentials or user interaction.
Technical ContextAI
PHP Jabbers Car Rental Script is a commercial PHP web application used by car-rental businesses to manage fleet listings, bookings and reservations, backed by a relational SQL database (typically MySQL/MariaDB). The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controlled values passed to sorting functions - commonly ORDER BY column or direction parameters - are concatenated into SQL statements without parameterization or an allow-list. ORDER BY clauses are a classic SQLi weak point because column identifiers cannot be bound as prepared-statement placeholders, so developers often interpolate them directly, making them injectable when input is not validated against a fixed set of allowed columns.
RemediationAI
Vendor-released patch: version 4.1 - upgrade the Car Rental Script to 4.1 or later, which remediates the sorting-parameter SQL injection. Until the upgrade can be applied, restrict access to the affected listing/sorting endpoints (for example via IP allow-listing or authentication at the web-server layer) and deploy a WAF rule to block SQL metacharacters and typical ORDER BY injection patterns on sort parameters, accepting that WAF filtering can be bypassed and may produce false positives on legitimate sort values. As a code-level compensating control if self-hosting the source, enforce a strict allow-list mapping user sort inputs to fixed column names and directions rather than interpolating raw input. Refer to the CERT Polska advisory at https://cert.pl/en/posts/2026/07/CVE-2025-67649/ and the vendor page https://www.phpjabbers.com/car-rental-script/ for authoritative guidance.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210566
GHSA-jfpp-p8m5-m237