CVE Catalog

CVE-2026-79755

HighCVSS 8.0
Published: Translated: NVD NIST

Summary

Nuclio, a serverless framework, prior to version 1.17.4 has an OS command injection vulnerability in the local Docker platform. The function namespace is interpolated unvalidated into a double-quoted docker ps --filter command executed via /bin/sh -c. Because the default auth kind is nop (unauthenticated), a remote attacker can inject arbitrary OS commands that run as root inside the dashboard container, which holds the Docker socket, leading to host compromise.

Risk Assessment

A remote attacker can gain full control of the dashboard container and the host, potentially leading to complete system compromise.

Recommendation

It is recommended to upgrade to version 1.17.4 or later, which contains the 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, on the Nuclio local Docker platform, the function namespace is interpolated—unvalidated—into a double-quoted docker ps --filter "label=nuclio.io/namespace=<value>" command that is executed via the host shell (/bin/sh -c). Because the default auth kind is nop (unauthenticated), a remote attacker can inject arbitrary OS commands that run as root inside the dashboard container, which holds the Docker socket → host compromise. This issue has been patched in version 1.17.4.

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