Lucene search
+L

122 matches found

Kitploit
Kitploit
added 2026/09/11 3:50 p.m.9 views

CVE-2024-24590-ClearML-RCE-Exploit

CVE-2024-24590 — ClearML Pickle 工件远程代码执行(RCE) 概述 字段| 详情 ---|--- CVE| CVE-2024-24590 软件| ClearML 受影响版本| 0.17.0 – 1.14.2 漏洞类型| 任务工件的不安全 pickle 反序列化 认证要求| 需要对 ClearML 项目具有写入权限 影响| 在加载该工件的任何机器上实现远程代码执行 测试环境| Ubuntu 22.04、Python 3.9+ 描述 ClearML 是一个 MLOps 平台,用于跟踪实验、管理数据集并在团队成员之间共享工件(模型、文件、对象)。当任务工件以...

8.8CVSS7.8AI score0.02473EPSS
SaveExploits9References1
Kitploit
Kitploit
added 2026/09/11 9:44 a.m.7 views

CVE-2024-24590

ClearML 漏洞利用 该仓库包含 ClearML 中反序列化漏洞的概念验证利用代码,可实现远程命令执行。此利用演示了如何将恶意 pickle 工件上传到 ClearML 以获得反向 shell。 先决条件 在开始之前,请确保您满足以下要求: 一台运行 ClearML 的机器。 Python 3.8 或更高版本。 已安装 clearml 库。您可以使用 pip 安装: root@kitploit: pip install clearml clearml-init 按照屏幕提示操作,并在提示时粘贴您的配置设置。 使用以下命令启动监听器: root@kitploit: nc -lvnp...

8.8CVSS7.9AI score0.02473EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/11 9:27 a.m.6 views

CVE-2024-24590

CVE-2024-24590 La deserialización de datos no confiables puede ocurrir en las versiones 0.17.0 a 1.14.2 del SDK de cliente de la plataforma ClearML de Allegro AI, lo que permite que un artefacto cargado maliciosamente ejecute código arbitrario en el sistema de un usuario final cuando se interactú...

8.8CVSS7.9AI score0.02473EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/10 9:11 p.m.7 views

CVE-2024-24590-ClearML-RCE-CMD-POC

Exploit Script de ClearML Este repositorio contiene un script de exploit en Python para CVE-2024-24590. El script está diseñado para subir un archivo pickle malicioso a ClearML, que ejecuta una reverse shell o un comando personalizado. Características Sube un artefacto pickle malicioso a ClearML...

8.8CVSS7.9AI score0.02473EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/09 12:36 p.m.10 views

pickle_exploit

PickleExploit 通过 ClearML 中的 Pickle 序列化演示远程代码执行漏洞 🖥️ 此脚本由 h3x0v3rl0rd 开发。 此概念验证(PoC)演示了一个涉及使用 pickle 库对 Python 对象进行序列化和反序列化的潜在安全漏洞。具体来说,它创建了一个带有 reduce 方法的 RunCommand 类,该方法在反序列化时通过 os.system 执行反向 Shell 命令。该命令尝试建立到指定 IP 地址和端口的反向 Shell 连接。该 PoC 脚本将此恶意构造的对象作为工件上传到 ClearML...

6.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 11:46 a.m.9 views

ClearML-CVE-2024-24590

root@kitploit: / | | | / | | | \ / \ / | | | | | | \ / | | | | | | | | | | | | |/ / | '| |/| | | | /| | | | | | || | / | | | | | | | | | | | || | | |||,|| || ||| || / | - 2024-24590 x OxyDe ClearML Pickle 工件上传 PoC 本项目演示如何通过命令行参数动态上传 pickle 工件到 ClearML,并支持配置参数。该脚本初始化一个 ClearML 任务,动态配置反向...

8.8CVSS7.8AI score0.02473EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/07 2:44 p.m.8 views

ClearML-CVE-2024-24590-RCE

Clearml-CVE-2024-24590 CVE-2024-24590 是一种可在服务器端存在不当反序列化时被利用的漏洞,此处指 Clearml。 当攻击者创建恶意的 Pickle 文件时,他们可以在反序列化该 Pickle 文件的受害者系统上执行任意代码,并可进一步升级为反弹 Shell,从而实现远程命令执行。 别忘了安装 clearml 库 root@kitploit: python -m venv .g source .g/bin/activate/ pip install clearml...

