Gin-vue-admin is a backstage management system based on vue and gin, which separates the front and rear of the full stack. Gin-vue-admin prior to 2.5.4 is vulnerable to path traversal, which leads to file upload vulnerabilities. Version 2.5.4 contains a patch for this issue. There are no workarounds aside from upgrading to a patched version.
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Link | Tags |
---|---|
https://github.com/flipped-aurora/gin-vue-admin/security/advisories/GHSA-7gc4-r5jr-9hxv | third party advisory exploit |
https://github.com/flipped-aurora/gin-vue-admin/issues/1263 | issue tracking third party advisory |
https://github.com/flipped-aurora/gin-vue-admin/pull/1264 | issue tracking third party advisory patch |
https://github.com/flipped-aurora/gin-vue-admin/blob/main/server/service/system/sys_auto_code.go | third party advisory exploit |