CVE-2026-86263
7.3sfturing · hosp_order
A vulnerability in the sfturing hosp_order application allows unauthenticated attackers to bypass authorization and cancel arbitrary medical appointments via the orderRecordsService.cancelOrder function.
Executive summary
An unauthenticated authorization bypass vulnerability in sfturing hosp_order allows remote attackers to cancel any patient appointment, posing a significant risk to healthcare scheduling integrity.
Vulnerability
The application fails to perform session or ownership validation within the OrderController.java file, allowing unauthenticated remote attackers to invoke the POST /cancelOrder/{id} endpoint and modify appointment statuses.
Business impact
Successful exploitation allows unauthorized users to disrupt medical services by cancelling appointments on behalf of other patients. This flaw directly impacts operational continuity and could lead to significant administrative burden, potential financial penalties for patients, and damage to the trust and reliability of the healthcare management system. The high severity of this issue is reflected in its CVSS score of 7.3, acknowledging the ease of remote, unauthenticated exploitation.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the /cancelOrder/ endpoint at the network or application gateway level to prevent unauthorized requests.
Proactive Monitoring: Review application access logs for unusual spikes in POST requests to the /cancelOrder/ endpoint, particularly those originating from unauthorized or unexpected IP addresses.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to block unauthenticated access to sensitive appointment management endpoints, or enforce session-based authentication requirements at the reverse proxy layer.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists (attributed to the researcher's technical write-up linked in the GitHub issue).
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of a vendor-provided patch, this vulnerability presents a credible and immediate risk to system integrity. Security teams should prioritize restricting access to the affected endpoint and maintain close monitoring of logs until the vendor releases a secure update. Immediate mitigation is required to prevent potential service disruption.
More sfturing CVEs
Sources
Originally found and disclosed by 9ue33 (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-399409 | sfturing hosp_order Order Cancellation OrderController.java orderRecordsService.cancelOrder authorization Vulnerability database entry
- VDB-399409 | CTI Indicators (IOB, IOC, IOA)
- CVE-2026-86263 | CVE Analysis and Report Third-party advisory
- Submit #902242 | sfturing hosp_order 627f426331da8086ce8fff2017d65b1ddef384f8 Unverified Ownership Third-party advisory
- Exploit / PoC
- github.com