CVE-2025-14201
BaseFortify
Publication date: 2025-12-07
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| alokjaiswal | hotel-management-services-using-mysql-and-php | to 2018-11-08 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a cross-site scripting (XSS) issue found in the file /dishsub.php of the alokjaiswal Hotel-Management-services-using-MYSQL-and-php application. It occurs due to manipulation of the argument item.name, allowing an attacker to inject malicious scripts. The attack can be launched remotely, and the exploit has been made public.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute malicious scripts in the context of the affected application, potentially leading to unauthorized actions performed on behalf of legitimate users. This can result in compromised user interactions, data manipulation, or session hijacking. However, the CVSS scores indicate a low to moderate impact with limited confidentiality and integrity impact and no availability impact.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided resources do not contain information regarding the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking for the presence of the vulnerable file /dishsub.php and testing the item.name parameter for cross-site scripting (XSS) by injecting scripts and observing if they are executed. Additionally, vulnerable targets can be identified using Google dorking with the query: inurl:dishsub.php. There is a publicly available proof-of-concept exploit on GitHub that can be used to verify the vulnerability. [3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing the vulnerable software with alternative software, as no vendor patch or countermeasures are available. Avoid using the affected functionality involving the item.name parameter in /dishsub.php, and restrict access to the affected web application to trusted users only. Monitoring and filtering input to prevent script injection can also help reduce risk until a fix is available. [3]