CVE-2026-10290 Details
Description
A weakness has been identified in code-projects Hotel and Tourism Reservation System 1.0. The affected element is an unknown function of the file tour.php of the component GET Parameter Handler. Executing a manipulation of the argument tour can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.
A critical SQL injection vulnerability has been identified in the Hotel and Tourism Reservation System version 1.0. The issue arises in the 'tour' GET parameter of the 'tour.php' file, where user input is directly interpolated into SQL queries without any sanitization or validation. This vulnerability allows unauthenticated remote attackers to manipulate SQL queries, potentially leading to unauthorized data access, modification, or deletion. The vulnerability was confirmed by using sqlmap to extract the entire database.
The vulnerability can be remediated by using prepared statements to handle SQL queries, which prevents injection by separating SQL logic from data. Instructions for implementing this fix are available on the official PHP documentation website.
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 Jun 1, 2026CISA-ADP
Assessed Jun 2, 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] | Not ApplicableVendor |
| https://github.com/Xmyronn/Hotel-and-Tourism-Reservation-System---Unauthenticated-SQL-Injection.git | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-10290 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/825939 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/367583 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/367583/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 System | 1.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 1, 2026 | New CVE Received | [email protected] |
Volerion