CVE 7.3 HIGH

The arbitrary file upload vulnerability caused by path traversal is on github.com/flipped-aurora/gin-vue-admin_CVE-2026-22786

7.3 / 10
HIGH
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

Description

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.

Basic Information

ID CVE-2026-22786
Source GitHub_M
Published Jan 12, 2026 at 21:09
Modified Jan 12, 2026 at 21:28

Affected Product

Vendor flipped-aurora
Product gin-vue-admin
Version <= 2.8.7
Affected Versions flipped-aurora gin-vue-admin <= 2.8.7

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.