CVE-2026-29042 PUBLISHED

Nuclio Shell Runtime Command Injection Leading to Privilege Escalation

Assigner: GitHub_M
Reserved: 03.03.2026 Published: 06.03.2026 Updated: 06.03.2026

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.15.20, the Nuclio Shell Runtime component contains a command injection vulnerability in how it processes user-supplied arguments. When a function is invoked via HTTP, the runtime reads the X-Nuclio-Arguments header and directly incorporates its value into shell commands without any validation or sanitization. This issue has been patched in version 1.15.20.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
CVSS Score: 8.9

Product Status

Vendor nuclio
Product nuclio
Versions
  • Version < 1.15.20 is affected

References

Problem Types

  • CWE-75: Failure to Sanitize Special Elements into a Different Plane (Special Element Injection) CWE