CVE Catalog

CVE-2026-52832

MediumCVSS 4.9
Published: Translated: NVD NIST

Summary

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.

Risk Assessment

Unauthenticated attackers can create functions with arbitrary handlers, potentially leading to unauthorized code execution or platform integrity compromise.

Recommendation

Update Nuclio to version 1.16.5 or later that fixes the vulnerability, and configure authentication for the dashboard.

Other vulnerabilities in Nuclio

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS