Cyber Resilience

CVE-2025-70986

HighPublic PoC

Published: 23 January 2026

Published
23 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0002 6.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-70986 is a high-severity Improper Access Control (CWE-284) vulnerability in Ruoyi Ruoyi. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 6.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2025-70986 is an incorrect access control vulnerability in the selectDept function of RuoYi version 4.8.2. This flaw allows unauthorized attackers to arbitrarily access sensitive department data. The vulnerability is associated with CWE-284 (Improper Access Control) and CWE-862 (Missing Authorization), and it has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with no requirements for privileges or user interaction.

Attackers can exploit this vulnerability remotely over the network with low complexity and no authentication. Any unauthenticated adversary who can reach the affected RuoYi instance may invoke the selectDept function to retrieve sensitive department data, potentially exposing organizational structures, employee information, or other confidential details without detection or restriction.

Advisories and related resources for mitigation are available in the following references: a GitHub Gist at https://gist.github.com/old6ma/779320a98f361c299ca024521cb72db6 detailing the issue; the official RuoYi repository on Gitee at https://gitee.com/y_project/RuoYi; an issue tracker entry at https://gitee.com/y_project/RuoYi/issues/IDIDME; and a GitHub mirror at https://github.com/yangzongzhuan/RuoYi. Security practitioners should consult these for patch information or workarounds specific to RuoYi v4.8.2.

EU & UK References

Vulnerability details

Incorrect access control in the selectDept function of RuoYi v4.8.2 allows unauthorized attackers to arbitrarily access sensitive department data.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote unauthenticated exploitation of a public-facing web application (RuoYi) due to missing authorization, enabling unauthorized access to sensitive data.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-70985Same product: Ruoyi Ruoyi
CVE-2025-0734Same product: Ruoyi Ruoyi
CVE-2024-57521Same product: Ruoyi Ruoyi
CVE-2024-57436Same product: Ruoyi Ruoyi
CVE-2025-69220Shared CWE-284, CWE-862
CVE-2026-42569Shared CWE-284, CWE-862
CVE-2026-28276Shared CWE-284, CWE-862
CVE-2026-45209Shared CWE-862
CVE-2026-25026Shared CWE-862
CVE-2026-39339Shared CWE-284

Affected Assets

ruoyi
ruoyi
4.8.1, 4.8.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 mandates enforcement of approved authorizations for access to information and resources, directly preventing unauthorized attackers from accessing sensitive department data via the flawed selectDept function.

prevent

AC-24 requires explicit authorization decisions for access to system resources and aborts unauthorized attempts, countering the missing authorization in selectDept that exposes department data.

prevent

AC-6 enforces least privilege to restrict access to only what is necessary for tasks, mitigating arbitrary unauthorized access to sensitive department data in RuoYi v4.8.2.

References