Answer in brief
CVE-2026-52832 records a Medium severity (CVSS 4.9) vulnerability in Nuclio: Unauthenticated path traversal in spec.handler allows arbitrary file write in Dashboard container. The current sources do not mark it as known exploited. The current feed maps nuclio/nuclio (generic), github.com/nuclio/nuclio (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 4.9. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps nuclio/nuclio (generic), github.com/nuclio/nuclio (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| nuclio/nucliogeneric | < 1.16.5 | Not reported |
| github.com/nuclio/nucliogo | <1.16.5 | 1.16.5 |
Published upstream
Sep 2, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 9, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 16, 2026
Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.5, 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 module portion. This issue has been patched in version 1.16.5.
Quoted source text, attributed separately from HOL analysis.