CVE-2026-86264
Received Received - Intake

Cross-Site Scripting in Sfturing SSM Pro Order Endpoint

Vulnerability report for CVE-2026-86264, 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 flaw has been found in sfturing ssm_pro up to 627f426331da8086ce8fff2017d65b1ddef384f8. Affected is an unknown function of the file ssm_pro/src/main/java/cn/sfturing/web/OrderController.java of the component Order Endpoint. This manipulation of the argument hospitalName/officesName/doctorName causes cross site scripting. It is possible to initiate the attack remotely. The exploit has been published and may 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-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

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-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

This is a stored cross-site scripting (XSS) vulnerability in the sfturing ssm_pro application up to version 627f426331da8086ce8fff2017d65b1ddef384f8. It allows attackers to inject malicious scripts into hospital, department, and doctor name fields via an unauthenticated appointment-creation endpoint. These scripts are stored in the database and later executed when rendered in the user-center JSP page without proper HTML encoding.

Detection Guidance

To detect this stored XSS vulnerability, inspect the OrderController.java file for unsanitized user inputs in hospitalName, officesName, or doctorName fields. Check if these inputs are directly stored in the database and later rendered in JSP pages without HTML encoding. Review server logs for suspicious script payloads in these fields.

Impact Analysis

An attacker could exploit this to execute arbitrary JavaScript in the context of the application's origin. This may allow access to sensitive page content, session cookies, or enable same-origin actions within the victim's browser session. The impact includes potential data theft, session hijacking, or unauthorized actions on behalf of the user.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. It may result in data breaches, non-compliance penalties, and loss of user trust due to insufficient input validation and output encoding.

Mitigation Strategies

Immediately sanitize all user inputs for hospitalName, officesName, and doctorName fields using server-side validation. Replace direct client inputs with server-side IDs for these fields. Ensure all rendered outputs in JSP pages are properly HTML-encoded to prevent script execution.

Chat Assistant

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

EPSS Chart