AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71234

HIGH · CVSS 7.5 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability in Documize Community's attachment download route allows unauthorized access to any organization's attachments by accepting any non-empty `secure` query parameter, bypassing authentication checks. This flaw poses a significant risk as it enables attackers to download sensitive documents without proper authorization. Organizations using this software should prioritize patching this vulnerability to prevent potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71234
Severity
HIGH
CVSS
7.5
EPSS
0.24%

Original NVD Description

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.