Vulnerability Description
RuoYi-Vue-Plus through 5.6.2, fixed in commit 88d03d9, exposes workflow task management endpoints under /workflow/task (FlwTaskController) without any permission check: the controller declares no class-level or method-level authorization annotation, so the endpoints are gated only by global authentication. Any authenticated user, regardless of assigned role, can therefore reassign workflow approval tasks to arbitrary users via updateAssignee (defeating segregation of duties in the approval process), urge arbitrary tasks, and enumerate all pending and finished tasks via the pageByAllTaskWait and pageByAllTaskFinish listing endpoints. The issue was resolved by adding permission identifiers (SaCheckPermission) to these endpoints.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/dromara/RuoYi-Vue-Plus/commit/88d03d970d4d1e96e4fb2dfefaf19f6
- https://github.com/dromara/RuoYi-Vue-Plus/issues/44
- https://www.vulncheck.com/advisories/ruoyi-vue-plus-missing-authorization-on-wor
- https://github.com/dromara/RuoYi-Vue-Plus/issues/44
FAQ
What is CVE-2026-58176?
CVE-2026-58176 is a vulnerability with a CVSS score of 6.5 (MEDIUM). RuoYi-Vue-Plus through 5.6.2, fixed in commit 88d03d9, exposes workflow task management endpoints under /workflow/task (FlwTaskController) without any permission check: the controller declares no clas...
How severe is CVE-2026-58176?
CVE-2026-58176 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58176?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.