---
id: CVE-2026-52833
title: Nuclio is a "Serverless" framework for Real-Time Events and Data Processing
summary: >-
  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
  runti…
severity: high
cvss: 8
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H'
cwe:
  - CWE-94
vendor: nuclio
product: github.com/nuclio/nuclio
affected:
  - github.com/nuclio/nuclio < 1.16.5
patched:
  - github.com/nuclio/nuclio 1.16.5
published: '2026-09-02'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:04:42.813'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-52833'
references:
  - url: >-
      https://github.com/nuclio/nuclio/commit/4c78040c759068e927f3ed7c6507543c15d4ae56
    label: security-advisories@github.com
  - url: 'https://github.com/nuclio/nuclio/pull/4149'
    label: security-advisories@github.com
  - url: 'https://github.com/nuclio/nuclio/releases/tag/1.16.5'
    label: security-advisories@github.com
  - url: 'https://github.com/nuclio/nuclio/security/advisories/GHSA-3v79-m2cg-89ww'
    label: security-advisories@github.com
  - url: 'https://github.com/nuclio/nuclio/security/advisories/GHSA-3v79-m2cg-89ww'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-3v79-m2cg-89ww'
tags:
  - nvd
  - ghsa
  - go
epss: 0.0033
epssPercentile: 0.26331
aliases:
  - GHSA-3v79-m2cg-89ww
ecosystem: go
ingestedAt: '2026-07-16T19:57:16.500Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-52833)

Affected packages:

- `github.com/nuclio/nuclio < 1.16.5`

Patched in:

- `github.com/nuclio/nuclio 1.16.5`

Source: https://github.com/advisories/GHSA-3v79-m2cg-89ww
