Description
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.
Published: 2026-09-02
Score: 8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Nuclio’s local Docker platform concatenates the function namespace value directly into a double‑quoted docker ps command that is executed via the host shell. Because the command receives the namespace unvalidated and the default authentication mode is none, an attacker can inject arbitrary shell commands that execute as root inside the dashboard container, which has access to the Docker socket. The attacker therefore gains the ability to run any command on the host, leading to full system compromise.

Affected Systems

Nuclio framework versions prior to 1.17.4 deployed on the local Docker platform are vulnerable. The flaw is present in the Nuclio Nuclio product across all operating systems where the dashboard container mounts the Docker socket and accepts untrusted namespace input.

Risk and Exploitability

The vulnerability has a CVSS score of 8, indicating high severity. No EPSS data is available, but the lack of authentication makes exploitation likely for any attacker who can reach the dashboard. The issue is not listed in the CISA KEV catalog, which suggests it is not yet a known exploited vulnerability. Attackers can exploit the flaw by sending a specially crafted namespace to the dashboard, resulting in OS command execution as the root user inside the container and subsequently on the host.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Nuclio to version 1.17.4 or later, which removes the unsanitized interpolation.
  • If upgrading is not immediately possible, configure the Nuclio dashboard to require authentication or otherwise restrict network access so that only trusted users can submit requests that include namespace parameters.
  • Verify that any function namespace input is validated or sanitized before use; applying this defensive change prevents arbitrary shell command injection from untrusted payloads.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 12:45: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.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.
Title Nuclio: Unauthenticated OS command injection via function namespace in docker ps --filter label (local Docker platform)
Weaknesses CWE-78
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-02T16:39:17.639Z

Reserved: 2026-08-25T14:08:18.109Z

Link: CVE-2026-79755

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-02T17:17:59.940

Link: CVE-2026-79755

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T12:30:03Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')