Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-52833 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-94Improper Control of Generation of Code ('Code Injection')[email protected]

Affected Products

ProductVersions
Nuclio
<= 1.15.27 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.16.5moderate effort
  • Workaround:low effort

    Enable authentication on the Dashboard by setting NUCLIO_AUTH_KIND to a non-NOP authenticator (e.g., iguazio).

  • Workaround:low effort

    Restrict network access to the Dashboard port (8070) so that only trusted internal networks or VPNs can access it. Do not expose the Dashboard to the public internet.

  • Workaround:low effort

    Disable Java runtime support if it is not in use by removing the Java runtime handler from the dashboard deployment configuration.

  • Workaround:low effort

    Use kaniko instead of docker for builds. In kaniko mode, the Docker socket is not mounted, reducing the impact of the build-time RCE to the build pod.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-52833
NVD Published Date:
Sep 2, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-52833 Details - Not Deferred