VYPR

Nuclio

by Nuclio

Source repositories

CVEs (5)

  • CVE-2026-52833higJul 16, 2026
    risk 0.58cvss 10.0epss

    ## Summary 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…

  • CVE-2026-52831criJul 8, 2026
    risk 0.57cvss 9.9epss

    ## Summary 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`, ``). Two fields in the trigger specification flow into this string without adequate sanitization: -…

  • CVE-2026-29042CriMar 6, 2026
    risk 0.57cvss 9.8epss 0.02

    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…

  • CVE-2026-52832medJul 16, 2026
    risk 0.42cvss 7.5epss

    ## Summary Nuclio Dashboard exposes `POST /api/functions` without authentication by default (NOP auth mode). The `spec.handler` field (e.g., `mymodule:myfunction`) is parsed by `functionconfig.ParseHandler()` which splits on `:` only — no path validation is applied to the…

  • CVE-2026-45730higJun 4, 2026
    risk 0.39cvss epss 0.00

    This vulnerability exists in Nuclio Dashboard's project management API, allowing any authenticated user (without membership in the target project) to bypass OPA authorization checks on write paths (`PUT /api/projects/{id}`, `DELETE /api/projects`) and modify or delete any…