CVE-2021-21245 CRITICAL

CVE-2021-21245: Pre-Auth Arbitrary File Upload

Vendor Theonedev
Product onedev
Weakness CWE-434 · Unrestricted file upload
Published January 15, 2021
Last update August 3, 2024

CVSS base score

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

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

January 15, 2021 CVE published
August 3, 2024 Record updated