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-52832 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 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.

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-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[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 the environment variable NUCLIO_AUTH_KIND to a non-NOP value (e.g., iguazio). Consult Nuclio documentation for supported auth providers.

  • Mitigation:low effort

    Restrict network access to the Dashboard port (default 8070) to trusted networks only. Do not expose the Dashboard directly to the internet.

  • Mitigation:low effort

    Run the Dashboard process as a non-root user to reduce the impact of container-level arbitrary file writes.

Change History

2 change records found show changes


QUICK INFO

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