Description
OpenStack Ironic through before 37.0.1 allows creation or modification of nodes cross-project without authorization.
Published: 2026-07-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenStack Ironic before release 37.0.1 permits the creation or modification of nodes without checking that the node belongs to the same project as the user. This missing ownership validation can let an attacker add nodes to other, thereby gaining control over resources that should remain isolated to a different project. The vulnerability represents an Incorrect Authorization flaw (CWE-1220) and a Missing Authorization weakness (CWE-862). Based on the description, it is inferred that an attacker must have project‑manager or equivalent credentials to exploit the flaw, as only those users can initiate node‑creation or modification operations.

Affected Systems

Any OpenStack Ironic deployment running a version earlier than 37.0.1 is affected. No additional version ranges are explicitly stated in the advisory, so all older releases remain vulnerable until the fix is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates medium severity. The EPSS score of < 1% denotes a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, suggesting that the attack vector is an authenticated user with project‑manager privileges. If exploited, the attacker could alter node ownership or state across project boundaries, potentially disrupting the target project's services.

Generated by OpenCVE AI on July 29, 2026 at 11:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenStack Ironic to version 37.0.1 or later, which includes the missing ownership validation for node creation and modification.
  • Restrict the project‑manager role to only those projects that truly require node management privileges and enforce strict ownership checks whenever nodes are created or modified.
  • Enable monitoring or audit logging to detect node operations that involve projects other than the node’s owner, and trigger alerts or corrective actions when such mismatches are discovered.

Generated by OpenCVE AI on July 29, 2026 at 11:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 10 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
Description A flaw was found in OpenStack Ironic. An authenticated project manager can change the node associated with Volume Connectors or Volume Target objects, potentially changing the project permitted to access the object. Volume Connectors contain secrets in environments configuring boot from volume with iSCSI volumes. Additionally, a project manager with the ability to create nodes can use the UUID of a node not owned by their project as a parent node when creating a new node. This mismatched child node can then be used to impact operations on the parent, such as forcing it to power on. OpenStack Ironic through before 37.0.1 allows creation or modification of nodes cross-project without authorization.
First Time appeared Openstack
Openstack ironic
Weaknesses CWE-862
CPEs cpe:2.3:a:openstack:ironic:*:*:*:*:*:*:*:*
Vendors & Products Openstack
Openstack ironic
References
Metrics cvssV3_1

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

cvssV3_1

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


Thu, 09 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in OpenStack Ironic. An authenticated project manager can change the node associated with Volume Connectors or Volume Target objects, potentially changing the project permitted to access the object. Volume Connectors contain secrets in environments configuring boot from volume with iSCSI volumes. Additionally, a project manager with the ability to create nodes can use the UUID of a node not owned by their project as a parent node when creating a new node. This mismatched child node can then be used to impact operations on the parent, such as forcing it to power on.
Title openstack-ironic: Prevent rehoming resources to nodes with different owner
Weaknesses CWE-1220
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Important


Subscriptions

Openstack Ironic
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-10T14:31:59.215Z

Reserved: 2026-05-08T00:00:00.000Z

Link: CVE-2026-44918

cve-icon Vulnrichment

Updated: 2026-07-10T03:07:52.752Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-08T15:00:00Z

Links: CVE-2026-44918 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:45:03Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control

  • CWE-862

    Missing Authorization