Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/jeecgboot/jimureport/issues/4694
- https://www.vulncheck.com/advisories/jimureport-unauthenticated-report-export-vi
FAQ
What is CVE-2026-58375?
CVE-2026-58375 is a vulnerability with a CVSS score of 7.5 (HIGH). JimuReport through 2.5.0 exposes the POST /jmreport/auto/export endpoint without authentication: the handler is annotated @JimuNoLoginRequired, so JimuReportTokenInterceptor skips all authentication a...
How severe is CVE-2026-58375?
CVE-2026-58375 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58375?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.