CVE-2026-25763
Unknown Unknown - Not Provided
Arbitrary File Write and RCE in OpenProject Repository Endpoint

Publication date: 2026-02-06

Last updated on: 2026-02-13

Assigner: GitHub, Inc.

Description
OpenProject is an open-source, web-based project management software. Prior to versions 16.6.7 and 17.0.3, an arbitrary file write vulnerability exists in OpenProject’s repository changes endpoint (/projects/:project_id/repository/changes) when rendering the “latest changes” view via git log. By supplying a specially crafted rev value (for example, rev=--output=/tmp/poc.txt), an attacker can inject git log command-line options. When OpenProject executes the SCM command, Git interprets the attacker-controlled rev as an option and writes the output to an attacker-chosen path. As a result, any user with the :browse_repository permission on the project can create or overwrite arbitrary files that the OpenProject process user is permitted to write. The written contents consist of git log output, but by crafting custom commits the attacker can still upload valid shell scripts, ultimately leading to RCE. The RCE lets the attacker create a reverse shell to the target host and view confidential files outside of OpenProject, such as /etc/passwd. This issue has been patched in versions 16.6.7 and 17.0.3.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-06
Last Modified
2026-02-13
Generated
2026-06-16
AI Q&A
2026-02-07
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
openproject openproject to 16.6.7 (exc)
openproject openproject From 17.0.0 (inc) to 17.0.3 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in OpenProject, a web-based project management software, prior to versions 16.6.7 and 17.0.3. It is an arbitrary file write vulnerability in the repository changes endpoint when rendering the "latest changes" view via git log.

An attacker can supply a specially crafted 'rev' value that injects git log command-line options. When OpenProject executes the SCM command, Git interprets this attacker-controlled input as an option and writes output to a file path chosen by the attacker.

Any user with the :browse_repository permission can create or overwrite arbitrary files that the OpenProject process user can write to. The contents written are git log output, but by crafting custom commits, an attacker can upload valid shell scripts, leading to remote code execution (RCE).

This RCE allows the attacker to create a reverse shell to the target host and access confidential files outside of OpenProject, such as /etc/passwd.

Impact Analysis

This vulnerability can have severe impacts including unauthorized file creation or overwriting on the server running OpenProject.

It enables remote code execution, allowing attackers to execute arbitrary commands on the server.

Attackers can gain a reverse shell, potentially leading to full system compromise.

Confidential files outside of OpenProject, such as system files like /etc/passwd, can be accessed by the attacker.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

The vulnerability has been patched in OpenProject versions 16.6.7 and 17.0.3. Immediate mitigation involves upgrading your OpenProject installation to at least one of these versions.

Additionally, restrict the :browse_repository permission to trusted users only, as any user with this permission can exploit the vulnerability.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-25763. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart