HIGH 7.3

CVE-2026-14763: SQL Injection in Hotel and Tourism Reservation 1.0 – Urgent Patch Required

A SQL injection vulnerability exists in code-projects Hotel and Tourism Reservation version 1.0 that allows unauthenticated attackers to inject malicious SQL commands through the tour parameter in the administrative tour reservations page. An attacker can exploit this remotely without special privileges or user interaction, potentially compromising sensitive reservation and customer data stored in the application database.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.3 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Weaknesses (CWE)
CWE-74, CWE-89
Affected products
0 configuration(s)
Published / Modified
2026-07-05 / 2026-07-06

NVD description (verbatim)

A flaw has been found in code-projects Hotel and Tourism Reservation 1.0. This affects an unknown function of the file /admin/tour_reserves.php of the component Tour Reservations Page. This manipulation of the argument tour causes sql injection. The attack can be initiated remotely. The exploit has been published and may be used.

6 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-14763 is a remote SQL injection vulnerability in the Tour Reservations Page component (/admin/tour_reserves.php) of Hotel and Tourism Reservation 1.0. The vulnerability stems from insufficient input validation on the 'tour' parameter, enabling an attacker to manipulate SQL queries executed by the application. The attack vector is network-accessible, requires no authentication, and no user interaction—making it straightforward to exploit. The vulnerability is classified under CWE-74 (Improper Neutralization of Special Elements in Output) and CWE-89 (SQL Injection), reflecting both the root cause and the resulting impact.

Business impact

Successful exploitation could result in unauthorized access to reservation databases, customer personally identifiable information (PII), payment details, and booking records. An attacker could modify, delete, or exfiltrate critical business data, leading to regulatory compliance violations (GDPR, PCI-DSS if payment data is exposed), reputational damage, loss of customer trust, and potential financial liability. Depending on the attacker's intent, the hotel or tourism company could face service disruption, data breach notification obligations, and operational downtime during remediation.

Affected systems

The vulnerability specifically affects code-projects Hotel and Tourism Reservation version 1.0. Any deployment of this software version is potentially vulnerable. Organizations using this application should assume compromise risk until patches are applied. Earlier or later versions have not been evaluated in the published advisory; vendors and products information was not available in the source data—verify with the vendor or review their security advisories for the complete affected version matrix.

Exploitability

This vulnerability carries a CVSS v3.1 score of 7.3 (HIGH severity) with a network attack vector, low attack complexity, no privilege requirements, and no user interaction needed. The exploit code has already been published, significantly lowering the barrier to exploitation. Attackers can leverage public proof-of-concept code or readily craft payloads to target vulnerable instances. The absence of authentication and the simplicity of SQL injection attacks mean that both opportunistic and targeted threat actors can exploit this quickly. However, this vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, though public exploit availability suggests monitoring for its inclusion.

Remediation

Prioritize updating to a patched version of Hotel and Tourism Reservation—verify the vendor's security advisory at code-projects for the recommended version number and release date. Until patching is feasible, implement strong access controls restricting administrative page access to trusted IP ranges or VPNs, disable or isolate the tour reservations feature if it is not in active use, and deploy a Web Application Firewall (WAF) with SQL injection detection rules. Additionally, conduct a security audit of all user inputs in the application and implement parameterized queries (prepared statements) throughout the codebase to prevent similar issues.

Patch guidance

Contact code-projects directly or review their security advisory portal for the specific patch version addressing CVE-2026-14763. Apply patches to all instances of Hotel and Tourism Reservation 1.0 in your environment. Test patches in a non-production environment first to ensure compatibility with your deployment. Monitor application logs for any suspicious activity or failed SQL queries that might indicate exploitation attempts before and after patching. Establish a change management process to track patch status across all affected systems.

Detection guidance

Monitor web server and application logs for SQL injection patterns in the /admin/tour_reserves.php endpoint, particularly unusual characters (single quotes, semicolons, SQL keywords like UNION, SELECT, DROP) in the 'tour' parameter. Use a WAF or intrusion detection system (IDS) configured with SQL injection signatures. Implement database activity monitoring to detect anomalous queries or unauthorized data access. Conduct periodic vulnerability scans to identify unpatched instances. Review authentication and access logs for unauthorized administrative page access.

Why prioritize this

This vulnerability demands urgent remediation due to its HIGH CVSS score (7.3), lack of authentication requirements, published exploit availability, and direct threat to sensitive business and customer data. The combination of remote exploitability and SQL injection impact on a business-critical reservation system makes it a prime target for both cybercriminals and opportunistic attackers. Organizations should treat this as a priority-one issue, especially if the application is internet-facing or accessible to untrusted networks.

Risk score, explained

The CVSS v3.1 score of 7.3 reflects HIGH severity driven by: network attack vector (no local access required), low attack complexity (straightforward SQL injection), no authentication requirement, no user interaction needed, and impact to confidentiality, integrity, and availability of the underlying data. While the scope is unchanged (single affected component), the unrestricted access and data exposure potential elevate this to a significant business risk. The published exploit and absence from CISA's KEV catalog does not diminish risk—it indicates the vulnerability is not yet widely weaponized at scale, but the public code ensures rapid adoption by attackers.

Frequently asked questions

Is Hotel and Tourism Reservation 1.0 widely deployed?

Deployment prevalence is not specified in available vulnerability data. However, organizations using this product should assume they are at risk and should verify their inventory immediately. Contact code-projects or review your software asset management records to identify all instances.

Can this vulnerability be exploited without internet access to the target?

No. The vulnerability requires network-accessible contact with the /admin/tour_reserves.php endpoint. If the application is hosted on an internal network behind a firewall and not exposed to the internet or untrusted networks, the attack surface is reduced. However, insider threats or compromised internal systems could still exploit it.

Will a WAF completely prevent exploitation?

A well-configured WAF with SQL injection detection rules can block most common exploitation attempts, but it is not a complete substitute for patching. WAF rules may be bypassed with obfuscated payloads, and the WAF requires ongoing tuning. Always prioritize applying vendor patches as the primary remediation.

What should I do if I suspect this vulnerability was exploited in my environment?

Immediately isolate affected systems, preserve logs for forensic analysis, engage incident response or law enforcement if needed, and conduct a data breach assessment to determine what information may have been accessed. Notify affected customers and regulatory bodies as required by applicable privacy laws. Consider engaging a third-party forensic firm to determine the scope and impact.

This analysis is provided for informational purposes and represents SEC.co's interpretation of publicly available vulnerability data current as of the publication date. CVSS scores, affected product versions, and patch information are derived from the National Vulnerability Database (NVD) and vendor advisories. Organizations should verify patch availability and compatibility with their specific deployments by consulting code-projects' official security advisories. SEC.co does not warrant the accuracy or completeness of this information and is not liable for decisions made based on this analysis. Threat actors may exploit this vulnerability before patches are available; organizations should implement compensating controls immediately. This explainer does not constitute legal, compliance, or professional security advice; consult qualified security professionals for your specific environment and risk profile. Source: NVD (public-domain), retrieved 2026-08-14. Analysis generated by SEC.co (claude-haiku-4-5).