CVE-2026-86301
Received Received - Intake

Cross-Site Scripting in Hospital Information System 1.0

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

Publication date: 2026-09-07

Last updated on: 2026-09-07

Assigner: VulDB

Description

A vulnerability has been found in code-projects Hospital Information System 1.0. Affected is an unknown function of the file /HIS/src/patients/editPatient.php of the component Patient Management. Such manipulation of the argument ID leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-07
Last Modified
2026-09-07
Generated
2026-09-07
AI Q&A
2026-09-07
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-86301 is a Reflected Cross-Site Scripting (XSS) vulnerability in the Hospital Information System (HIS) 1.0. It affects the patient editing function in the file /HIS/src/patients/editPatient.php. The vulnerability occurs because the 'id' parameter is not properly validated or sanitized, allowing attackers to inject malicious JavaScript code via a crafted URL. When the victim accesses the link, the injected script executes in their browser within the HIS application context.

Detection Guidance

To detect this reflected XSS vulnerability, inspect HTTP requests to /HIS/src/patients/editPatient.php with the id parameter. Look for responses reflecting unsanitized input like <script>alert(1)</script>. Use browser developer tools or tools like Burp Suite to capture and analyze requests.

Impact Analysis

This vulnerability could allow attackers to execute unauthorized actions, manipulate data, or perform phishing attacks on users of the Hospital Information System. Since the attack requires an authenticated user to access the crafted request, it primarily affects users with valid system access who unknowingly click on malicious links.

Compliance Impact

This vulnerability could lead to breaches of patient data confidentiality, which may violate GDPR and HIPAA requirements for protecting sensitive health information. Unauthorized script execution could enable data theft or manipulation, resulting in non-compliance with these regulations.

Mitigation Strategies

Immediately validate the id parameter as an integer on the server side. Implement strict output encoding for all user-controlled data. Add Content Security Policy headers to restrict script execution. Ensure database queries use prepared statements to prevent injection.

Chat Assistant

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

EPSS Chart