CVE-2026-95396
Received Received - Intake

Cross-Site Scripting in sfturing hosp_order via Search Parameter

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

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: VulDB

Description

A vulnerability was identified in sfturing hosp_order up to 627f426331da8086ce8fff2017d65b1ddef384f8. Affected is an unknown function of the file HospitalController.java of the component Public Search Handlers. The manipulation of the argument Search leads to cross site scripting. The attack can be initiated remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sfturing hosp_order to 627f426331da8086ce8fff2017d65b1ddef384f8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

This is a reflected cross-site scripting (XSS) vulnerability in the sfturing hosp_order system. It occurs when user-supplied input in search parameters is reflected back into HTML without proper encoding, allowing attackers to inject malicious scripts via crafted URLs.

Detection Guidance

To detect this reflected XSS vulnerability, inspect HTTP responses for unsanitized user input reflected in HTML attributes or elements. Check URLs with parameters like hospitalName or Search for unusual JavaScript execution. Use tools like Burp Suite or OWASP ZAP to intercept and modify requests, testing if input appears unencoded in responses.

Impact Analysis

An attacker could trick you into clicking a malicious link, executing arbitrary JavaScript in your browser. This might expose sensitive data, allow unauthorized actions on your behalf, or manipulate displayed information like appointment details.

Compliance Impact

This XSS vulnerability could lead to unauthorized data exposure or manipulation, potentially violating GDPR (data protection) or HIPAA (healthcare privacy) by allowing attackers to access or alter sensitive user information.

Mitigation Strategies

Apply context-aware encoding using JSTL's <c:out> with escapeXml="true" for dynamic JSP values. Validate and sanitize all search parameters. Implement a Content Security Policy to restrict inline scripts. Monitor for unusual activity in search handlers.

Chat Assistant

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

EPSS Chart