VYPR
Vendor

Documize

Products
2
CVEs
3
Across products
3
Status
Private

Products

2

Recent CVEs

3
  • CVE-2023-23634CriDec 29, 2023
    risk 0.64cvss 9.8epss 0.01

    SQL Injection vulnerability in Documize version 5.4.2, allows remote attackers to execute arbitrary code via the user parameter of the /api/dashboard/activity endpoint.

  • CVE-2026-71234HigAug 5, 2026
    risk 0.49cvss 7.5epss 0.00

    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…

  • CVE-2019-19619MedDec 6, 2019
    risk 0.33cvss 6.1epss 0.01

    domain/section/markdown/markdown.go in Documize before 3.5.1 mishandles untrusted Markdown content. This was addressed by adding the bluemonday HTML sanitizer to defend against XSS.