CVE-2026-44735
Deferred
Deferred - Pending Action
Information Disclosure in OpenProject API
Publication date: 2026-06-26
Last updated on: 2026-06-26
Assigner: GitHub, Inc.
Description
Description
OpenProject is open-source, web-based project management software. Prior to 17.3.2 and 17.4.0, the GET /api/v3/shares endpoint returns share details for ALL work packages in a project to any user with the view_shared_work_packages permission. The authorization check operates at the project level only β it does not verify the requesting user can actually view each individual shared work package. This allows a regular project member to discover work package IDs and subjects (including confidential titles), which users have been granted shared access, what role level was assigned (Editor, Commenter, Viewer). This vulnerability is fixed in 17.3.2 and 17.4.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openproject | openproject | 17.3.2 |
| openproject | openproject | 17.4.0 |
| openproject | openproject | to 17.3.2|end_excluding=17.4.0 (exc) |
| openproject | openproject | to 17.3.2 (inc) |
| openproject | openproject | to 17.4.0 (inc) |
| openproject | openproject | to 17.4.0 (exc) |
| openproject | openproject | to 17.3.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |