top of page
perceptive_background_267k.jpg

Documize Community's attachment download route (domain/attachment/endpoint.go, Download function, registered via AddPublic with no auth middleware) accepts a `s…

Published:

4 August 2026 at 22:00:00

Alert date:

5 August 2026 at 12:07:09

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies, Identity & Access, Data Breach & Exfiltration, Enterprise Applications

CVE-2026-71234 describes a broken authentication vulnerability in Documize Community's attachment download route. The affected code resides in domain/attachment/endpoint.go within the Download function, which is registered via AddPublic with no authentication middleware. The vulnerability stems from a flawed token check: access is granted whenever the 'secure' query parameter is simply non-empty (len(secureToken) > 0), without validating the token against any server-stored value. This means any non-empty string such as '?secure=x' completely bypasses authentication. As a result, an unauthenticated attacker can download attachments belonging to any organization hosted on the platform. Sibling handlers in the same file (togglePublish, delete) correctly enforce session-based authorization, confirming this is a code-level inconsistency rather than intentional design. The vulnerability poses a significant risk to confidentiality of stored organizational documents and attachments.

Technical details

Mitigation steps:

Affected products:

Documize Community

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Disclaimer: Deze website toont informatie afkomstig van externe bronnen. Perceptive aanvaardt geen verantwoordelijkheid voor de inhoud, juistheid of volledigheid van deze informatie.

bottom of page