CVE-2022-39207

Onedev is an open source, self-hosted Git Server with CI/CD and Kanban. During CI/CD builds, it is possible to save build artifacts for later retrieval. They can be accessed through OneDev's web UI after the successful run of a build. These artifact files are served by the webserver in the same context as the UI without any further restrictions. This leads to Cross-Site Scripting (XSS) when a user creates a build artifact that contains HTML. When accessing the artifact, the content is rendered by the browser, including any JavaScript that it contains. Since all cookies (except for the rememberMe one) do not set the HttpOnly flag, an attacker could steal the session of a victim and use it to impersonate them. To exploit this issue, attackers need to be able to modify the content of artifacts, which usually means they need to be able to modify a project's build spec. The exploitation requires the victim to click on an attacker's link. It can be used to elevate privileges by targeting admins of a OneDev instance. In the worst case, this can lead to arbitrary code execution on the server, because admins can create Server Shell Executors and use them to run any command on the server. This issue has been patched in version 7.3.0. Users are advised to upgrade. There are no known workarounds for this issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:onedev_project:onedev:*:*:*:*:*:*:*:*

History

13 Jul 2023, 17:24

Type Values Removed Values Added
References
  • (MISC) https://blog.sonarsource.com/onedev-remote-code-execution/ - Exploit, Third Party Advisory
CWE CWE-732

16 Sep 2022, 02:39

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.4
CPE cpe:2.3:a:onedev_project:onedev:*:*:*:*:*:*:*:*
References (MISC) https://github.com/theonedev/onedev/commit/adb6e31476621f824fc3227a695232df830d83ab - (MISC) https://github.com/theonedev/onedev/commit/adb6e31476621f824fc3227a695232df830d83ab - Patch, Third Party Advisory
References (CONFIRM) https://github.com/theonedev/onedev/security/advisories/GHSA-27fw-gv88-qrpg - (CONFIRM) https://github.com/theonedev/onedev/security/advisories/GHSA-27fw-gv88-qrpg - Third Party Advisory

13 Sep 2022, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-09-13 19:15

Updated : 2024-02-04 22:51


NVD link : CVE-2022-39207

Mitre link : CVE-2022-39207

CVE.ORG link : CVE-2022-39207


JSON object : View

Products Affected

onedev_project

  • onedev
CWE
CWE-732

Incorrect Permission Assignment for Critical Resource

CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')