Description
A vulnerability was identified in YunaiV/zhijiantianya ruoyi-vue-pro up to 2026.08. Affected is the function updateDemoOrderPaid of the file yudao-module-pay/src/main/java/cn/iocoder/yudao/module/pay/controller/admin/demo/PayDemoOrderController.java of the component Demo-order Payment Callback Handler. The manipulation of the argument ID leads to improper authorization. The attack can be initiated remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-24
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Improper authorization enabling unauthorized payment status changes
Action: Immediate Patch
AI Analysis

Impact

A remote attacker can manipulate the ID parameter in the updateDemoOrderPaid function of the Demo-order Payment Callback Handler, allowing the attacker to mark any order as paid. This flaw is a classic improper authorization issue (CWE-266 and CWE-285) that can be abused to tamper with financial records, potentially facilitating fraud and loss of accountability. The consequence is a direct breach of data integrity and could be leveraged for malicious financial actions within the application.

Affected Systems

The vulnerability affects the YunaiV and Zhijiantianya versions of the ruoyi-vue-pro component, specifically any release up to and including 2026.08. Users running these deployments, which contain the PayDemoOrderController.java module in the yudao-module-pay component, are impacted.

Risk and Exploitability

The flaw has a CVSS score of 6.9, indicating a moderate severity. The exploit is publicly available and can be triggered from a remote location without local authentication, implying a straightforward attack vector over the network. While EPSS data is not available, the lack of a KEV listing does not reduce the risk; the flawed authorization logic remains exploitable for any remote actor who can reach the callback endpoint.

Generated by OpenCVE AI on September 25, 2026 at 04:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ruoyi-vue-pro to a version released after 2026.08 that includes the authorization fix for the updateDemoOrderPaid endpoint.
  • If an upgrade is not immediately feasible, restrict external network access to the Demo-order Payment Callback endpoint or configure firewall rules to allow traffic only from trusted IP ranges.
  • Implement or enforce application‑level checks that verify the caller’s privileges before permitting status changes, ensuring that only authorized users or system processes can modify order payment states.

Generated by OpenCVE AI on September 25, 2026 at 04:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in YunaiV/zhijiantianya ruoyi-vue-pro up to 2026.08. Affected is the function updateDemoOrderPaid of the file yudao-module-pay/src/main/java/cn/iocoder/yudao/module/pay/controller/admin/demo/PayDemoOrderController.java of the component Demo-order Payment Callback Handler. The manipulation of the argument ID leads to improper authorization. The attack can be initiated remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title YunaiV/zhijiantianya ruoyi-vue-pro Demo-order Payment Callback PayDemoOrderController.java updateDemoOrderPaid improper authorization
First Time appeared Yunaiv
Yunaiv ruoyi-vue-pro
Zhijiantianya
Zhijiantianya ruoyi-vue-pro
Weaknesses CWE-266
CWE-285
CPEs cpe:2.3:a:yunaiv:ruoyi-vue-pro:*:*:*:*:*:*:*:*
cpe:2.3:a:zhijiantianya:ruoyi-vue-pro:*:*:*:*:*:*:*:*
Vendors & Products Yunaiv
Yunaiv ruoyi-vue-pro
Zhijiantianya
Zhijiantianya ruoyi-vue-pro
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

Yunaiv Ruoyi-vue-pro
Zhijiantianya Ruoyi-vue-pro
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T19:15:12.105Z

Reserved: 2026-09-24T11:34:22.237Z

Link: CVE-2026-97324

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-24T20:17:35.553

Modified: 2026-09-24T21:08:55.030

Link: CVE-2026-97324

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T04:30:08Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-285

    Improper Authorization