CVE-2026-40214

In OpenStack Cyborg before 16.0.1, the Accelerator Request (ARQ) API does not enforce project ownership at any layer. The project_id column in the database is never populated (NULL for every ARQ), database queries have no project filtering, and policy checks are self-referential (the authorize_wsgi decorator compares the caller's project_id with itself rather than the target resource). Any authenticated non-admin user can complete various actions such as deleting ARQs bound to other projects' instances, aka cross-tenant denial of service.
Configurations

No configuration.

History

08 May 2026, 16:16

Type Values Removed Values Added
References
  • () https://security.openstack.org/ossa/OSSA-2026-011.html -

07 May 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-07 22:16

Updated : 2026-05-08 16:16


NVD link : CVE-2026-40214

Mitre link : CVE-2026-40214

CVE.ORG link : CVE-2026-40214


JSON object : View

Products Affected

No product.

CWE
CWE-282

Improper Ownership Management