CVE-2026-14756 Details
Description
A vulnerability was found in code-projects Hotel and Tourism Reservation 1.0. Affected by this issue is some unknown functionality of the file /admin/add_tour.php of the component Tour Management Page. The manipulation of the argument delete_image results in sql injection. The attack may be launched remotely. The exploit has been made public and could be used.
A SQL injection vulnerability has been identified in the Hotel and Tourism Reservation system, version 1.0. The issue resides in the Tour Management Page, specifically within the file '/admin/add_tour.php'. The vulnerability is triggered by manipulating the 'delete_image' and 'edit' parameters via a GET request. This flaw allows remote attackers to execute arbitrary SQL commands, potentially leading to unauthorized data access or modification.
To address this vulnerability, developers should use prepared statements with parameterized queries to prevent SQL injection. For example, in PHP, the 'mysqli' extension can be used to prepare a statement, bind parameters, and execute the query in a safe manner.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 5, 2026CISA-ADP
Assessed Jul 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Vendor |
| https://raw.githubusercontent.com/anubhavv106/Security-Advisories/refs/heads/main/Hotel-Tourism-Reservation-add_tour.php-SQLi.md | [email protected] | ExploitRemedyTechnical Description |
| https://vuldb.com/cve/CVE-2026-14756 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/850366 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/376345 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/376345/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| code-projects Hotel and Tourism Reservation | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 7, 2026 | CVE Modified | CISA-ADP |
| Jul 5, 2026 | New CVE Received | [email protected] |
Volerion