Description
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.
Published: 2026-07-31
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw caused by improper neutralization of user input that is passed to sorting functions. An unauthenticated attacker can supply crafted input to influence the SQL statements executed by the application, potentially allowing data exfiltration or modification. The weakness is listed as CWE-89, which captures the root cause: lack of input validation.

Affected Systems

The flaw affects the PHP Jabbers Car Rental Script application. All installations prior to the vendor fix in version 4.1 are vulnerable, as the description states that the issue was addressed in 4.1. No other versions are expressly mentioned.

Risk and Exploitability

The CVSS score of 9.3 marks this as a critical flaw. The EPSS score of less than 1 % suggests limited exploitation activity so far, and the vulnerability is not yet listed in the CISA KEV catalog. Attackers can trigger the flaw simply by sending an unauthenticated HTTP request containing a specially crafted sorting parameter. Because the attack vector is the publicly exposed Web interface, the attack does not require any privileged access and can be launched remotely.

Generated by OpenCVE AI on August 3, 2026 at 09:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the PHP Jabbers Car Rental Script to version 4.1 or later, which contains the vendor‑supplied fix for the injection flaw.
  • If an upgrade cannot be made immediately, apply any interim hot‑fix or patch that validates or sanitizes the sorting parameters before they are used in SQL queries.
  • Implement strict input validation or parameterization for all query‑influencing inputs, ensuring that only known, safe values are accepted for sorting fields.
  • Configure the application to log all SQL queries and monitor the logs for anomalous or suspicious activity that could indicate exploitation attempts.

Generated by OpenCVE AI on August 3, 2026 at 09:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Phpjabbers
Phpjabbers car Rental Script
Vendors & Products Phpjabbers
Phpjabbers car Rental Script

Fri, 31 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Unauthenticated SQL Injection in PHP Jabbers - Car Rental Script script
First Time appeared Php Jabbers
Php Jabbers car Rental Script
Weaknesses CWE-89
CPEs cpe:2.3:a:php_jabbers:car_rental_script:*:*:*:*:*:*:*:*
Vendors & Products Php Jabbers
Php Jabbers car Rental Script
References
Metrics cvssV4_0

{'score': 9.3, 'vector': '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'}


Subscriptions

Php Jabbers Car Rental Script
Phpjabbers Car Rental Script
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-31T19:49:42.174Z

Reserved: 2025-12-09T19:10:43.240Z

Link: CVE-2025-67649

cve-icon Vulnrichment

Updated: 2026-07-31T19:49:36.041Z

cve-icon NVD

Status : Received

Published: 2026-07-31T12:16:48.107

Modified: 2026-07-31T20:16:45.553

Link: CVE-2025-67649

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T10:00:12Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')