CVE Catalog

CVE-2026-71234

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

16th percentile - higher than 16% of all known CVEs

Summary

Documize Community's attachment download route (domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware) accepts a query parameter and grants access whenever the parameter is simply non-empty (len(secureToken) > 0), without comparing it to any server-stored value.

Risk Assessment

The risk is that anyone who knows or guesses the parameter name can download attachments without authorization, which can lead to leakage of confidential data.

Recommendation

It is recommended to update Documize Community to a version containing a fix or to add proper security token verification before serving files.

Related vulnerabilities

Original NVD description (English source)

Documize Community's attachment download route (domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware) accepts a query parameter and grants access whenever the parameter is simply non-empty (len(secureToken) > 0), without comparing it to any server-stored value.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS