Description
A vulnerability has been found in code-projects Hotel and Tourism Reservation 1.0. This impacts an unknown function of the file /admin/add_event.php of the component Event Management Page. Such manipulation of the argument fdetails leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw exists in the /admin/add_event.php script of the code‑projects Hotel and Tourism Reservation application, where the fdetails parameter is interpolated directly into a database query inject arbitrary SQL statements by manipulating the fdetails value. The injected SQL can read, modify, or delete event data stored in the system, thereby compromising the confidentiality, integrity, and availability of the reservation database. The weakness is classified as a SQL Injection (CWE‑89) and an Implicit Use of Trust (CWE‑74).

Affected Systems

The vulnerability is present in the Hotel and Tourism Reservation product from code‑projects, specifically that deploys the /admin/add_event.php page is susceptible. No sub‑version granularity is specified, so the entire 1.0 release is considered at risk.

Risk and Exploitability

The CVSS score of 6.9 signals a moderate severity, while the EPSS of <1% indicates a very low probability of exploitation worldwide. The vulnerability is not listed in the CISA KEV catalog, and the attack can be carried out remotely by sending a crafted HTTP request to the admin endpoint. An attacker does not need local system access, merely the ability to target the web server and supply a malicious fdetails payload to inject SQL.

Generated by OpenCVE AI on July 26, 2026 at 21:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s official channels or support page for a released patch or newer version of Hotel and Tourism Reservation that addresses the fdetails input handling.
  • If no patch is available, edit the add_event.php file to sanitize the fdetails parameter and replace direct query construction with prepared statements or other parameterised database interfaces.
  • Enforce access controls on /admin/add_event.php by restricting the endpoint to authenticated administrators and consider enabling multi‑factor authentication to reduce the likelihood of successful exploitation.

Generated by OpenCVE AI on July 26, 2026 at 21:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 05 Jul 2026 16:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in code-projects Hotel and Tourism Reservation 1.0. This impacts an unknown function of the file /admin/add_event.php of the component Event Management Page. Such manipulation of the argument fdetails leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Title code-projects Hotel and Tourism Reservation Event Management add_event.php sql injection
First Time appeared Code-projects
Code-projects hotel And Tourism Reservation
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:hotel_and_tourism_reservation:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects hotel And Tourism Reservation
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': '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'}


Subscriptions

Code-projects Hotel And Tourism Reservation
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:07:44.659Z

Reserved: 2026-07-04T16:28:17.401Z

Link: CVE-2026-14764

cve-icon Vulnrichment

Updated: 2026-07-06T13:07:40.262Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:15:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')