8.8CVSS7.9AI score0.02473EPSS
SaveExploits9
OSV
OSV
added 2026/07/07 4:03 p.m.15 views

PYSEC-2026-1255 clearml is vulnerable to Path Traversal through its `safe_extract` function

A vulnerability in clearml versions before 2.0.2 allows for path traversal due to improper handling of symbolic and hard links in the safeextract function. This flaw can lead to arbitrary file writes outside the intended directory, potentially resulting in remote code execution if critical files...

5.8CVSS6.7AI score0.00302EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 11:45 a.m.12 views

PYSEC-2026-1257 Allegro AI ClearML Stores Credentials in Plaintext in MongoDB Instance

Allegro AI’s open-source version of ClearML stores passwords in plaintext within the MongoDB instance, resulting in a compromised server leaking all user emails and passwords...

6CVSS7AI score0.00257EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 11:45 a.m.13 views

PYSEC-2026-1258 Allegro AI ClearML path traversal vulnerability

A path traversal vulnerability in versions 1.4.0 to 1.14.1 of the client SDK of Allegro AI’s ClearML platform enables a maliciously uploaded dataset to write local or remote files to an arbitrary location on an end user’s system when interacted with...

8.8CVSS7.3AI score0.00798EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/07 11:45 a.m.11 views

PYSEC-2026-1256 Allegro AI ClearML vulnerable to deserialization of untrusted data

Deserialization of untrusted data can occur in versions 0.17.0 to 1.14.2 of the client SDK of Allegro AI’s ClearML platform, enabling a maliciously uploaded artifact to run arbitrary code on an end user’s system when interacted with...

8.8CVSS7.5AI score0.02473EPSS
SaveExploits9References6
NVD
NVD
added 2026/07/01 1:17 p.m.23 views

CVE-2026-8387

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS0.00537EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 12:26 p.m.30 views

CVE-2026-8387

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS6.5AI score0.00537EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/01 12:26 p.m.13 views

CVE-2026-8387 Relative Path Traversal in allegroai/clearml

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS6.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/01 12:26 p.m.24 views

EUVD-2026-40957

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS6.5AI score0.00537EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/01 12:26 p.m.54 views

CVE-2026-8387

CVE-2026-8387 : A vulnerability in allegroai/clearml up to version 1.16.5 permits relative path traversal when extracting ZIP archives via ZipFile.extractall() in StorageManager._extract_to_cache(). The missing path validation allows an attacker to write arbitrary files to the filesystem, with at...

2.4CVSS6.5AI score0.00537EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/19 8:10 p.m.17 views

Malicious code in clearml-truen-patch (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 868fbff2db730a4a67f808b6c9bd35aa78392be592adb2d66d6be659772610f6 This package is published as clearml-truen-patch but its PKG-INFO/setup.py declare Author=ClearML, [email protected], and...

5.9AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/10/07 11:13 p.m.12 views

CVE-2025-8917

A vulnerability in allegroai/clearml version v2.0.1 allows for path traversal due to improper handling of symbolic and hard links in the safeextract function. This flaw can lead to arbitrary file writes outside the intended directory, potentially resulting in remote code execution if critical fil...

5.8CVSS8.2AI score0.00302EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/10/07 12:00 a.m.12 views

PT-2025-41182

🟠 ClearML Path Traversal Vulnerability CVE-2025-45403 Moderate https://t.co/AwPuWdbUZK...

6.8AI score
SaveExploits0References1
EUVD
EUVD
added 2025/10/05 12:30 p.m.11 views

EUVD-2025-32454

A vulnerability in allegroai/clearml version v2.0.1 allows for path traversal due to improper handling of symbolic and hard links in the safeextract function. This flaw can lead to arbitrary file writes outside the intended directory, potentially resulting in remote code execution if critical fil...

5.8CVSS6.8AI score0.00302EPSS
SaveExploits0References3
Rows per page
Query Builder