CVE-2025-15124 Details
Description
A vulnerability was identified in JeecgBoot up to 3.9.0. This impacts the function getParameterMap of the file /sys/sysDepartPermission/list. The manipulation of the argument departId leads to improper authorization. The attack can be initiated remotely. The attack's complexity is rated as high. The exploitability is said to be difficult. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
A vulnerability exists in JeecgBoot versions prior to 3.9.0, specifically in the department permission list query endpoint. The issue arises in the 'getParameterMap' function of the '/sys/sysDepartPermission/list' file, where the 'departId' parameter is not properly validated for tenant ownership. This lack of validation allows attackers to access department permission configurations of other tenants by specifying arbitrary department IDs. The vulnerability can be exploited remotely and is considered to have a high complexity, with difficult exploitability. However, a public exploit is available.
Implement tenant ownership validation for the 'departId' parameter to ensure that only authorized department data is accessed. This can be done by checking if the department belongs to the current tenant before processing the request. Additionally, consider adding database-level tenant isolation and configuring audit logging to record department permission query operations, especially cross-tenant access attempts.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Dec 29, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Hwwg/cve/issues/37 | [email protected] | ExploitThird Party Advisory |
| https://vuldb.com/?ctiid.338502 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.338502 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.711776 | [email protected] | ExploitThird Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-863 | Incorrect Authorization | [email protected] |
| CWE-266 | Incorrect Privilege Assignment | [email protected] |
| CWE-285 | Improper Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| jeecg jeecg boot | <= 3.9.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Dec 30, 2025 | Initial Analysis | [email protected] |
| Dec 28, 2025 | New CVE Received | [email protected] |