Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-45vh-rpc8-hxpp

Опубликовано: 13 мар. 2026
Источник: github
Github: Прошло ревью
CVSS3: 4.3

Описание

Gokapi's File Request MaxSize Limit Bypassed via Multi-Chunk Upload

Summary

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.

Impact

Any guest with access to a shared file request link can upload files far larger than the administrator-configured size limit, up to the server's global MaxFileSizeMB. This allows unauthorized storage consumption, circumvention of administrative resource policies, and potential service disruption through storage exhaustion. No data exposure or privilege escalation occurs.

Пакеты

Наименование

github.com/forceu/gokapi

go
Затронутые версииВерсия исправления

<= 2.2.3

2.2.4

EPSS

Процентиль: 17%
0.00253
Низкий

4.3 Medium

CVSS3

Дефекты

CWE-20
CWE-770

Связанные уязвимости

CVSS3: 4.3
nvd
6 месяцев назад

Gokapi is a self-hosted file sharing server with automatic expiration and encryption support. Prior to 2.2.4, 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. This vulnerability is fixed in 2.2.4.

EPSS

Процентиль: 17%
0.00253
Низкий

4.3 Medium

CVSS3

Дефекты

CWE-20
CWE-770