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 Simple Online Hotel Reservation System 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /admin/edit_query_account.php. The manipulation of the argument Name leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
AnalysisAI
CVE-2025-6418 is a critical SQL injection vulnerability in Simple Online Hotel Reservation System 1.0 affecting the /admin/edit_query_account.php endpoint, where the 'Name' parameter is improperly sanitized, allowing remote attackers to execute arbitrary SQL queries without authentication. The vulnerability has been publicly disclosed with exploit code availability, making it a high-priority threat for organizations running this system in production; attackers can manipulate database queries to extract sensitive data, modify records, or potentially escalate privileges.
Technical ContextAI
The vulnerability is classified as CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component, also known as 'Injection') manifesting as SQL injection. The affected component is a PHP application (Simple Online Hotel Reservation System v1.0) where user-supplied input in the 'Name' parameter of /admin/edit_query_account.php is concatenated directly into SQL queries without proper parameterized prepared statements or input validation. This is a classic first-order SQL injection vulnerability where attacker-controlled input reaches a SQL query construction function without sufficient neutralization. The admin-facing endpoint suggests this may bypass basic authentication checks or target authenticated admin users, though the CVSS vector (PR:N) indicates no privilege requirement, suggesting the endpoint may be accessible without authentication or the authentication mechanism is separately bypassable.
RemediationAI
Immediate actions: (1) Implement input validation on the 'Name' parameter in /admin/edit_query_account.php using allowlist-based validation (alphanumeric + safe characters only); (2) Replace all dynamic SQL query construction with parameterized prepared statements (parameterized queries using placeholders); (3) Apply the principle of least privilege to the database user account used by the PHP application, restricting to SELECT/UPDATE on necessary tables only; (4) Implement Web Application Firewall (WAF) rules to detect and block SQL injection payloads (e.g., detecting SQL keywords like UNION, SELECT, OR in parameter values); (5) Monitor database query logs for suspicious patterns. Long-term: contact the vendor (code-projects) for patch availability or migrate to a maintained hotel reservation system. No official patch version is referenced; if vendor does not provide updates, consider forking and patching internally or replacement.
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-18822