CVE Catalog

CVE-2026-79756

HighCVSS 8.7
Published: Translated: NVD NIST

Summary

Nuclio, a serverless framework, prior to version 1.17.4 has an incomplete fix for unauthenticated OS command injection in the dashboard on the local/Docker platform. The list-all resource path interpolates the resourceNamespace parameter unquoted into a /bin/sh -c command string, allowing an unauthenticated attacker to inject shell metacharacters via HTTP headers and execute arbitrary commands inside the dashboard container.

Risk Assessment

An unauthenticated attacker can execute arbitrary commands in the dashboard container, potentially leading to container compromise and possibly the entire host.

Recommendation

It is recommended to upgrade to version 1.17.4 or later, which contains the complete fix.

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.17.4, the fix for unauthenticated OS command injection in the nuclio dashboard on the local/Docker platform is incomplete. The fix added validateFunctionName for function names and common.Quote() for the named-resource shell command path, but the list-all resource path (triggered when no specific resource name is provided) still interpolates the resourceNamespace parameter unquoted into a /bin/sh -c command string. An unauthenticated attacker can inject shell metacharacters via the X-Nuclio-Function-Namespace, X-Nuclio-Project-Namespace, or X-Nuclio-Function-Event-Namespace HTTP headers to achieve arbitrary command execution inside the dashboard container. This issue has been patched in version 1.17.4.

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