CVE-2026-58375
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedJimuReport 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceJimuReport through 2.5.0 has an unauthenticated API endpoint (POST /jmreport/auto/export) that lacks proper authorization checks due to the @JimuNoLoginRequired annotation causing the interceptor to skip authentication. The export functionality also fails to validate the auto-export configuration flag, allowing any report to be exported without credentials.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate JimuReport installationSearch for jimureport JAR/WAR files in the application deployment directory, or check the application's pom.xml/build.gradle for jimureport dependency, or look for jimureport-related JARs in the lib/classpathAffected if JimuReport library or application is found in the environment
-
Determine installed JimuReport versionCheck the version of the jimureport JAR/WAR file name, or look at the pom.xml/build.gradle dependency version, or inspect the JAR manifest file for the version attributeAffected if Version is 2.5.0 or any earlier version (e.g., 2.4.x, 2.3.x, etc.)
-
Verify vulnerable endpoint is exposedSend a POST request to /jmreport/auto/export (or the equivalent path in your deployment) with a test report ID parameter and observe if the server returns exported report data without requiring authenticationAffected if The endpoint responds with report export data without any login or session validation
-
Check interceptor configurationInspect the application source code or configuration for JimuReportTokenInterceptor to confirm it skips authentication for endpoints annotated with @JimuNoLoginRequired, or check if /jmreport/auto/export is in an allowed unauthenticated path listAffected if The interceptor explicitly bypasses authentication for the /jmreport/auto/export endpoint
The environment is affected if JimuReport version 2.5.0 or earlier is installed AND the /jmreport/auto/export endpoint is accessible without authentication, allowing unauthenticated export of any report.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedAdd authentication/authorization checks to the /jmreport/auto/export endpoint or remove the @JimuNoLoginRequired annotation, and ensure the export service validates the auto-export configuration flag before allowing exports.
JimuReport version > 2.5.0 (e.g., 2.5.1 or latest stable)
- Check the official JimuReport GitHub releases page (github.com/jeecgboot/JimuReport) for versions after 2.5.0 to identify the version that addresses CVE-2026-58375
- If a specific fixed version is not clearly documented, upgrade to the latest stable release of JimuReport
- After upgrading, verify that the /jmreport/auto/export endpoint now requires authentication
- Confirm that the @JimuNoLoginRequired annotation is removed from the export handler or that proper authentication checks are in place
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-58375 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-58375 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data