Description
A vulnerability was found in itsourcecode Online Hotel Management System 1.0. Affected by this issue is some unknown functionality of the file /admin/mod_users/controller.php?action=add. The manipulation of the argument Name results in sql injection. The attack can be launched remotely. The exploit has been made public and could be used.
Published: 2026-06-29
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows attackers to inject arbitrary SQL statements by manipulating the Name parameter in the add action of the admin users controller. The flaw is a classic input validation weakness described by CWE‑74 and CWE‑89 and can be exploited remotely. Successful exploitation could let an unauthenticated actor read, modify, or delete data in the database, compromising confidentiality and integrity of the hotel reservation system.

Affected Systems

The flaw is reported for itsourcecode Online Hotel Management System 1.0. No other versions are currently documented. The vulnerable endpoint resides under /admin/mod_users/controller.php?action=add.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity; EPSS is not reported, and the vulnerability is not listed in CISA KEV. Attackers can trigger the injection over the network as the flaw is exploitable remotely. Although no public exploit code is known, the issue has been made public and can be used by attackers with moderate skill.

Generated by OpenCVE AI on June 29, 2026 at 11:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to the latest release of the management system.
  • Enforce parameterized queries or prepared statements for any database access in controller.php.
  • Whitelist or server‑side sanitize the Name field before it is used in SQL statements.
  • Restrict remote access to the admin interface using firewalls or VPN and require strong authentication.
  • Monitor database logs for suspicious query patterns.

Generated by OpenCVE AI on June 29, 2026 at 11:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 29 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 29 Jun 2026 10:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in itsourcecode Online Hotel Management System 1.0. Affected by this issue is some unknown functionality of the file /admin/mod_users/controller.php?action=add. The manipulation of the argument Name results in sql injection. The attack can be launched remotely. The exploit has been made public and could be used.
Title itsourcecode Online Hotel Management System controller.php add sql injection
First Time appeared Itsourcecode
Itsourcecode online Hotel Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:online_hotel_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode online Hotel Management System
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

Itsourcecode Online Hotel Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-29T10:31:31.903Z

Reserved: 2026-06-28T16:02:37.005Z

Link: CVE-2026-13555

cve-icon Vulnrichment

Updated: 2026-06-29T10:31:26.007Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T12:00:13Z

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')