CVE-2026-25763: Command Injection on OpenProject repositories leads to Remote Code Execution
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/:projectid/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 :browserepository 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-25763?
The severity of CVE-2026-25763 is considered high due to its potential for remote code execution.
How do I fix CVE-2026-25763?
To mitigate CVE-2026-25763, upgrade to OpenProject versions 16.6.7 or 17.0.3 or later.
What type of vulnerability is CVE-2026-25763?
CVE-2026-25763 is classified as a command injection vulnerability.
What systems are affected by CVE-2026-25763?
CVE-2026-25763 affects OpenProject versions prior to 16.6.7 and 17.0.3.
Can CVE-2026-25763 lead to data breaches?
Yes, CVE-2026-25763 can lead to unauthorized access and data breaches due to remote code execution capabilities.