Lucene search
+L

9528 matches found

Kitploit
Kitploit
added 2026/09/10 7:22 p.m.10 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.9AI score0.01385EPSS
SaveExploits7
NVD
NVD
added 2026/09/10 5:17 p.m.6 views

CVE-2026-68487

Path traversal in Plesk's Backup Manager causes arbitrary file write as root by an authenticated customer...

9.9CVSS0.00363EPSS
SaveExploits0References1
PyPA
PyPA
added 2026/09/10 4:42 p.m.7 views

pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the pluginserver, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path...

9.8CVSS0.01318EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2026/09/10 4:42 p.m.8 views

PYSEC-2026-3975 pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the pluginserver, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path...

9.1CVSS0.01318EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2026/09/10 4:24 p.m.40 views

CVE-2026-68487

Path traversal in Plesk's Backup Manager causes arbitrary file write as root by an authenticated customer...

9.9CVSS0.00363EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 4:24 p.m.32 views

CVE-2026-68487

CVE-2026-68487 is a path traversal vulnerability in Plesk's Backup Manager caused by an unsigned backup header , allowing an authenticated customer to perform an arbitrary file write as root . The vulnerability is scored CVSS 9.9 (Critical) with a changed scope, reflecting high impact on confiden...

9.9CVSS0.00363EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 4:24 p.m.17 views

EUVD-2026-75596

Path traversal in Plesk's Backup Manager causes arbitrary file write as root by an authenticated customer...

9.9CVSS0.00363EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 4:18 p.m.7 views

CVE-2026-88937

knowns through 0.33.0 fails to properly validate template destination paths in the code generation template engine, allowing attackers to read and write arbitrary files outside the project root. Attackers can supply malicious templates that traverse directories to overwrite shell profiles, steal...

8.8CVSS0.00517EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/10 2:00 p.m.8 views

CVE-2026-52680_exploit

CVE-2026-52680 — Apache Kyuubi REST 批处理路径遍历任意文件写入 在 Apache Kyuubi 的 REST API 中,通过 multipart 批量提交端点 可实现未经认证的任意文件写入。 POST /api/v1/batches(multipart/form-data)会将 resourceFile 部分写入 $KYUUBIHOME/work/upload//,使用的是客户端提供的文件名 ,且没有 路径遍历检查(kyuubi-common 的 Utils.writeToTempFile): root@kitploit: val filePath ...

9.8CVSS5.9AI score0.00832EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/10 12:40 p.m.5 views

CVE-2021-3007-docker-poc

CVE-2021-3007 — RCE por deserialización HTTP en Laminas/Zend Este repositorio contiene una prueba de concepto totalmente reproducible y una plantilla de exploit de Nuclei para CVE-2021-3007, una vulnerabilidad crítica de deserialización de PHP en Zend\Http\Response\Stream laminas-http plantilla d...

9.8CVSS8.4AI score0.75313EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/10 9:39 a.m.7 views

CVE-2025-65346

CVE-2025-65346 – laravel-file-manager v3.3.1 の UnZip 関数による認証済みパストラバーサルから任意のファイル書き込みへ 🧭 概要...

9.1CVSS5.9AI score0.00954EPSS
SaveExploits1
Cvelist
Cvelist
added 2026/09/10 8:57 a.m.40 views

CVE-2026-88265 Crun: crun: /dev/null symlink follow during stdio reopen allows host bind-mount write and chown

A flaw was found in crun. After pivotroot, reopening /dev/null for stdio can follow a symlink and attach a host file to container stdio, then change that file's ownership. Affected versions are crun 1.29.1 and earlier. Default configurations that mount a fresh /dev are not exposed. No fixed relea...

5.6CVSS0.00119EPSS
SaveExploits0References3
Nuclei
Nuclei
added 2026/09/10 4:50 a.m.111 views

pfSense - Arbitrary File Write

diagroutes.php in pfSense 2.5.2 allows sed data injection. Authenticated users are intended to be able to view data about the routes set in the firewall. The data is retrieved by executing the netstat utility, and then its output is parsed via the sed utility. Although the common protection...

9CVSS7.8AI score0.87113EPSS
SaveExploits4References5
Kitploit
Kitploit
added 2026/09/10 4:25 a.m.6 views

CVE-2025-4517-poc

CVE-2025-4517 PoC – Python tarfile Arbitrary File Write via Path Traversal CVE-2025-4517 CVSS 9.4 – Critical A vulnerability in Python's tarfile module that allows arbitrary file writes outside the extraction directory when using TarFile.extractall or TarFile.extract with filter="data" or...

9.4CVSS6.9AI score0.0143EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/10 1:46 a.m.6 views

POC-CVE-2026-5027

描述 CVE-2026-5027 的概念验证漏洞利用代码 使用方法 python3 poc.py -u -c -a "bash command arg 文件已写入 Docker 容器磁盘...

8.8CVSS6.1AI score0.36141EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/10 1:35 a.m.10 views

CVE-2026-29780

Vulnerabilidad de Path Traversal en el Script de Ejemplo Oficial que Permite Escritura Arbitraria de Archivos Resumen El script de ejemplo oficial examples/recursivelyextractattachments.py contiene una vulnerabilidad de path traversal que permite la escritura arbitraria de archivos fuera del...

5.5CVSS5.9AI score0.00237EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/10 1:33 a.m.6 views

CVE-2026-5027

Esta publicación es un artículo de investigación publicado por EQSTLab. Gracias aYahia Hamza, quien reportó y analizó esta vulnerabilidad. CVE-2026-5027 ★ CVE-2026-5027 Langflow Path Traversal / Arbitrary File Write PoC ★ Descripción CVE-2026-5027 : Vulnerabilidad de escritura arbitraria de...

8.8CVSS6.1AI score0.36141EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/10 1:05 a.m.9 views

cve-2026-21440-writeup-poc

cve-2026-21440 @adonisjs/bodyparser 中的路径遍历导致任意文件写入 概述 @adonisjs/bodyparser 包中存在一个严重的路径遍历漏洞,允许远程攻击者在预期上传目录之外写入任意文件。当调用 multipartfile.move 函数时,如果没有显式提供经过清理的文件名,解析器会默认使用客户端提供的文件名,且未进行适当的清理。 由于实现使用了 path.join 且 options.overwrite 默认为 true,攻击者可以构造包含目录遍历序列的恶意文件名(例如...

9.2CVSS8.4AI score0.01049EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/10 12:53 a.m.11 views

zimaos-cve-2026-28286-arbitrary-file-write

🚨 CVE-2026-28286 — ZimaOS 任意文件写入 从 API 配置错误 → 任意文件写入 → 潜在的系统沦陷 ⚡ 快速摘要 端点: /v21/files/file 问题: 缺少路径验证 影响: 可在预期目录之外进行任意文件写入 严重性: 🔴 严重 🧪 快速开始 root@kitploit: git clone https://github.com/Rushi9/zimaos-cve-2026-28286-arbitrary-file-write.git cd zimaos-cve-2026-28286-arbitrary-file-write pip install -r...

9.9CVSS5.9AI score0.0041EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/10 12:52 a.m.10 views

CVE-2024-54910

CVE-2024-54910 https://vulners.com/cve/CVE-2024-54910 本文档探讨了一个允许任意文件写入的漏洞,该漏洞可导致安装了 Hasleo Backup Suite Free C:\SymbolicLinks\CreateSymlink.exe C:\C+\Temp\pwned.exe "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\FULLPWN.exe" Opened Link \RPC Control\pwned.exe -...

4.7CVSS5.9AI score0.00407EPSS
SaveExploits0
Rows per page
Query Builder