๐Ÿ” CVE Alert

CVE-2026-80191

HIGH 7.5

GROWI before 8.0.2 Missing Authorization on Attachment Retrieval for Unauthenticated Requests

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

GROWI applies its page-viewer permission check to attachment requests only when the request carries an authenticated user. retrieveAttachmentFromIdParam in apps/app/src/server/routes/attachment/get.ts guards the check with a condition requiring the user to be non-null, so a request that carries no session skips the check entirely and the handler returns the file. The routes reached this way, /attachment/:id and /download/:id, take the attachment identifier from the path, so an unauthenticated caller who has an attachment identifier receives the file regardless of whether the page owning it is private and regardless of whether that caller would be permitted to view the page. Identifiers can be retained by a user whose access was later removed, or recovered from anywhere the identifier was previously exposed. Version 8.0.2 runs the check for authenticated and unauthenticated requests alike, skipping it only where a valid share link has already bound the requested file to that link's page.

CWE CWE-862
Vendor growi, inc.
Product growi
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for growi, inc. growi

Be the first to know when new high vulnerabilities affecting growi, inc. growi are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

GROWI, Inc. / GROWI
0 < 8.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/growilabs/growi github.com: https://github.com/growilabs/growi/pull/11756 github.com: https://github.com/growilabs/growi/blob/v8.0.1/apps/app/src/server/routes/attachment/get.ts github.com: https://github.com/growilabs/growi/releases/tag/v8.0.2 vulncheck.com: https://www.vulncheck.com/advisories/growi-before-8.0.2-missing-authorization-on-attachment-retrieval-for-unauthenticated-requests

Credits

Dilipkumar Choudhary