Summary
CVE-2026-71234 is an incorrect-authorization vulnerability in Documize Community that allows an unauthenticated, network-based attacker to download any organization’s attachments. The attachment download endpoint accepts any non-empty secure query parameter value instead of validating it against a server-stored token, resulting in a HIGH-severity (CVSS 7.5) information disclosure.
Technical details
- Root cause: The
Downloadfunction indomain/attachment/endpoint.gois registered as a public route (no authentication middleware) and checks only that thesecurequery parameter is non-empty (length > 0) rather than validating it against the server-stored secure token. - Trigger conditions: An HTTP request to the attachment download route supplying any non-empty value for the
secureparameter (for example?secure=x). - Attack vector: Network, unauthenticated, low complexity — no privileges or user interaction required.
- Impact: Unauthorized read access to attachments belonging to any organization, breaching confidentiality (CWE-863: Incorrect Authorization).
Affected software
- Documize Community — all versions (no fixed release identified at time of writing).
Severity
- CVSS v3.1 Base Score: 7.5 (HIGH)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate: No vendor patch release has been identified at the time of writing. Monitor the official Documize Community repository for a fixed release and apply it once available.
- If no patch: Restrict network exposure of the Documize instance (place it behind a VPN or trusted network segment), and use a reverse proxy or WAF to restrict or filter access to the attachment download endpoint until a fix is available.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
documize/config/environment,/assets/documize-<hash>.js - URL of a loaded script:
/assets/documize-<hash>.js - Content of the
documize/config/environmentmeta tag:"version":"v...

