CVE-2026-22786 HIGH

CVE-2026-22786: Gin-vue-admin has arbitrary file upload vulnerability caused by path traversal

Vendor Flipped-Aurora
Product gin-vue-admin
Weakness CWE-434 · Unrestricted file upload
Published January 12, 2026
Last update January 13, 2026

CVSS base score

7.3/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

January 12, 2026 CVE published
January 13, 2026 Record updated