SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-11876

MEDIUM · CVSS 5 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-21 · Last synced 2026-08-20

CyberRota Analysis

AI-Generated

The vulnerability in zenml-io/zenml version 0.94.2 affects the `GET /api/v1/stack-deployment/stack` endpoint, which lacks proper role-based access control (RBAC) checks, allowing authenticated users to access and enumerate sensitive information about all deployed stacks across different users and tenants. This exposure can lead to unauthorized access to critical infrastructure details and user identifiers, facilitating cross-tenant reconnaissance and potential exploitation in multi-tenant environments. Organizations using ZenML, particularly those with multi-tenant deployments, should prioritize addressing this vulnerability to safeguard sensitive data and maintain tenant isolation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-11876
Severity
MEDIUM
CVSS
5
EPSS
0.18%

Original NVD Description

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.