CVE-2026-25763
Arbitrary File Write and RCE in OpenProject Repository Endpoint
Publication date: 2026-02-06
Last updated on: 2026-02-13
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| 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 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 Powered Q&A
Can you explain this vulnerability to me?
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.
How can this vulnerability impact me? :
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.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
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.