JeecgBoot CVE-2025-15122
LOWSeverity by source
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability was found in JeecgBoot up to 3.9.0. The impacted element is the function loadDatarule of the file /sys/sysDepartRole/datarule/. Performing manipulation of the argument departId/roleId results in improper authorization. It is possible to initiate the attack remotely. The attack is considered to have high complexity. The exploitability is regarded as difficult. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Improper authorization in JeecgBoot up to version 3.9.0 allows authenticated remote attackers to manipulate departId and roleId parameters in the /sys/sysDepartRole/datarule/ endpoint to disclose sensitive information. The vulnerability requires legitimate user access and high exploitation complexity, but publicly available exploit code exists and the vendor did not respond to early disclosure attempts.
Technical ContextAI
JeecgBoot is an open-source rapid development framework for Java-based applications. The vulnerability resides in the loadDatarule function within the department role management module (/sys/sysDepartRole/datarule/). The root cause is classified as CWE-266 (Improper Privilege Management), indicating insufficient authorization checks when processing departId and roleId parameters. The function fails to validate whether the authenticated user has proper permissions to access data associated with arbitrary department and role identifiers, allowing horizontal privilege escalation or lateral data access across organizational units.
RemediationAI
Upgrade JeecgBoot to a patched version beyond 3.9.0 when the vendor releases a fix. At time of analysis, no vendor-released patch was independently confirmed due to the vendor's non-responsiveness to disclosure. As a compensating control, implement role-based access control (RBAC) validation on the /sys/sysDepartRole/datarule/ endpoint to ensure authenticated users can only query departId and roleId parameters associated with their organizational unit or assigned roles. Additionally, log all access attempts to this endpoint and monitor for suspicious departId/roleId enumeration patterns. Restrict network access to JeecgBoot administration endpoints to trusted internal networks where feasible. Note that these controls may impact usability of cross-department reporting features if your organization requires them.
Share
External POC / Exploit Code
Leaving vuln.today