Auth bypass in Zenml-Io Zenml-Io/zenml
CVE-2026-11876
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.
Vulnerability class: Broken Access Control
EPSS: 0.003 (23.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.0 (Medium). Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N.
Affected products
- Zenml-io Zenml-io/zenml — versions unspecified
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-11876?
- CVE-2026-11876 is a medium-severity vulnerability in Zenml-Io Zenml-Io/zenml, classified under Missing Authorization. CVSS score: 5.0/10. Published 2026-07-21.
- How severe is CVE-2026-11876?
- Medium severity. CVSS v3 base score is 5.0 out of 10.