Lucene search
+L

230 matches found

Nuclei
Nuclei
added 2026/09/13 4:24 p.m.53 views

ZenML ZenML Server - Improper Authentication

ZenML Server in the ZenML machine learning package before 0.46.7 for Python allows remote privilege escalation because the /api/v1/users/usernameorid/activate REST API endpoint allows access on the basis of a valid username along with a new password in the request body. id: CVE-2024-25723 info:...

8.8CVSS7AI score0.70785EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/12 10:39 p.m.4 views

exploit-CVE-2024-25723

CVE-2024-25723 漏洞利用程序 本仓库致力于处理 ZenML 中的一个严重安全漏洞 CVE-2024-25723,并提供一个教育性的概念验证 PoC 来说明该问题,以鼓励及时缓解。该 PoC 展示了未经授权的用户如何可能利用该漏洞获得任何 ZenML 账户的所有权。 概念验证 PoC 1. 通过 Docker 启动 ZenML 服务器。 docker run -it -d -p 8080:8080 --name zenml zenmldocker/zenml-server:0.46.0 2. 将以下代码保存为 "exploit-CVE-2024-25723.py",然后运行...

8.8CVSS7.1AI score0.70785EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/10 5:58 p.m.5 views

zenml-CVE-2024-2083-POC

CVE-2024-2083 – ZenML 任意文件读取 PoC 本仓库演示了如何复现 CVE-2024-2083 ,即 ZenML 中的任意文件读取漏洞。 该漏洞允许攻击者通过滥用 /api/v1/steps API 请求中的 logs.uri 字段,从服务器文件系统读取文件。通过使用代理修改此值,可以执行路径遍历,从而通过 ZenML 用户界面日志泄露敏感文件。 概述 漏洞编号: CVE-2024-2083 受影响软件: ZenML 影响: 通过路径遍历实现任意文件读取 攻击向量: 操纵 /api/v1/steps API 请求中的 logs.uri 攻击方式为拦截管道运行时生成的...

9.9CVSS8.2AI score0.37487EPSS
SaveExploits2
NVD
NVD
added 2026/08/07 5:17 p.m.12 views

CVE-2026-68772

ZenML 0.94.6 contains a remote code execution vulnerability in the CloudpickleMaterializer component that allows attackers with write access to a shared artifact store to execute arbitrary code by planting a malicious pickle file. Attackers can replace a stored artifact.pkl file with a crafted...

8.5CVSS0.00402EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/07 4:27 p.m.38 views

CVE-2026-68772 ZenML 0.94.6 Remote Code Execution via CloudpickleMaterializer

ZenML 0.94.6 contains a remote code execution vulnerability in the CloudpickleMaterializer component that allows attackers with write access to a shared artifact store to execute arbitrary code by planting a malicious pickle file. Attackers can replace a stored artifact.pkl file with a crafted...

8.5CVSS0.00402EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/07 4:27 p.m.11 views

CVE-2026-68772 ZenML 0.94.6 Remote Code Execution via CloudpickleMaterializer

ZenML 0.94.6 contains a remote code execution vulnerability in the CloudpickleMaterializer component that allows attackers with write access to a shared artifact store to execute arbitrary code by planting a malicious pickle file. Attackers can replace a stored artifact.pkl file with a crafted...

8.5CVSS6.6AI score0.00402EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/07 4:27 p.m.68 views

CVE-2026-68772

ZenML 0.94.6 has a remote code execution vulnerability in the CloudpickleMaterializer . An attacker with write access to a shared artifact store can replace a stored artifact.pkl with a crafted cloudpickle payload containing a malicious reduce method. When any user or pipeline materializes the ar...

8.5CVSS6.6AI score0.00402EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/07 4:27 p.m.21 views

EUVD-2026-54524

ZenML 0.94.6 contains a remote code execution vulnerability in the CloudpickleMaterializer component that allows attackers with write access to a shared artifact store to execute arbitrary code by planting a malicious pickle file. Attackers can replace a stored artifact.pkl file with a crafted...

8.5CVSS6.6AI score0.00402EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/07 4:27 p.m.11 views

CVE-2026-68772

ZenML 0.94.6 contains a remote code execution vulnerability in the CloudpickleMaterializer component that allows attackers with write access to a shared artifact store to execute arbitrary code by planting a malicious pickle file. Attackers can replace a stored artifact.pkl file with a crafted...

