CVE-2026-3730
Received Received - Intake
SQL Injection in itsourcecode Free Hotel Reservation System Admin Module

Publication date: 2026-03-08

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security flaw has been discovered in itsourcecode Free Hotel Reservation System 1.0. The affected element is an unknown function of the file /hotel/admin/mod_amenities/index.php?view=edit. Performing a manipulation of the argument amen_id/rmtype_id results in sql injection. The attack is possible to be carried out remotely. The exploit has been released to the public and may be used for attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-08
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-03-08
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode free_hotel_reservation_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-3730 is a critical SQL injection vulnerability found in the Free Hotel Reservation System version 1.0 by itsourcecode. The flaw exists in the handling of the parameters amen_id and rmtype_id in files such as /hotel/admin/mod_amenities/index.php and /hotel/admin/mod_room/index.php. Due to improper or absent input validation and sanitization, attackers can inject malicious SQL code remotely without authentication. This allows them to manipulate database queries, potentially leading to unauthorized access, data leakage, modification, deletion, or full system compromise.

Multiple SQL injection techniques can be used to exploit this vulnerability, including boolean-based blind, error-based, stacked queries, and time-based blind injections. Proof-of-concept exploits have been demonstrated using tools like sqlmap, confirming the vulnerability through manipulated POST requests.

Recommended remediation includes using prepared statements with parameter binding, enforcing strict input validation, minimizing database user privileges, and conducting regular security audits.


How can this vulnerability impact me? :

This vulnerability can have severe impacts including unauthorized access to the database, leakage of sensitive data, modification or deletion of data, and potential full system compromise. Attackers can disrupt services or manipulate data, threatening business continuity and system security.

  • Unauthorized database access
  • Data leakage of sensitive information
  • Modification or deletion of critical data
  • Full system compromise
  • Potential service disruption

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'The CVE-2026-3730 vulnerability can be detected by testing for SQL injection flaws in the affected endpoints, specifically targeting the parameters `amen_id` and `rmtype_id` in the Free Hotel Reservation System 1.0.'}, {'type': 'paragraph', 'content': 'Detection can be performed using automated tools such as sqlmap, which has been used successfully in proof-of-concept tests. For example, sending POST requests with manipulated multipart form data to endpoints like `/hotel/admin/mod_amenities/index.php?view=edit` or `/hotel/admin/mod_room/controller.php?action=edit` can confirm the vulnerability.'}, {'type': 'list_item', 'content': 'Use sqlmap with a command similar to: sqlmap -u "http://target/hotel/admin/mod_amenities/index.php?view=edit" --data="amen_id=1" --method=POST --level=5 --risk=3'}, {'type': 'list_item', 'content': 'Test for boolean-based blind, error-based, stacked queries, and time-based blind SQL injection techniques by injecting payloads into the `amen_id` or `rmtype_id` parameters.'}, {'type': 'list_item', 'content': 'Monitor network traffic for suspicious SQL injection payloads targeting these parameters.'}] [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps for CVE-2026-3730 include implementing secure coding practices and restricting database access.

  • Use prepared statements with parameter binding to separate SQL code from user input, preventing injection.
  • Enforce strict input validation and filtering to ensure that parameters like `amen_id` and `rmtype_id` conform to expected formats.
  • Minimize database user privileges by avoiding the use of high-privilege accounts such as `root` or `admin` for routine operations.
  • Conduct regular security audits and code reviews to detect and address vulnerabilities promptly.

Applying these measures immediately is essential to protect system security and maintain data integrity.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart