CVE-2026-22786

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.
CVSS

No CVSS.

Configurations

No configuration.

History

12 Jan 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-12 22:16

Updated : 2026-01-13 14:03


NVD link : CVE-2026-22786

Mitre link : CVE-2026-22786

CVE.ORG link : CVE-2026-22786


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-434

Unrestricted Upload of File with Dangerous Type