SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71807

MEDIUM · CVSS 4.3 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The ruoyi-workflow module in RuoYi-Cloud-Plus versions up to 2.6.2 is vulnerable due to insufficient permission checks in core task APIs, allowing authenticated low-privileged remote attackers to access sensitive task details and initiate unauthorized workflow executions. This vulnerability poses a risk of data exposure and unauthorized actions within the workflow management system. Organizations using this software should prioritize remediation to protect against potential exploitation by malicious insiders.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71807
Severity
MEDIUM
CVSS
4.3
EPSS
0.19%

Original NVD Description

In RuoYi-Cloud-Plus <= 2.6.2 in the ruoyi-workflow module, multiple core task APIs in FlwTaskController lack permission annotations, and the Service layer does not verify whether the current user is the task handler/related user. Authenticated low-privileged remote attackers can read sensitive workflow task details (/task/getTask/{taskId}) and trigger unauthorized workflow executions (/task/startWorkFlow).