Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-45730
Published:June 07, 2026
Updated:August 27, 2026
Nuclio Dashboard correctly enforces OPA-based authorization on the project read path ("GET /api/projects"), populating "MemberIds" in "PermissionOptions" so OPA can filter results by user membership. However, the write paths ("PUT /api/projects/{id}" and "DELETE /api/projects") construct "PermissionOptions" without setting "MemberIds". The platform-layer "FilterProjectsByPermissions" function ("pkg/platform/abstract/platform.go:652") short-circuits when "MemberIds" is empty, bypassing OPA entirely. Any authenticated user who knows a project name can modify or delete that project, triggering cascading deletion of all associated Functions, APIGateways, and FunctionEvents. Affected: Nuclio v1.15.26 (latest Helm release) and HEAD commit e185454 (latest source). ***
Affected Packages
https://github.com/nuclio/nuclio.git (GITHUB):
Affected version(s) >=1.0.0 <1.16.0
Fix Suggestion:
Update to version 1.16.0
github.com/nuclio/nuclio (GO):
Affected version(s) >=1.0.0 <1.16.0
Fix Suggestion:
Update to version 1.16.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.2
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Missing Authorization
EPSS
Base Score:
0.05