JeecgBoot CVE-2025-14908
LOWSeverity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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 security flaw has been discovered in JeecgBoot up to 3.9.0. The affected element is an unknown function of the file jeecg-boot/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/SysTenantController.java of the component Multi-Tenant Management Module. Performing manipulation of the argument ID results in improper authentication. The attack can be initiated remotely. The exploit has been released to the public and may be exploited. The patch is named e1c8f00bf2a2e0edddbaa8119afe1dc92d9dc1d2/67795493bdc579e489d3ab12e52a1793c4f8a0ee. It is recommended to apply a patch to fix this issue.
AnalysisAI
Authentication bypass in JeecgBoot up to version 3.9.0 allows authenticated remote attackers to manipulate tenant ID arguments in the SysTenantController, resulting in improper authentication checks that grant unauthorized access to other tenants' data. The vulnerability has a low CVSS score of 2.1 but publicly available exploit code exists, suggesting active researcher interest despite minimal real-world impact signals (EPSS 0.32%, low severity scope). Exploitation requires prior authentication and produces only limited information disclosure within the multi-tenant architecture.
Technical ContextAI
JeecgBoot is a Java-based low-code application development platform built on Spring Boot that includes multi-tenant support for managing isolated customer environments. The vulnerability resides in the SysTenantController component of the Multi-Tenant Management Module, specifically in how it validates the tenant ID parameter passed in HTTP requests. The root cause (CWE-287: Improper Authentication) stems from insufficient validation of the ID argument before processing tenant-specific operations, allowing authenticated users to bypass tenant isolation by manipulating the ID value to reference tenants they should not have access to. This is a horizontal privilege escalation within the multi-tenant context where one tenant customer can access another tenant's data.
RemediationAI
Apply vendor patch immediately by updating to a JeecgBoot release that includes commit e1c8f00bf2a2e0edddbaa8119afe1dc92d9dc1d2 or later (patch version not explicitly named in available data; verify with vendor release notes). The patch addresses tenant ID validation in SysTenantController by implementing proper authorization checks to ensure users can only access tenants they are assigned to. If immediate patching is not possible, implement network-level or application-level access controls that restrict SysTenantController endpoints to authorized administrative users only, reducing the attack surface to legitimate tenant administrators (note: this reduces multi-tenant flexibility but preserves data isolation). Monitor authentication logs for repeated requests with varying tenant ID parameters from the same user account, which would indicate exploitation attempts.
More from same product – last 7 days
Local denial of service in Android's PackageInstaller subsystem stems from a logic error in PackageInstallerSession.tran
Remote code execution in Spring for GraphQL versions 1.3.0-1.3.8, 1.4.0-1.4.5, and 2.0.0-2.0.3 allows unauthenticated at
NoSQL/query injection in Spring AI Vector Stores (1.0.0-1.0.8 and 1.1.0-1.1.7) allows remote unauthenticated attackers t
Origin validation failure in Spring Cloud Gateway (WebMVC and WebFlux Server variants) allows remote attackers to spoof
Server-Side Request Forgery in Spring Web Services (versions 3.1.0-3.1.8, 4.0.0-4.0.18, 4.1.0-4.1.3, and 5.0.0-5.0.1) al
Share
External POC / Exploit Code
Leaving vuln.today