CVE-2026-13552
Received Received - Intake

SQL Injection in Online Hotel Management System 1.0

Vulnerability report for CVE-2026-13552, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-29

Last updated on: 2026-06-29

Assigner: VulDB

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-29
Last Modified
2026-06-29
Generated
2026-06-29
AI Q&A
2026-06-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode online_hotel_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The CVE-2026-13552 vulnerability affects the Online Hotel Management System version 1.0, specifically in the file "/admin/mod_amenities/controller.php". It is caused by improper handling of the "amen_id" parameter, which is used directly in SQL queries without proper sanitization or validation.

This flaw allows attackers to perform SQL injection by manipulating the "amen_id" argument, enabling them to inject malicious SQL code remotely without requiring authentication.

Impact Analysis

Exploitation of this vulnerability can lead to unauthorized access to the database, allowing attackers to view, modify, or delete sensitive data.

It may also enable attackers to take over the affected system, potentially leading to further compromise of the application and its environment.

Detection Guidance

This vulnerability can be detected by testing the "amen_id" parameter in the URL /admin/mod_amenities/controller.php?action=edit for SQL injection. Since it is a time-based blind SQL injection, you can use payloads that cause delays in the response to confirm the injection.

  • Use curl or similar tools to send requests with SQL injection payloads in the amen_id parameter, for example: curl "http://target/admin/mod_amenities/controller.php?action=edit&amen_id=1' OR SLEEP(5)-- "
  • Observe if the response time increases significantly, indicating a successful time-based blind SQL injection.
  • Use automated SQL injection detection tools or scanners targeting the amen_id parameter to identify the vulnerability.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements to safely handle the amen_id parameter, validating and filtering all user inputs to prevent malicious data, and restricting database user permissions to limit the impact of any potential exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13552. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart