---
id: CVE-2026-71234
title: >-
  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
  (l…
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
  (l…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-863
published: '2026-08-05'
updated: '2026-08-10'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-71234'
references:
  - url: 'https://github.com/documize/community'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
tags:
  - nvd
epss: 0.00394
epssPercentile: 0.30745
ingestedAt: '2026-08-10T12:39:48.774Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
