CVE-2026-86301 Details
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.
A reflected cross-site scripting vulnerability has been identified in Code-Projects Hospital Information System version 1.0. The issue resides in the patient management component, specifically within the `editPatient.php` file. The vulnerability is triggered by manipulating the `id` parameter, allowing the injection of HTML and JavaScript that could be executed in the user's browser. This issue can be exploited remotely.
To address this vulnerability, validate the `id` parameter to ensure it only accepts valid numeric patient identifiers. Apply contextual output encoding to all user-controlled data before rendering it in HTML. Use prepared statements for database queries involving the `id` parameter, and implement a Content Security Policy to add an extra layer of protection.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 7, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Not ApplicableVendor |
| https://github.com/ahmadmarz10-hub/CVEsMarz/blob/main/Reflected%20Cross-Site%20Scripting%20(XSS)%20in%20Hospital%20Information%20System%20%60id%60%20Parameter.md | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/cve/CVE-2026-86301 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/906740 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/399465 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399465/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Code-Projects Hospital Information System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 7, 2026 | New CVE Received | [email protected] |
Volerion