JimuReport through 2.5.0 exposes the POST /jmreport/auto/export endpoint without authentication: the handler is annotated @JimuNoLoginRequired, so JimuReportTokenInterceptor skips all authentication and authorization, and the export service streams the rendered report for any supplied report id without verifying the auto-export configuration flag. An unauthenticated remote attacker can enumerate Snowflake report identifiers and export the full contents of any report, including the data returned by the report configured SQL queries and any credentials embedded in its data sources.
References
Configurations
No configuration.
History
30 Jun 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-30 17:16
Updated : 2026-07-14 22:17
NVD link : CVE-2026-58375
Mitre link : CVE-2026-58375
CVE.ORG link : CVE-2026-58375
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function
