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

exploitDog

github логотип

GHSA-3558-j79f-vvm6

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

Описание

Gin-vue-admin has arbitrary file upload vulnerability caused by path traversal

Impact

Gin-vue-admin <= v2.8.7 has a path traversal vulnerability in the breakpoint resume upload functionality. Attacker can upload any files on any directory.

Path traversal vulnerabilities occur when a web application accepts user-supplied file paths without proper validation, allowing attackers to access or write files outside the intended directory. In the breakpoint_continue.go file, the MakeFile function accepts a fileName parameter through the /fileUploadAndDownload/breakpointContinueFinish API endpoint and directly concatenates it with the base directory path (./fileDir/) using os.OpenFile() without any validation for directory traversal sequences (e.g., ../).

Notably, while the related makeFileContent function in the same file properly validates the fileName parameter by checking for .. sequences, the MakeFile function lacks this security control, indicating an inconsistent security implementation.

An attacker with file upload privileges (role ID 888 - super administrator) could exploit this vulnerability by:

First uploading file chunks through the /fileUploadAndDownload/breakpointContinue endpoint (which has proper validation)

Then calling the /fileUploadAndDownload/breakpointContinueFinish endpoint with a malicious fileName parameter containing path traversal sequences (e.g., ../../../tmp/malicious.txt)

This could lead to: Arbitrary file creation, application process, Configuration file overwriting, Potential Remote Code Execution......

POC

  1. Use this endpoint to upload any files(include *name or *file types)

    Clipboard_Screenshot_1767755216
  2. Then, the filename parameter here uses ../ to traverse to an arbitrary path.

    Clipboard_Screenshot_1767755256
  3. Proof

    Clipboard_Screenshot_1767755312

Patches

Please wait for the latest patch

Пакеты

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

github.com/flipped-aurora/gin-vue-admin

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

<= 2.8.7

Отсутствует

EPSS

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

7.3 High

CVSS4

Дефекты

CWE-22
CWE-434

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

nvd
7 дней назад

Gin-vue-admin is a backstage management system based on vue and gin. Gin-vue-admin <= v2.8.7 has a path traversal vulnerability in the breakpoint resume upload functionality. Attacker can upload any files on any directory. In the breakpoint_continue.go file, the MakeFile function accepts a fileName parameter through the /fileUploadAndDownload/breakpointContinueFinish API endpoint and directly concatenates it with the base directory path (./fileDir/) using os.OpenFile() without any validation for directory traversal sequences (e.g., ../). An attacker with file upload privileges could exploit this vulnerability.

EPSS

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

7.3 High

CVSS4

Дефекты

CWE-22
CWE-434