Security Advisory

CVE-2021-21245

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-01-15 20:10:52
Last updated 2024-08-03 18:09:15
Assigner GitHub_M
State PUBLISHED

Description

OneDev is an all-in-one devops platform. In OneDev before version 4.0.3, AttachmentUploadServlet also saves user controlled data (`request.getInputStream()`) to a user specified location (`request.getHeader("File-Name")`). This issue may lead to arbitrary file upload which can be used to upload a WebShell to OneDev server. This issue is addressed in 4.0.3 by only allowing uploaded file to be in attachments folder. The webshell issue is not possible as OneDev never executes files in attachments folder.