CVE-2026-86263
Received Received - Intake

Authorization Bypass in sfturing hosp_order via Order Cancellation

Vulnerability report for CVE-2026-86263, 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 vulnerability was detected in sfturing hosp_order up to 627f426331da8086ce8fff2017d65b1ddef384f8. This impacts the function orderRecordsService.cancelOrder of the file ssm_pro/src/main/java/cn/sfturing/web/OrderController.java of the component Order Cancellation. The manipulation of the argument ID results in authorization bypass. The attack may be performed from remote. The exploit is now public and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. 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-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authorization bypass in the sfturing hosp_order system. It allows an attacker to cancel any appointment remotely by manipulating the ID argument in the orderRecordsService.cancelOrder function without authentication or ownership verification. The flaw exists in OrderController.java where the cancelOrder method processes cancellations based solely on the provided ID without checking user session or relationship to the appointment.

Detection Guidance

Check for unauthorized POST requests to /cancelOrder/{id} endpoints without authentication tokens. Monitor database changes where is_cancel values are modified unexpectedly. Inspect logs for repeated failed authentication attempts or sudden appointment cancellations.

Impact Analysis

This vulnerability allows unauthorized individuals to cancel any appointment in the system. This could disrupt medical service scheduling, cause financial penalties for patients or providers, and potentially lead to denial of healthcare services. The impact includes data integrity loss and unauthorized system access.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and patient privacy. It enables unauthorized modification of appointment records, which could constitute a breach of confidentiality under HIPAA for healthcare systems. GDPR compliance may also be affected due to unauthorized processing of personal data without proper authorization.

Mitigation Strategies

Implement authentication checks for all /cancelOrder/{id} endpoints. Validate user ownership of appointments before processing cancellations. Restrict state transitions in the database to prevent unauthorized modifications. Return generic errors for invalid requests to avoid information leakage.

Chat Assistant

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

EPSS Chart