Description
JeecgBoot 3.9.2 and earlier contains an authorization bypass vulnerability in the SystemApiController component. An authenticated attacker with any valid JWT token can access multiple API endpoints (including queryAllUser, queryUsersByUsernames, queryUserById, and queryUsersByIds) to retrieve sensitive information of all users, including real names, phone numbers, email addresses, employee numbers, and role definitions, due to missing fine-grained permission checks and incomplete data desensitization.
Published: 2026-09-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Data Exposure
Action: Apply Patch
AI Analysis

Impact

The vulnerability arises from missing fine‑grained permission checks in the SystemApiController component of JeecgBoot. An attacker who holds any valid JWT token can call several admin‑level API endpoints, such as queryAllUser, queryUsersByUsernames, queryUserById, and queryUsersByIds. These calls return the entire set of user records, revealing real names, phone numbers, email addresses, employee identifiers and role definitions. The result is a complete compromise of user confidentiality, enabling data theft and identity misuse.

Affected Systems

JeecgBoot version 3.9.2 and any earlier releases are affected. The issue lies solely in the SystemApiController functionality and does not appear in later versions. No specific vendor or distribution is listed beyond the JeecgBoot project itself.

Risk and Exploitability

The flaw requires an authenticated session; the attacker must have a working JWT token, meaning either legitimate credentials or possession of stolen tokens. Once authenticated, the attacker can retrieve all sensitive user details with a single authenticated request. Because no exploit has been reported in KEV and the EPSS score is unknown, the public exploitation likelihood may be moderate, yet the confidentiality impact is high. The CVSS score is 6.5, so administrators should treat this as a high‑risk disclosure pending patching.

Generated by OpenCVE AI on September 4, 2026 at 22:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest JeecgBoot release that includes the authorization controls for SystemApiController, or apply the vendor’s patch as soon as it becomes available.
  • Ensure that all SystemApiController endpoints enforce role‑based authorization checks so that only privileged users can query user data, and apply data masking or desensitization for sensitive fields before sending responses.
  • Review and tighten the application’s JWT handling so that tokens are only issued for confirmed employees or administrators, and consider implementing short lifetimes or revocation mechanisms to limit the window of abuse.
  • As a temporary workaround, disable or remove the vulnerable API routes or restrict access to them behind an additional network or application firewall until a fixed version is deployed.

Generated by OpenCVE AI on September 4, 2026 at 22:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
Title Authorization Bypass Exposing Sensitive User Data in JeecgBoot 3.9.2

Fri, 04 Sep 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Jeecgboot
Jeecgboot jeecgboot
Vendors & Products Jeecgboot
Jeecgboot jeecgboot

Fri, 04 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-862
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
Description JeecgBoot 3.9.2 and earlier contains an authorization bypass vulnerability in the SystemApiController component. An authenticated attacker with any valid JWT token can access multiple API endpoints (including queryAllUser, queryUsersByUsernames, queryUserById, and queryUsersByIds) to retrieve sensitive information of all users, including real names, phone numbers, email addresses, employee numbers, and role definitions, due to missing fine-grained permission checks and incomplete data desensitization.
References

Subscriptions

Jeecgboot Jeecgboot
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-04T17:40:56.969Z

Reserved: 2026-08-25T00:00:00.000Z

Link: CVE-2026-78970

cve-icon Vulnrichment

Updated: 2026-09-04T17:40:33.839Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T16:17:59.973

Modified: 2026-09-08T19:42:20.313

Link: CVE-2026-78970

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T22:45:04Z

Weaknesses