Description
A vulnerability has been found in itsourcecode Online Hotel Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/mod_amenities/controller.php?action=add of the component POST Request Handler. The manipulation of the argument Name leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-06-29
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the POST Request Handler of itsourcecode Online Hotel Management System 1.0. An attacker can supply arbitrary script content through the Name field of the /admin/mod_amenities/controller.php?action=add endpoint, causing the server to render the input into the browser without adequate sanitization. This facilitates client‑side code execution, which can be used to hijack user sessions, deface pages, or exfiltrate sensitive data. The flaw is a classic reflected cross‑site scripting (XSS) vulnerability as identified by CWE‑79; the additional CWE‑94 indicates that untrusted input may be executed in a different context.

Affected Systems

Affected systems match the product catalog for itsourcecode Online Hotel Management System, specifically version 1.0. The vulnerable logic is located in the admin module’s controller for adding amenities, triggered via a POST request. No other product versions or components are explicitly listed as vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate overall risk. EPSS is not available, and the vulnerability is not currently listed in CISA’s KEV catalog, suggesting limited widespread exploitation data. However, the flaw can be triggered by any remote actor able to issue a crafted POST request, as the description explicitly states remote initiation. Given the public disclosure and lack of a vendor‑supplied fix, the attack vector remains remotely accessible and the potential impact depends on the user’s privileges within the application.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Online Hotel Management System to a patched release that neutralizes the XSS flaw or apply the vendor’s security patch if one has been released for version 1.0.
  • Enforce strict input validation and output encoding on the Name field by escaping HTML entities before rendering, following best practices for mitigating CWE‑79.
  • Deploy a Web Application Firewall or set an appropriate Content Security Policy to detect and block malicious script payloads targeting the /admin/mod_amenities/controller.php endpoint.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Online Hotel Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/mod_amenities/controller.php?action=add of the component POST Request Handler. The manipulation of the argument Name leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Title itsourcecode Online Hotel Management System POST Request controller.php add cross site scripting
First Time appeared Itsourcecode
Itsourcecode online Hotel Management System
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:itsourcecode:online_hotel_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode online Hotel Management System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/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-29T09:15:07.687Z

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

Link: CVE-2026-13554

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T11:30:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')