CVE-2026-71234
7.5 HIGHpublic exploit availablePublished 2026-08-05 · Updated 2026-08-10
AI risk analysis
- Summary
- The flaw allows unauthorized access to document downloads by merely providing a non-empty query parameter, leading to potential data exposure.
- Exploitability
- Exploitation is relatively easy as it requires only sending a non-empty token without needing authentication or additional credentials.
- Blast radius
- If exploited, this could result in sensitive documents being accessed by unauthorized users, impacting confidentiality and potentially leading to data breaches.
- Prioritized remediation
- Implement proper authentication checks for the secureToken parameter to prevent unauthorized access.
auth-bypasswebdata-exposuresecurity
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
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.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses
CWE-863
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.