Cyber Posture

CVE-2026-30239

Medium

Published: 11 March 2026

Published
11 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0004 10.7th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

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

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 1 other technique.
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.

addresses: CWE-863

Periodic review and update of procedures reduces incorrect authorization implementations over time.

addresses: CWE-863

Supervision identifies cases where authorization logic incorrectly permits unauthorized actions.

addresses: CWE-863

Defining permitted attribute values and auditing modifications reduces the chance of incorrect authorization outcomes due to tampered or missing labels.

addresses: CWE-863

The authorization process and usage restrictions help prevent incorrect authorization for remote access types.

addresses: CWE-863

Establishing configuration and connection requirements helps ensure correct rather than incorrect authorization for wireless access.

addresses: CWE-863

Establishing connection authorization processes for mobile devices helps ensure authorization decisions are correctly implemented rather than incorrect.

addresses: CWE-863

Monitoring account use, notifying on changes, and reviewing accounts for compliance corrects incorrect authorization assignments.

addresses: CWE-863

Ensures authorization decisions for external system use are correctly implemented and enforced.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

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)

Affected Products

openproject
openproject
≤ 17.2.0

CVEs Like This One

CVE-2026-32698Same product: Openproject Openproject
CVE-2026-22601Same product: Openproject Openproject
CVE-2026-24775Same product: Openproject Openproject
CVE-2026-24685Same product: Openproject Openproject
CVE-2026-24772Same product: Openproject Openproject
CVE-2026-34717Same product: Openproject Openproject
CVE-2026-25763Same product: Openproject Openproject
CVE-2026-32703Same product: Openproject Openproject
CVE-2026-23625Same product: Openproject Openproject
CVE-2026-22600Same product: Openproject Openproject

References