๐Ÿ” CVE Alert

CVE-2026-71234

HIGH 7.5

Documize Community: Attachment Download Authorization Bypass via Non-Validated secure Token

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Documize Community's attachment download route (domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware) accepts a `secure` query parameter and grants access whenever the parameter is simply non-empty (len(secureToken) > 0), without comparing it to any server-stored value. Any non-empty string, such as ?secure=x, bypasses authentication entirely and allows downloading any organization's attachments. Sibling handlers in the same file (togglePublish, delete) correctly enforce session-based authorization, confirming this is an inconsistency rather than intended design.

CWE CWE-863
Vendor documize
Product community
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for documize community

Be the first to know when new high vulnerabilities affecting documize community are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

documize / community
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/documize/community

Credits

Alijonov Alisher