CVE-2026-44735 PUBLISHED

OpenProject: Shares API Information Disclosure

Assigner: GitHub_M
Reserved: 07.05.2026 Published: 26.06.2026 Updated: 26.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor opf
Product openproject
Versions
  • Version < 17.3.2 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE