CVE-2026-30961: Gokapi's File Request MaxSize Limit Bypassed via Multi-Chunk Upload
(updated )
The chunked upload completion path for file requests does not validate the total file size against the per-request MaxSize limit. An attacker with a public file request link can split an oversized file into chunks each under MaxSize and upload them sequentially, bypassing the size restriction entirely. Files up to the server’s global MaxFileSizeMB are accepted regardless of the file request’s configured limit.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-30961 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →