Description
OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/work_packages/{id} accepted _links.fileLinks and allowed authenticated users with edit_work_packages but without manage_file_links to resolve Storages::FileLink records by raw id, detach or hard-delete existing FileLinks, and re-parent FileLinks from other projects to an attacker-controlled work package, exposing origin filename, origin id, and MIME type metadata. This issue is fixed in 17.6.0.
Published: 2026-07-30
Score: 7.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when an authenticated user with the edit_work_packages permission, but lacking the manage_file_links privilege, sends a PATCH request to /api/v3/work_packages/{id} with the _links.fileLinks parameter. This allows the user to resolve Storages::FileLink records by raw id, detach or hard‑delete existing file links, and re‑parent file links from other projects into the attacker‑controlled work package. As a result, the user can expose origin filenames, origin IDs, and MIME type metadata that should otherwise be inaccessible, and can potentially manipulate project data structure. The weakness is an improper access control flaw (CWE‑862).

Affected Systems

OpenProject, the open‑source web‑based project management platform, is affected in all releases prior to version 17.6.0. Users running versions older than 17.6.0 on any operating system that hosts the OpenProject instance are susceptible unless the role that grants edit_work_packages is tightly restricted.

Risk and Exploitability

The CVSS score of 7.6 indicates a moderate to high severity. The EPSS score of less than 1% suggests a low likelihood that the vulnerability is being exploited in the wild at present, and it is not listed in the CISA KEV catalog. However, it can be exploited by any authenticated user who has edit_work_packages permission but not manage_file_links, a commonly granted role in many OpenProject deployments. If an attacker can manipulate file links, they may expose sensitive metadata or alter project organization, potentially leading to information disclosure or disruption of project data integrity.

Generated by OpenCVE AI on August 3, 2026 at 10:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the OpenProject installation to version 17.6.0 or later, which contains the vendor fix that removes the ability to manipulate file links via the PATCH parameter.
  • Review role definitions and remove the edit_work_packages permission from users who do not need it, or alternatively restrict the manage_file_links permission to a narrower group of trusted users.
  • Audit current usage of the _links.fileLinks parameter in API calls and review logs for unexpected file link creation, deletion, or re‑parenting, ensuring that only authorized activities are recorded.

Generated by OpenCVE AI on August 3, 2026 at 10:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Opf
Opf openproject
Vendors & Products Opf
Opf openproject

Thu, 30 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Description OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/work_packages/{id} accepted _links.fileLinks and allowed authenticated users with edit_work_packages but without manage_file_links to resolve Storages::FileLink records by raw id, detach or hard-delete existing FileLinks, and re-parent FileLinks from other projects to an attacker-controlled work package, exposing origin filename, origin id, and MIME type metadata. This issue is fixed in 17.6.0.
Title OpenProject: Improper Access Control through /api/v3/work_packages/<X.id> via PATCH parameter "fileLinks"
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 7.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-31T15:59:12.286Z

Reserved: 2026-07-29T18:47:17.073Z

Link: CVE-2026-67527

cve-icon Vulnrichment

Updated: 2026-07-31T15:46:04.682Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T20:18:14.473

Modified: 2026-07-31T16:17:11.583

Link: CVE-2026-67527

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T10:45:03Z

Weaknesses