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-85057 Details

ANALYZED


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

Description

ZITADEL is an open source identity management platform. From 3.0.0 until 3.4.13 and 4.16.1, ZITADEL Actions V1 enables the goja Node-compatible require() registry without restricting its filesystem source loader. An organization Action author with ORG_OWNER, org.action.write, and org.flow.write permissions can run JavaScript at OIDC, SAML, and login-flow trigger points and load files readable by the ZITADEL server process. This can disclose mounted configuration and secrets, including credentials stored through ZITADEL_FIRSTINSTANCE_LOGINCLIENTPATPATH or ZITADEL_FIRSTINSTANCE_MACHINEKEYPATH, and recovered bootstrap credentials can enable escalation from an organization administrator to an instance administrator. The issue affects Actions V1, and host command execution is not established. This issue is fixed in versions 3.4.13 and 4.16.1.

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-284Improper Access Control[email protected]

Affected Products

ProductVersions
ZITADEL
>= 4.0.0, <= 4.16.0 (semver)
>= 3.0.0, <= 3.4.12 (semver)

CPE

  • cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 4.16.1moderate efforthttps://github.com/zitadel/zitadel/releases/tag/v4.16.1
  • Upgrade: 3.4.13moderate efforthttps://github.com/zitadel/zitadel/releases/tag/v3.4.13
  • Mitigation:low effort

    Restrict who can create, update, or attach Actions — do not grant org.action.write / org.flow.write (or ORG_OWNER) to untrusted administrators in multi-tenant environments.

  • Mitigation:low effort

    Audit existing Actions for require() of filesystem paths.

  • Mitigation:low effort

    Remove or relocate bootstrap credential files (login-client.pat, machine keys) so they are not readable inside the API process filesystem.

  • Mitigation:low effort

    Limit host filesystem exposure for the ZITADEL process (no unnecessary readable secrets beside the binary).

Change History

1 change record found show changes


QUICK INFO

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