CVE 9.4 CRITICAL

Command Injection on OpenProject repositories leads to Remote Code Execution_CVE-2026-25763

9.4 / 10
CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

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.

AI Analysis

Arbitrary file write vulnerability in OpenProject's repository changes endpoint, leading to Remote Code Execution (RCE) via command injection

Basic Information

ID CVE-2026-25763
Source GitHub_M
Published Feb 6, 2026 at 22:10

Affected Product

Vendor opf
Product openproject
Version < 16.6.7
Affected Versions opf openproject < 16.6.7
opf openproject < 17.0.3

CWE Classification

AI Assessment

AI Score 9.4 / 10
AI Severity Critical
Vendor OpenProject Foundation
Product OpenProject
Version < 16.6.7, < 17.0.3

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.