CVE-2026-13552: SQL Injection in itsourcecode Hotel Management System 1.0 – Patch Guidance
A SQL injection vulnerability exists in itsourcecode Online Hotel Management System version 1.0 that allows unauthenticated remote attackers to manipulate database queries through the amenities management interface. By tampering with the amen_id parameter in the admin panel, an attacker can execute arbitrary SQL commands without requiring valid credentials or user interaction. The vulnerability has been publicly disclosed and exploit code is available, increasing the practical risk.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.3 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
- Weaknesses (CWE)
- CWE-74, CWE-89
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-29 / 2026-06-29
NVD description (verbatim)
A vulnerability was detected in itsourcecode Online Hotel Management System 1.0. This impacts an unknown function of the file /admin/mod_amenities/controller.php?action=edit. Performing a manipulation of the argument amen_id results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.
6 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13552 is a remote SQL injection flaw in the amenities controller of itsourcecode Online Hotel Management System 1.0. The vulnerability stems from improper input validation on the amen_id parameter in /admin/mod_amenities/controller.php when processing edit actions. The affected code fails to sanitize or parameterize user-supplied input before incorporating it into SQL queries, enabling direct database manipulation. The attack requires no authentication, no special network conditions, and no user interaction—making it trivially exploitable across network boundaries. The CVSS v3.1 score of 7.3 reflects the combination of network accessibility, low attack complexity, and impact across confidentiality, integrity, and availability.
Business impact
Exploitation of this vulnerability could lead to unauthorized access to sensitive hotel operations data, including guest information, booking records, and payment details. An attacker could modify or delete amenities configurations, corrupt critical business records, or pivot to extract customer personally identifiable information (PII). For hospitality operators, this represents both immediate operational disruption and significant regulatory exposure under data protection frameworks. The public availability of exploit code shortens the window before mass exploitation occurs.
Affected systems
itsourcecode Online Hotel Management System version 1.0 is confirmed vulnerable. Organizations running this software should assume they are at risk. No patch version information is available in the vendor advisory at this time; administrators should verify directly with itsourcecode for patched releases or workarounds.
Exploitability
This vulnerability presents high exploitability due to its network-accessible entry point, lack of authentication requirement, straightforward attack mechanics, and publicly available exploit code. An attacker with basic SQL injection knowledge can craft a simple HTTP request to the amenities edit endpoint and begin querying or modifying the backend database. No special tools or advanced techniques are required. The public disclosure status and active exploit availability mean this flaw is likely being actively scanned and targeted in the wild.
Remediation
Immediate action is required. Contact itsourcecode for a patched version of the Online Hotel Management System; verify the patch addresses CVE-2026-13552 specifically. If a patch is unavailable, implement network-level controls to restrict access to /admin/mod_amenities/ to trusted IP ranges only, and consider taking the affected system offline pending a fix. Apply principle of least privilege to database accounts used by the application to limit potential damage from SQL injection.
Patch guidance
Check the itsourcecode website or your support channel for version 1.0.1 or later that explicitly addresses this SQL injection. Verify patch release notes confirm remediation of CVE-2026-13552. Test the patched version in a non-production environment before deployment. If no official patch is available within a defined timeframe, escalate to your vendor contact and consider alternative hotel management solutions. Do not rely on WAF rules alone as a permanent mitigation.
Detection guidance
Monitor access logs for requests to /admin/mod_amenities/controller.php with suspicious amen_id parameters containing SQL keywords (UNION, SELECT, OR, CONCAT, LOAD_FILE, etc.). Enable database query logging to detect unusual SQL execution patterns. Look for multiple failed SQL syntax errors in application logs, which often precede successful injection. Implement intrusion detection signatures for common SQL injection payloads targeting this endpoint. Query your web application firewall for blocked requests to this path.
Why prioritize this
This vulnerability merits immediate prioritization due to the combination of high CVSS score (7.3), unauthenticated remote access, and active public exploit availability. The amenities controller is part of the admin interface, and successful exploitation grants database-level access. For any organization running itsourcecode Online Hotel Management System 1.0 in production, patching or isolating this system should be among the top remediation priorities.
Risk score, explained
The CVSS v3.1 score of 7.3 (HIGH) reflects: Network-based attack vector (AV:N) requiring no authentication (PR:N), low complexity (AC:L), and no user interaction (UI:N). The impact spans confidentiality (ability to read database records), integrity (ability to modify or delete data), and availability (potential for database corruption or service disruption). While not critical due to the scope being unchanged (S:U), the confluence of easy exploitability and multi-faceted data compromise justifies the HIGH rating.
Frequently asked questions
Is this vulnerability actively being exploited?
Yes. The vulnerability has been publicly disclosed with exploit code available. Security researchers and threat actors have functional proof-of-concept code, and scanning activity for this flaw is likely already underway. Any organization running version 1.0 should assume heightened risk and prioritize patching or mitigation immediately.
Do I need admin credentials to exploit this vulnerability?
No. This is an unauthenticated SQL injection, meaning an attacker does not need valid login credentials to exploit it. The vulnerability exists in a publicly facing endpoint (the admin interface itself) and can be attacked directly from the internet.
What data could an attacker access or modify?
An attacker with SQL injection access can read any data in the Hotel Management System database, including guest records, booking information, payment details, and system configurations. They can also modify or delete records, corrupt amenities listings, or alter booking data—causing both data breach and operational disruption.
If I cannot patch immediately, what temporary steps should I take?
Restrict network access to the /admin/mod_amenities/ endpoint to trusted IP addresses only using a firewall or reverse proxy. Monitor access logs and database queries for suspicious activity. Disable the amenities module if it is not actively in use. However, these are temporary measures; obtaining and deploying a patch should remain the priority.
This analysis is provided for informational purposes and reflects the vulnerability details as of the publication date. Security teams should verify all patch information directly with itsourcecode before deployment. CVSS scores are industry-standard severity indicators but do not account for your specific environment or business risk. No exploit code or weaponized proof-of-concept is provided herein. Consult with your vendor, security team, and legal counsel regarding data breach notification obligations if you discover evidence of exploitation in your environment. Source: NVD (public-domain), retrieved 2026-08-08. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10110HIGHSQL Injection in code-projects Student Details Management System 1.0
- CVE-2026-10111HIGHSQL Injection in sambitraj STUDENT-MANAGEMENT-SYSTEM 1.0 Login
- CVE-2026-10178HIGHSQL Injection in code-projects Online Music Site 1.0 Admin Panel
- CVE-2026-10184HIGHSQL Injection in SourceCodester Hospitals Patient Records System 1.0
- CVE-2026-10185HIGHSQL Injection in SourceCodester Hospitals Patient Records Management System 1.0
- CVE-2026-10186HIGHSQL Injection in Online Hospital Management System 1.0 – Remote Code Execution Risk
- CVE-2026-10208HIGHSQL Injection in Online Hospital Management System Login
- CVE-2026-10225HIGHSQL Injection in PHP Student Management System Login