SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-79755

HIGH · CVSS 8 EPSS 0.40% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-02 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Nuclio versions prior to 1.17.4 on the Docker platform are vulnerable to command injection due to unvalidated interpolation of the function namespace into a shell command. This flaw allows remote attackers to execute arbitrary OS commands as root within the dashboard container, potentially leading to full host compromise. Organizations using affected versions of Nuclio should prioritize patching to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-79755
Severity
HIGH
CVSS
8
EPSS
0.40%
Docker

Original NVD 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.