8.5CVSS6.6AI score0.00402EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/24 4:16 a.m.18 views

CVE-2026-11922

A vulnerability in zenml-io/zenml versions 0.57.0 through 0.94.2 allows an attacker to bypass rate-limiting on the POST /api/v1/login and self password-change endpoints by rotating the X-Forwarded-For header. The rate limiter keys requests by request.client.host, which is derived from the...

6.5CVSS0.00179EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 3:27 a.m.59 views

CVE-2026-11922

The CVE-2026-11922 entry describes a rate-limit bypass in zenml-io/zenml (versions 0.57.0–0.94.2). The issue arises because the rate limiter uses request.client.host (derived from the X-Forwarded-For header when Uvicorn is run with --proxy-headers --forwarded-allow-ips *), allowing an attacker to...

6.5CVSS6.5AI score0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:27 a.m.10 views

CVE-2026-11922 Rate-limit Bypass in zenml-io/zenml

A vulnerability in zenml-io/zenml versions 0.57.0 through 0.94.2 allows an attacker to bypass rate-limiting on the POST /api/v1/login and self password-change endpoints by rotating the X-Forwarded-For header. The rate limiter keys requests by request.client.host, which is derived from the...

6.5CVSS5.9AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/24 3:27 a.m.16 views

EUVD-2026-48467

A vulnerability in zenml-io/zenml versions 0.57.0 through 0.94.2 allows an attacker to bypass rate-limiting on the POST /api/v1/login and self password-change endpoints by rotating the X-Forwarded-For header. The rate limiter keys requests by request.client.host, which is derived from the...

6.5CVSS6.4AI score0.00179EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/24 3:27 a.m.50 views

CVE-2026-11922 Rate-limit Bypass in zenml-io/zenml

A vulnerability in zenml-io/zenml versions 0.57.0 through 0.94.2 allows an attacker to bypass rate-limiting on the POST /api/v1/login and self password-change endpoints by rotating the X-Forwarded-For header. The rate limiter keys requests by request.client.host, which is derived from the...

6.5CVSS0.00179EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 a.m.21 views

CVE-2026-11922

A vulnerability in zenml-io/zenml versions 0.57.0 through 0.94.2 allows an attacker to bypass rate-limiting on the POST /api/v1/login and self password-change endpoints by rotating the X-Forwarded-For header. The rate limiter keys requests by request.client.host, which is derived from the...

6.5CVSS6.4AI score0.00179EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.27 views

PT-2026-64225

A vulnerability in zenml-io/zenml versions 0.57.0 through 0.94.2 allows an attacker to bypass rate-limiting on the POST /api/v1/login and self password-change endpoints by rotating the X-Forwarded-For header. The rate limiter keys requests by request.client.host, which is derived from the...

6.5CVSS6.4AI score0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 3:16 p.m.16 views

CVE-2026-11876

In zenml-io/zenml version 0.94.2, the GET /api/v1/stack-deployment/stack endpoint getdeployedstack 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...

5CVSS0.00307EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 2:11 p.m.33 views

CVE-2026-11876 Missing Authorization in get_deployed_stack Endpoint in zenml-io/zenml

In zenml-io/zenml version 0.94.2, the GET /api/v1/stack-deployment/stack endpoint getdeployedstack 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...

5CVSS0.00307EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 2:11 p.m.10 views

CVE-2026-11876 Missing Authorization in get_deployed_stack Endpoint in zenml-io/zenml

In zenml-io/zenml version 0.94.2, the GET /api/v1/stack-deployment/stack endpoint getdeployedstack 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...

5CVSS5.4AI score
SaveExploits0References4
OSV
OSV
added 2026/07/07 4:03 p.m.16 views

PYSEC-2026-2071 ZenML is vulnerable to Path Traversal through its `PathMaterializer` class

ZenML version 0.83.1 is affected by a path traversal vulnerability in the PathMaterializer class. The load function uses ispathwithindirectory to validate files during data.tar.gz extraction, which fails to effectively detect symbolic and hard links. This vulnerability can lead to arbitrary file...

6.3CVSS6.9AI score0.00365EPSS
SaveExploits1References6
Rows per page
Query Builder