Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45730 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.0, there is a vulnerability in Nuclio Dashboard's project management API, allowing any authenticated user (without membership in the target project) to bypass OPA authorization checks on write paths (PUT /api/projects/{id}, DELETE /api/projects) and modify or delete any project along with all its associated resources (functions, API gateways, etc.). This issue has been patched in version 1.16.0.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
Nuclio
<= 1.15.26 (semver)
HEAD commit e185454946fa0bb76343b77ba145e26a367867f8

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.16.0moderate efforthttps://github.com/nuclio/nuclio/releases/tag/1.16.0
  • Mitigation:low effort

    Restrict access to the Nuclio Dashboard API using firewall rules or Kubernetes NetworkPolicy to trusted clients only.

  • Mitigation:low effort

    Limit the distribution of Nuclio Dashboard credentials to reduce the number of low-privilege accounts.

  • Mitigation:low effort

    Enable access logging for the PUT /api/projects/ and DELETE /api/projects endpoints and monitor for unusual activity.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45730
NVD Published Date:
Sep 2, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-45730 Details - Not Deferred