CVE-2026-11876 PUBLISHED

Missing Authorization in get_deployed_stack Endpoint in zenml-io/zenml

Assigner: @huntr_ai
Reserved: 10.06.2026 Published: 21.07.2026 Updated: 21.07.2026

In zenml-io/zenml version 0.94.2, the GET /api/v1/stack-deployment/stack endpoint (get_deployed_stack) lacks proper RBAC authorization checks, allowing any authenticated user to enumerate all deployed stacks across all users and tenants. This includes stack component details, service connector information, and user IDs of stack owners. The vulnerability arises from two issues: missing endpoint-level RBAC checks and the use of a server-side Client() that bypasses the RBAC enforcement layer by directly accessing the database through SqlZenStore. This exposes sensitive information such as infrastructure topology, service connector details, stack ownership, and deployment metadata, potentially enabling cross-tenant reconnaissance and further attacks in multi-tenant ZenML Pro/Cloud deployments.

Metrics

CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
CVSS Score: 5

Product Status

Vendor zenml-io
Product zenml-io/zenml
Versions
  • affected from unspecified to 0.95.0 (excl.)

References

Problem Types

  • CWE-862 Missing Authorization CWE