CVE-2026-86262
7.3sfturing · hosp_order
The sfturing hosp_order application contains an authorization bypass vulnerability in the Order Handler component, allowing unauthenticated remote attackers to modify appointments and access user data.
Executive summary
An unauthenticated authorization bypass in the sfturing hosp_order component allows remote attackers to manipulate medical appointment data and access sensitive user information.
Vulnerability
This vulnerability is an authorization bypass (CWE-639) located in the OrderController.java file, where the application fails to verify ownership or session context when processing POST requests to the /orderUserCenter endpoint. An unauthenticated attacker can supply arbitrary userID and order ID parameters to modify appointment states and retrieve private medical metadata.
Business impact
The ability for unauthenticated parties to modify appointment workflows and access private health-service activity poses a severe risk to data integrity and patient confidentiality. With a CVSS score of 7.3, this flaw facilitates unauthorized access to sensitive medical records, which can lead to significant reputational damage, regulatory non-compliance, and disruption of hospital operations.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the /orderUserCenter endpoint and evaluate the feasibility of implementing custom server-side authentication logic to validate session ownership before processing requests.
Proactive Monitoring: Monitor server access logs for anomalous POST requests to the /orderUserCenter endpoint, specifically tracking requests that lack valid session identifiers or originate from unexpected IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) to filter and block requests to the vulnerable endpoint that do not contain valid, authenticated session tokens or that exhibit suspicious parameter patterns.
Exploitation status
Public Exploit Available: Yes, a functional proof-of-concept exists and is documented in the project's public GitHub issue tracker (Issue #115).
Analyst recommendation
Given the public availability of exploit details and the critical nature of the compromised data, immediate mitigation is required. Organizations utilizing this software must prioritize restricting public access to the affected components and monitor for signs of unauthorized data modification until a formal patch is released by the vendor.
More sfturing CVEs
Sources
Originally found and disclosed by 9ue33 (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-399408 | sfturing hosp_order Order OrderController.java updateOrderdiseaseInfo authorization Vulnerability database entry
- VDB-399408 | CTI Indicators (IOB, IOC, IOA)
- CVE-2026-86262 | CVE Analysis and Report Third-party advisory
- Submit #902241 | sfturing hosp_order 627f426331da8086ce8fff2017d65b1ddef384f8 Unverified Ownership Third-party advisory
- Exploit / PoC
- github.com