Description
A security vulnerability has been detected in sfturing hosp_order up to 627f426331da8086ce8fff2017d65b1ddef384f8. This affects the function updateOrderSta1/updateOrderdiseaseInfo of the file ssm_pro/src/main/java/cn/sfturing/web/OrderController.java of the component Order Handler. The manipulation of the argument userID/id leads to authorization bypass. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. 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: < 1% Very Low
KEV: No
Impact: Authorization Bypass
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the updateOrderSta1 and updateOrderdiseaseInfo functions of OrderController, where the userID or id argument can be manipulated to bypass the ownership check. This oversight allows an attacker to modify the status or disease information of any order that they do not own, violating confidentiality and integrity of patient records. The weakness follows CWE‑285 and CWE‑639 guidelines.

Affected Systems

The affected application is sfturing’s hosp_order, specifically the OrderHandler module located in ssm_pro/src/main/java/cn/sfturing/web/OrderController.java. Any release prior to commit 627f4263 is potentially affected, and versions cannot be enumerated precisely because the project follows a rolling‑release model. No official vendor patch is available at this time.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity and the exploit can be carried out remotely via crafted HTTP requests that set a forged userID/id. The vulnerability is publicly disclosed, but its EPSS score is unavailable, and it has not yet been catalogued in the CISA KEV list. Attackers do not require authentication to the application to perform the bypass, making exploitation potentially easier.

Generated by OpenCVE AI on September 7, 2026 at 03:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a commit newer than 627f4263 once the maintainers release a fix.
  • If an update is not feasible, modify the updateOrderSta1 and updateOrderdiseaseInfo handlers to enforce that the userID or id matches the authenticated session or order owner.
  • Implement strict access controls on the endpoint and monitor traffic for anomalous usage patterns.
  • Apply network perimeter controls or firewall rules to limit exposure of the vulnerable endpoint.

Generated by OpenCVE AI on September 7, 2026 at 03:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 02:45:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in sfturing hosp_order up to 627f426331da8086ce8fff2017d65b1ddef384f8. This affects the function updateOrderSta1/updateOrderdiseaseInfo of the file ssm_pro/src/main/java/cn/sfturing/web/OrderController.java of the component Order Handler. The manipulation of the argument userID/id leads to authorization bypass. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title sfturing hosp_order Order OrderController.java updateOrderdiseaseInfo 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-11T20:35:57.889Z

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

Link: CVE-2026-86262

cve-icon Vulnrichment

Updated: 2026-09-11T20:03:08.411Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-11T21:17:40.513

Link: CVE-2026-86262

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T04:00:14Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key