CVE-2025-67649
Received Received - Intake

SQL Injection in PHP Jabbers Car Rental Script

Vulnerability report for CVE-2025-67649, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: CERT.PL

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
php_jabbers car_rental_script 4.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in PHP Jabbers Car Rental Script. It allows an unauthenticated attacker to inject malicious SQL code into sorting function parameters, potentially accessing or manipulating the database.

Detection Guidance

Detecting SQL injection vulnerabilities typically involves inspecting web application inputs for suspicious patterns. Check for unusual database queries or errors in logs. Use tools like SQLmap to test for SQL injection flaws by sending crafted input to parameters related to sorting functions.

Impact Analysis

An attacker could steal sensitive data like user credentials or payment information, modify or delete database records, or gain full control over the application and server.

Compliance Impact

This vulnerability likely violates GDPR due to unauthorized data access and HIPAA if it involves protected health information, potentially leading to legal penalties and loss of compliance certifications.

Mitigation Strategies

Immediately update the PHP Jabbers Car Rental Script to version 4.1 or later to patch the vulnerability. If updating is not possible, restrict access to the sorting function parameters or implement strict input validation and output encoding to prevent SQL injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-67649. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart