Lucene search
+L

6799 matches found

Kitploit
Kitploit
added 2026/09/02 11:48 p.m.1 views

CVE-2021-41579-LCDS-LAquis-SCADA-4.3.1.1085-Arbitrary-File-Write

LAquis SCADA 任意文件写入 👨‍💻 作者 Mohammed Idrees Banyamer 🐦 Instagram: @banyamersecurity CVE-2021-41579的概念验证利用程序 - 通过恶意 .els 项目文件在 LCDS LAquis SCADA ≤ 4.3.1.1085 中实现任意文件写入。 🚨 漏洞描述 CVE-2021-41579 是 LCDS LAquis SCADA 版本 ≤ 4.3.1.1085 中的一个客户端漏洞。 攻击者可以构造一个包含路径遍历序列(......\)的恶意 .els 项目文件。当受害者打开该文件并点击 "Play"...

7.8CVSS7.6AI score0.01268EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/02 11:20 p.m.4 views

CVE-2025-47273-PoC

CVE-2025-47273: setuptools 78.1.0 版本 - setuptools.packageindex 中的路径遍历漏洞 免责声明 此概念验证(PoC)仅供教育目的和授权安全审计使用。作者不对本信息的滥用承担任何责任。未经授权访问计算机系统是非法的且不道德。 漏洞分析 CVE-2025-47273 是在 setuptools 库(v78.1.0 及更早版本)的 packageindex 模块中发现的一个路径遍历漏洞。该漏洞允许攻击者通过向 PackageIndex.download 方法提供特制 URL 来执行任意文件写入。 根本原因:os.path.join 的行...

8.8CVSS6.6AI score0.01503EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/02 10:48 p.m.7 views

CVE-2025-4138-POC

CVE-2025-4138 - Python tarfile PATHMAX バイパス PoC 著者: d3vn0mi root@kitploit: / \ \ / / | | / \ | | | | || | / | | \ V /| | | | | | | \ | | || || / \ | | | | | ||/ /| || / / || | , | | || || ||/|/ |||/ // CVE-2025-4138 :: Python tarfile PATHMAX バイパス 著者: d3vn0mi 概要 CVE-2025-4138...

7.5CVSS6.4AI score0.0129EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/02 10:13 p.m.7 views

CVE-2025-4138-poc

CVE-2025-4138 Auto-Sudo 生成器 一个 Python 脚本,用于生成利用 CVE-2025-4138 / CVE-2025-4517 (通过 PATHMAX 截断实现的路径遍历)的恶意 tar 归档。 成功利用此漏洞可让攻击者绕过 tarfile 提取过滤器,并向文件系统写入任意文件。该工具专门针对 /etc/sudoers.d/,以授予无密码 root 权限。 用法 生成漏洞利用载荷: root@kitploit: python3 exploit.py -o exploit.tar 选项 -o, --output:必填 。恶意 tar 文件的保存路径。 -u,...

7.5CVSS6.4AI score0.0129EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/02 8:58 p.m.6 views

halo-2.25.4-backup-write-CVE-2026-67920

Halo CMS 备份恢复任意文件写入漏洞 概述 Halo CMS 至 2.25.4 版本的备份恢复功能中存在一个严重的任意文件写入漏洞。MigrationServiceImpl.java 中的 restoreWorkdir 方法将用户提供的备份归档中的 workdir/ 目录直接复制到 Halo 应用程序的工作目录(/.halo2/),且未对文件类型、路径遍历防护或符号链接进行任何验证。具有备份管理权限的已认证攻击者可以构造包含 workdir/ 目录中任意文件的恶意备份 ZIP 文件,该文件将在恢复时被写入服务器的工作目录,可能通过插件 JAR 替换导致远程代码执行(RCE),或通过...

8.8CVSS5.2AI score0.0065EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/02 8:04 p.m.7 views

CVE-2026-58073-check

Veeam Service Provider Console 代理模拟 — 补丁状态检测脚本 这是一个安全、无需认证的检测器,用于检测 KB4893 中描述的 Veeam Service Provider Console 漏洞(发布于 2026-08-04)。它针对每个目标只回答一个问题,且在任何认证或 TLS 之前:该控制台是否已应用 KB4893 修复? 最核心的一对漏洞构成了一条攻击链。CVE-2026-58073 (CVSS 9.5)允许未认证的网络对等方模拟已连接的管理代理,并获得该代理的真实证书,因为代理握手是根据对等方写入其 自身 证书中的 GUID...

9.5CVSS5.6AI score0.00474EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/02 7:07 p.m.6 views

CVE-2026-35492

CVE-2026-35492 CVE-2026-35492(PartitionedDataset 中的路径遍历漏洞允许任意文件写入) 影响 kedro-datasets 中的 PartitionedDataset 存在路径遍历漏洞。分区 ID 未经验证直接与数据集基础路径拼接。包含 .. 组件的分区 ID 可能被攻击者或恶意输入利用,导致文件被写入配置的数据集目录之外,从而可能覆盖文件系统上的任意文件。 使用任何存储后端(本地文件系统、S3、GCS 等)的 PartitionedDataset 用户均受影响。 补丁 该漏洞已在 kedro-datasets 9.3.0 版本中修复。...

6.5CVSS5.2AI score0.00427EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 6:42 p.m.6 views

CVE-2026-30345

Prueba de Concepto CVE-2026-30345 Vulnerabilidad de escritura arbitraria de archivos en la funcionalidad de importación de copias de seguridad de CTFd 3.8.2. Inicio Rápido Antes de ejecutar cve202630345bashrcpoc.py Asegúrate de actualizar los valores según corresponda para tu exploit. Valores com...

7.5CVSS5.2AI score0.00406EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/02 4:38 p.m.28 views

CVE-2026-52832 Nuclio: Unauthenticated path traversal in spec.handler allows arbitrary file write in Dashboard container

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.5, Nuclio Dashboard exposes POST /api/functions without authentication by default NOP auth mode. The spec.handler field e.g., mymodule:myfunction is parsed by functionconfig.ParseHandler which split...

4.9CVSS0.00494EPSS
SaveExploits2References4
OSV
OSV
added 2026/09/02 4:38 p.m.3 views

CVE-2026-52832 Nuclio: Unauthenticated path traversal in spec.handler allows arbitrary file write in Dashboard container

Nuclio is a "Serverless" framework for Real-Time Events and Data Processing. Prior to version 1.16.5, Nuclio Dashboard exposes POST /api/functions without authentication by default NOP auth mode. The spec.handler field e.g., mymodule:myfunction is parsed by functionconfig.ParseHandler which split...

4.9CVSS5.8AI score
SaveExploits0References6
NVD
NVD
added 2026/09/02 4:17 p.m.6 views

CVE-2026-84671

Jenkins File Parameter Plugin 425.v3fa801681b5e and earlier allows writing files to arbitrary locations on the Jenkins controller file system through Stapler data binding, which can lead to remote code execution...

8.8CVSS0.00566EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/02 3:40 p.m.18 views

CVE-2026-84671

CVE-2026-84671 affects the Jenkins File Parameter Plugin in versions 425.v3fa_801681b_5e and earlier . The vulnerability stems from Stapler data binding , which allows an attacker with low privileges to write files to arbitrary locations on the Jenkins controller file system , potentially leading...

8.8CVSS6.2AI score0.00566EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/02 3:40 p.m.33 views

CVE-2026-84671

Jenkins File Parameter Plugin 425.v3fa801681b5e and earlier allows writing files to arbitrary locations on the Jenkins controller file system through Stapler data binding, which can lead to remote code execution...

0.00566EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/02 3:40 p.m.8 views

CVE-2026-84671

Jenkins File Parameter Plugin 425.v3fa801681b5e and earlier allows writing files to arbitrary locations on the Jenkins controller file system through Stapler data binding, which can lead to remote code execution...

6.2AI score0.00566EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/02 3:40 p.m.8 views

EUVD-2026-70143

Jenkins File Parameter Plugin 425.v3fa801681b5e and earlier allows writing files to arbitrary locations on the Jenkins controller file system through Stapler data binding, which can lead to remote code execution...

8.8CVSS6.2AI score0.00566EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/02 3:27 p.m.5 views

CVE-2026-73034-PoC

CVE-2026-73034 — DB-GPT v0.8.1 Path Traversal no autenticado → Escritura arbitraria de archivos CVSS 9.8 Crítico · CWE-22 · GHSA/Issue 3104 Resumen POST /api/v1/python/file/upload en DB-GPT v0.8.1 toma la cabecera HTTP user-id y la usa tal cual como componente de la ruta : root@kitploit: uploaddi...

9.8CVSS5.2AI score0.05122EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/09/02 2:38 p.m.12 views

EUVD-2026-63414

Banks: Path traversal in DirectoryPromptRegistry.set allows arbitrary file write outside the registry root...

6CVSS5.9AI score0.00323EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/02 2:37 p.m.9 views

EUVD-2026-68816

pnpm: Virtual store linker path traversal via unvalidated depPath name in lockfileToDepGraph...

7.1CVSS5.9AI score0.00397EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/09/02 2:36 p.m.7 views

pnpm: A tarball dependency's manifest `name` escapes node_modules → arbitrary file write/overwrite on install

Summary When resolving a package, pnpm uses the resolved manifest name as a raw path segment for the isolated-linker import target. A tarball dependency whose package.json name is a scoped path traversal @x/../../…/ is therefore extracted outside nodemodules, to an attacker-chosen absolute path,...

7.5CVSS6AI score0.00413EPSS
SaveExploits0References9Affected Software1
RedhatCVE
RedhatCVE
added 2026/09/02 2:33 p.m.7 views

CVE-2026-59683

A flaw was found in the OpenRGB network SDK protocol. Profile names received over the network are used directly in filesystem path construction without sanitization, allowing unauthenticated remote attackers to write attacker-controlled data to arbitrary filesystem paths via path traversal. By...

9.8CVSS6AI score0.00577EPSS
SaveExploits0References2
Rows per page
Query Builder