Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
6DescriptionCVE.org
A vulnerability was found in code-projects Car Rental System 1.0. It has been rated as critical. This issue affects some unknown processing of the file /message_admin.php. The manipulation of the argument Message leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
AnalysisAI
CVE-2025-6579 is a critical SQL injection vulnerability in code-projects Car Rental System 1.0 affecting the /message_admin.php file's Message parameter. An unauthenticated remote attacker can exploit this to execute arbitrary SQL commands, potentially leading to unauthorized data access, modification, or deletion. The vulnerability has been publicly disclosed with proof-of-concept code available and may be actively exploited in the wild.
Technical ContextAI
The vulnerability is rooted in CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component - 'Injection'), specifically SQL injection. The /message_admin.php endpoint fails to properly sanitize or parameterize user-supplied input in the 'Message' parameter before incorporating it into SQL queries. This is a classic web application vulnerability where user input is concatenated directly into SQL statements without escaping or using prepared statements. The affected product is code-projects Car Rental System version 1.0, a PHP-based web application commonly used for managing vehicle rental operations. The vulnerability exists in a message administration functionality, likely used for handling customer messages or internal communication, making it a direct entry point for attackers.
RemediationAI
Immediate actions: (1) Apply input validation and parameterization: Replace all direct SQL string concatenation in /message_admin.php with prepared statements or parameterized queries using PHP PDO or mysqli prepared statements. (2) Implement output encoding and input validation for the Message parameter using whitelisting and sanitization functions. (3) Apply principle of least privilege to database user accounts executing queries from this endpoint. (4) Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in the Message parameter as a temporary mitigation. Long-term: Upgrade to a patched version if available from the vendor (check code-projects project repository for updates beyond v1.0). If no patch exists, conduct thorough code review of all user input handling in the application. Implement comprehensive input validation across the entire application following OWASP Top 10 guidelines.
More from same product – last 7 days
Authentication bypass in Discuz! X5.0 releases 20260320 through 20260501 allows unauthenticated remote attackers to acce
Authenticated remote code execution in Discuz! X5.0 releases 20260320 through 20260501 allows administrators to chain a
Unauthenticated PHP Object Injection in the Happyforms WordPress plugin (versions <= 1.26.13) allows remote attackers to
Unauthenticated PHP Object Injection in the Broadcast Live Video WordPress plugin (versions prior to 7.1.3) allows remot
Unauthenticated PHP object injection in the WordPress plugin 'Integration for Keap/Infusionsoft and Contact Form 7, WPFo
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-19069