OpenprojectApplication

CVE-2026-25763

CRITICAL · 9.9 CVSS v3.1 Published 2026-02-06
Fix available
A fix is available. Upgrade to 16.6.7 / 17.0.3 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

OpenProject versions prior to 16.6.7 and 17.0.3 contain an arbitrary file write vulnerability in the repository changes endpoint (/projects/:project_id/repository/changes). Attackers with :browse_repository permission can inject git log CLI options via a crafted rev parameter (e.g., rev=--output=/tmp/poc.txt), causing Git to write git log output to attacker-controlled paths. Although content is git log output, attackers can craft commits to upload shell scripts and achieve RCE.

MitigationUpgrade OpenProject to version 16.6.7 or 17.0.3 or later to patch the arbitrary file write vulnerability. If immediate upgrade is not possible, restrict or temporarily revoke the :browse_repository permission from untrusted users.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
OpenprojectApplication
Affected:< 16.6.7>= 17.0.0, < 17.0.3

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Determine installed OpenProject version
    Run 'openproject --version' or check the OpenProject administration panel under Administration > Information for the exact version number
    Affected if version is less than 16.6.7 OR (version greater than or equal to 17.0.0 AND less than 17.0.3)
  2. Check if repository module is enabled
    Navigate to Administration > Projects > Select a project > Modules, or query the database for enabled modules where name contains 'repository'
    Affected if the repository module is enabled on any project
  3. Verify :browse_repository permission exists
    Check user roles in Administration > Users & Permissions > Roles, or query the database tables for role permissions where permission = 'browse_repository'
    Affected if any role includes the :browse_repository permission assigned to non-admin users
  4. Confirm repository is configured for any project
    Navigate to Project > Settings > Repositories, or query the database for any entry in the repositories table
    Affected if at least one project has a Git or other repository configured

If the installed version falls within the affected ranges AND the repository module with browse_repository permission is enabled on any project, the environment is vulnerable to arbitrary file write via the repository changes endpoint.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 16.6.7 / 17.0.3 or later
Fixed in 16.6.717.0.3
Interim mitigation

Upgrade OpenProject to version 16.6.7 or 17.0.3 or later to patch the arbitrary file write vulnerability. If immediate upgrade is not possible, restrict or temporarily revoke the :browse_repository permission from untrusted users.

Recommended fix High confidence

Upgrade to OpenProject 16.6.7 (for the 16.x line) or 17.0.3 (for the 17.x line)

  1. Backup your OpenProject database and configuration files before proceeding with the upgrade
  2. Stop the OpenProject service (e.g., sudo openproject stop or systemctl stop openproject)
  3. If using the APT package manager on Debian/Ubuntu, run: sudo apt-get update && sudo apt-get install openproject
  4. If using the RPM package on RHEL/CentOS, run: sudo yum update openproject
  5. Alternatively, if using Docker, update the image tag to openproject:16.6.7 or openproject:17.0.3 and recreate the container
  6. Run database migrations: sudo openproject run rake db:migrate (or through the web interface during first startup)
  7. Restart the OpenProject service (e.g., sudo openproject start or systemctl start openproject)
  8. Verify the upgrade by logging in and checking the version in Administration > Information
Caveat Review the release notes for 16.6.7 and 17.0.3 for any breaking changes between your current version and the target version

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Openproject Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing4.0 h
  • Review / QA2.0 h
13.0 hours of engineering $2,280
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,648.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-25763 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-25763 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data