{"id":"CVE-2026-71234","published":"2026-08-05T11:16:26.120","lastModified":"2026-08-10T12:17:25.880","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.","cvssScore":7.5,"cvssSeverity":"HIGH","cvssVector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N","cwes":["CWE-863"],"vendors":[],"products":[],"references":[{"url":"https://github.com/documize/community","tags":[]}],"exploitRefs":[{"url":"https://github.com/documize/community","tags":[]}],"hasPoc":true,"ai":{"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.","remediation":"Implement proper authentication checks for the secureToken parameter to prevent unauthorized access.","tags":["auth-bypass","web","data-exposure","security"],"model":"qwen2.5:7b-instruct","analyzedAt":"2026-08-11T06:59:12.059Z"}}