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.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability exists in sfturing hosp_order that allows an attacker to manipulate the order ID passed to the cancelOrder method in OrderController.java, bypassing the normal authorization checks. This results in the ability to cancel any order without proper privileges. The flaw is exploitable remotely, as the API is exposed to clients over HTTP and the exploit is publicly documented. The impact is a loss of integrity for order records.

Affected Systems

The affected product is sfturing hosp_order, a web application for hospital order management. Because the project uses a rolling release model, specific version numbers are not published, but any release built before the merge of commit 627f426331da8086ce8fff2017d65b1ddef384f8 is vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. No EPSS score is available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting it is not a known widely‑used exploit. Nevertheless, the ability to bypass authorization with a simple crafted request makes the vulnerability practical for attackers, especially if the application is exposed to the internet. The risk is moderate to high depending on the sensitivity of the orders being managed.

Generated by OpenCVE AI on September 7, 2026 at 04:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any official patch or newer release from the sfturing maintainers that addresses the cancelOrder authorization flaw.
  • Reconfigure the application to enforce strict authentication and authorization checks on the cancelOrder endpoint, ensuring that only the owning user or an administrator can cancel an order.
  • Validate the order ID against the requesting user before performing the cancel operation; reject requests that do not match the user’s own records.
  • As a temporary workaround, restrict or block unauthenticated access to the Order Cancellation API and introduce rate limiting to reduce exploitation opportunities.

Generated by OpenCVE AI on September 7, 2026 at 04:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 03:00:00 +0000

Type Values Removed Values Added
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.
Title sfturing hosp_order Order Cancellation OrderController.java orderRecordsService.cancelOrder authorization
First Time appeared Sfturing
Sfturing hosp Order
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:sfturing:hosp_order:*:*:*:*:*:*:*:*
Vendors & Products Sfturing
Sfturing hosp Order
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sfturing Hosp Order
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-07T02:45:09.066Z

Reserved: 2026-09-06T11:57:46.041Z

Link: CVE-2026-86263

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T03:17:19.070

Modified: 2026-09-07T03:17:19.070

Link: CVE-2026-86263

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T05:00:13Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key