CVE-2026-30239
Published: 11 March 2026
Summary
CVE-2026-30239 is a medium-severity Incorrect Authorization (CWE-863) vulnerability in Openproject Openproject. Its CVSS base score is 6.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 10.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Periodic review and update of procedures reduces incorrect authorization implementations over time.
Supervision identifies cases where authorization logic incorrectly permits unauthorized actions.
Defining permitted attribute values and auditing modifications reduces the chance of incorrect authorization outcomes due to tampered or missing labels.
The authorization process and usage restrictions help prevent incorrect authorization for remote access types.
Establishing configuration and connection requirements helps ensure correct rather than incorrect authorization for wireless access.
Establishing connection authorization processes for mobile devices helps ensure authorization decisions are correctly implemented rather than incorrect.
Monitoring account use, notifying on changes, and reviewing accounts for compliance corrects incorrect authorization assignments.
Ensures authorization decisions for external system use are correctly implemented and enforced.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Authorization bypass (CWE-863) in public-facing web app allows low-priv authenticated user to perform unauthorized data modifications (budget assignment deletion/reassignment), directly enabling exploitation for privilege escalation and initial access via public-facing application.
NVD Description
OpenProject is an open-source, web-based project management software. Prior to 17.2.0, when budgets are deleted, the work packages that were assigned to this budget need to be moved to a different budget. This action was performed before the permission check…
more
on the delete action was executed. This allowed all users in the application to delete work package budget assignments. This vulnerability is fixed in 17.2.0.
Deeper analysisAI
CVE-2026-30239 is an authorization bypass vulnerability (CWE-863) in OpenProject, an open-source web-based project management software. In versions prior to 17.2.0, the deletion of budgets triggers the reassignment or removal of associated work packages to another budget before performing the necessary permission checks on the delete action. This flaw enables unauthorized deletion of work package budget assignments. The vulnerability carries a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N), indicating medium severity with high integrity impact.
An authenticated attacker with low-privilege access (PR:L), such as any valid user account in the OpenProject instance, can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By initiating a budget deletion, the attacker can manipulate work package budget assignments without proper authorization, potentially disrupting project budgeting, financial tracking, or resource allocation within the affected instance.
The official advisory from the OpenProject GitHub Security Advisories (GHSA-gpvh-g967-g4h8) confirms the issue and states that it is fully resolved in version 17.2.0, where permission checks are enforced prior to any budget-related work package modifications. Security practitioners should upgrade to 17.2.0 or later and review user permissions on budget management features to mitigate exposure.
Details
- CWE(s)