Description
JimuReport contains an authentication bypass vulnerability in the report folder template listing endpoint that allows unauthenticated attackers to enumerate all reports and retrieve share tokens. Attackers can use disclosed share tokens to access protected report endpoints and retrieve full report definitions including embedded SQL statements and live query data.
Published: 2026-08-17
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

JimuReport has an authentication bypass that allows an unauthenticated attacker to query a report folder listing endpoint. This flaw reveals the names of all reports and the share tokens that are normally needed to access them. Once a share token is obtained, an attacker can call protected report endpoints and pull full report definitions, which include embedded SQL statements and live query data. The impact is therefore the unauthorized acquisition of sensitive business data and potential exposure of database queries. The weakness is an Authentication Bypass (CWE-306).

Affected Systems

The vulnerability affects the JimuReport product from jeecgboot. No specific version numbers are provided, so any installed instance of JimuReport is potentially exposed until mitigated.

Risk and Exploitability

The CVSS score of 8.7 classifies this as a high severity risk. The EPSS score is not available, but the lack of a KEV listing does not lessen the threat. The likely attack vector is remote, requiring only unauthenticated HTTP requests to the report folder listing endpoint. An attacker can enumerate reports and acquire share tokens without any special permissions, making exploitation trivial for anyone with network access to the application.

Generated by OpenCVE AI on August 17, 2026 at 21:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest JimuReport release that contains the authentication fix as soon as it is available
  • Configure web‑server or firewall rules to restrict direct access to the /report folder and its endpoints to authorized users only
  • Disable or invalidate existing share tokens and enforce authentication on all report endpoints; if the application does not support this, patch or reconfigure the access control logic to reject unauthenticated requests

Generated by OpenCVE AI on August 17, 2026 at 21:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description JimuReport contains an authentication bypass vulnerability in the report folder template listing endpoint that allows unauthenticated attackers to enumerate all reports and retrieve share tokens. Attackers can use disclosed share tokens to access protected report endpoints and retrieve full report definitions including embedded SQL statements and live query data.
Title JimuReport Unauthenticated Report Listing and Share Token Disclosure
First Time appeared Jeecg
Jeecg jimureport
Weaknesses CWE-306
CPEs cpe:2.3:a:jeecg:jimureport:*:*:*:*:*:*:*:*
Vendors & Products Jeecg
Jeecg jimureport
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Jeecg Jimureport
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-17T20:36:05.442Z

Reserved: 2026-08-17T19:59:23.460Z

Link: CVE-2026-75479

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T21:16:50.333

Modified: 2026-08-17T21:16:50.333

Link: CVE-2026-75479

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T21:30:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function