CVE-2026-86216
Received Received - Intake

Cross-Site Scripting in Hotel and Tourism Reservation PHP

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

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: VulDB

Description

A security vulnerability has been detected in code-projects Hotel and Tourism Reservation in PHP 1.0. This impacts an unknown function of the file /ht/details.php. The manipulation of the argument room leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-86216 is a Reflected Cross-Site Scripting (XSS) vulnerability in the Hotel and Tourism Reservation System affecting the room parameter in the /ht/details.php endpoint. The flaw occurs because the application reflects user input from the room GET parameter into the HTML response without proper encoding.

Detection Guidance

To detect this reflected XSS vulnerability, inspect HTTP requests to /ht/details.php for the 'room' parameter containing suspicious payloads like <script> tags or event handlers. Use browser developer tools to check if user input is reflected in the HTML response without encoding. Tools like Burp Suite or OWASP ZAP can intercept and analyze requests for malicious payloads in the 'room' parameter.

Impact Analysis

An attacker can craft a malicious URL with a JavaScript payload in the room parameter. When a victim visits this URL, the script executes in their browser, potentially enabling unauthorized actions, content manipulation, or session hijacking.

Compliance Impact

This reflected XSS vulnerability could lead to unauthorized access to sensitive user data, such as personal or health information, which may violate GDPR and HIPAA compliance requirements. Exploitation could enable session hijacking or data theft, posing risks to data confidentiality and integrity.

Mitigation Strategies

Immediately apply strict input validation to the 'room' parameter, ensuring it only accepts numeric values. Implement contextual output encoding for all user-controlled data before rendering in HTML. Update the application to use parameterized queries to prevent injection. Deploy a restrictive Content Security Policy to limit script execution. Monitor logs for attempts to exploit this flaw.

Chat Assistant

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

EPSS Chart