CVE Catalog

CVE-2026-52833

HighCVSS 8.0
Published: Translated: NVD NIST

Summary

Nuclio, a serverless framework, prior to version 1.16.5 has a vulnerability in the Java runtime that generates a build.gradle file during function builds using Go's text/template package. The template renders runtimeAttributes.repositories[] values with the {{ . }} action, which performs no escaping. An attacker can embed a closing brace to break out of the repositories block and append arbitrary Groovy statements that execute unconditionally during the Gradle configuration phase.

Risk Assessment

An attacker can execute arbitrary code during the Gradle configuration phase, potentially leading to build environment compromise and possibly remote code execution.

Recommendation

It is recommended to upgrade to version 1.16.5 or later, which contains the fix.

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.5, Nuclio's Java runtime generates a build.gradle file during function builds using Go's text/template package. The template renders runtimeAttributes.repositories[] values with the {{ . }} action, which performs no escaping. An attacker can embed a closing brace (}) to break out of the repositories {} block and append arbitrary Groovy statements that execute unconditionally during the Gradle configuration phase. This issue has been patched in version 1.16.5.

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