All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-29042
HIGHpublished 2026-03-06 07:16 UTC · 5 months ago · modified 2026-06-17 10:29 UTC
8.9
CVSS / 10
// description
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.
// weaknesses (CWE)
- CWE-75