← Terug naar overzicht

GROWI, a wiki platform, contains a missing authorization vulnerability in its attachment retrieval routes (/attachment/:id and /download/:id). The function retrieveAttachmentFromIdParam in get.ts only applies page-viewer permission checks when the request includes an authenticated user, meaning unauthenticated requests bypass the check entirely. This allows any caller who possesses a valid attachment identifier to retrieve files regardless of whether the owning page is private or whether the caller has permission to view it. Identifiers can be retained by former users whose access was revoked or recovered from prior exposures. The vulnerability affects GROWI versions prior to 8.0.2. Version 8.0.2 resolves the issue by enforcing the permission check for all requests, authenticated or not, with an exception only for files bound to valid share links.

Affected products

  • GROWI

Related CVE's

  • CVE-2026-80191

Categories

  • Data Breach & Exfiltration
  • Identity & Access
  • Web Technologies