CVE Catalog

CVE-2026-52831

HighCVSS 8.0
Published: Translated: NVD NIST

Summary

Nuclio before version 1.16.4 contains a command injection vulnerability in the construction of the curl invocation for cron triggers. The event.headers keys and event.body are not properly sanitized, allowing injection of dangerous arguments into the command executed in the CronJob container.

Risk Assessment

An attacker can execute arbitrary commands in the context of the CronJob container, potentially leading to compromise of confidentiality, integrity, and availability of data and the environment.

Recommendation

Update Nuclio to version 1.16.4 or later, which includes a fix for this vulnerability.

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.16.4, the Nuclio controller builds a curl invocation string for each cron trigger and stores it as the args of a Kubernetes CronJob container (/bin/sh, -c, <command>). Two fields in the trigger specification flow into this string without adequate sanitization: event.headers keys and event.body. This issue has been patched in version 1.16.4.

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