Description
Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.5, Nuclio Dashboard exposes POST /api/functions without authentication by default (NOP auth mode). The spec.handler field (e.g., mymodule:myfunction) is parsed by functionconfig.ParseHandler() which splits on : only — no path validation is applied to the module portion. This issue has been patched in version 1.16.5.
Published: 2026-09-02
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Nuclio Dashboard allows POST /api/functions without authentication in NOP auth mode. The spec.handler field is split only on ':' without path validation, enabling an attacker to specify a file path that escapes the intended module location. Writing arbitrary files in the Dashboard container can lead to deployment of malicious code or modification of critical configuration, potentially giving the attacker full control over the host.

Affected Systems

Nuclio version 1.16.4 and earlier are affected. The vulnerability is fixed in Nuclio 1.16.5 and later.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate severity. No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be non‑authenticated HTTP POST requests to the Dashboard’s /api/functions endpoint, which all users can reach by default. If an attacker can send such a request, they can write arbitrary files to the Dashboard container.

Generated by OpenCVE AI on September 3, 2026 at 10:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Nuclio to version 1.16.5 or later.
  • If upgrading is not immediately possible, disable or secure the NOP authentication mode so that POST /api/functions requires valid credentials.
  • Implement strict validation of the spec.handler field to reject any paths containing path traversal characters or absolute paths.

Generated by OpenCVE AI on September 3, 2026 at 10:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-wpcj-rmv4-86qg Nuclio: Unauthenticated path traversal in spec.handler allows arbitrary file write in Dashboard container
History

Thu, 03 Sep 2026 11:15:00 +0000

Type Values Removed Values Added
First Time appeared Nuclio
Nuclio nuclio
Vendors & Products Nuclio
Nuclio nuclio

Wed, 02 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Description Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.5, Nuclio Dashboard exposes POST /api/functions without authentication by default (NOP auth mode). The spec.handler field (e.g., mymodule:myfunction) is parsed by functionconfig.ParseHandler() which splits on : only — no path validation is applied to the module portion. This issue has been patched in version 1.16.5.
Title Nuclio: Unauthenticated path traversal in spec.handler allows arbitrary file write in Dashboard container
Weaknesses CWE-22
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-02T19:03:22.586Z

Reserved: 2026-06-08T18:11:06.662Z

Link: CVE-2026-52832

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T17:17:45.487

Modified: 2026-09-02T19:17:20.997

Link: CVE-2026-52832

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T11:00:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')