Lucene search
+L

517696 matches found

Kitploit
Kitploit
added 2026/09/03 5:23 a.m.2 views

CVE-2026-23001-Hugging-Face-Transformers-Model-Deserialization-Arbitrary-Code-via-Pickle-

CVE-2026-23001 – Hugging Face Transformers 模型反序列化远程代码执行 概述 使用 torch.save 保存的 Hugging Face 模型采用 Python 的 pickle 序列化,这本身是不安全的。如果用户从存储库下载了一个看似合法的模型,加载该模型就可能触发任意代码执行,从而危及整个环境。 漏洞详情 类型: 不安全反序列化 影响: 远程代码执行 根本原因: torch.load 未对 pickle 反序列化进行沙箱隔离;攻击者可以注入 reduce 方法,从而执行 shell 命令。 漏洞演示 1. 生成恶意模型:...

7.8CVSS7.3AI score0.00191EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/03 5:23 a.m.7 views

chromium-exploit-dev

Chromium 漏洞利用开发工具包 一个用于将 Chromium 漏洞武器化为可靠、跨平台、全链路漏洞利用的工具包。 概述 本项目提供一组强大的辅助脚本,但需要您自带漏洞。您负责实现最小化的漏洞利用原语,其余一切由工具包处理。 自定义漏洞利用链依赖于 main.js 脚本文件,它允许您有选择地将自己的漏洞与工具包的辅助脚本一起包含进来: root@kitploit: // Exploit settings let loglevel = 5; let runinworker = false; // Exploit chain async function main // Common...

8.3CVSS8AI score0.00399EPSS
SaveExploits1References8
Kitploit
Kitploit
added 2026/09/03 5:10 a.m.5 views

CVE-2025-32432

🔐 CVE-2025-32432 — Craft CMS Pre-Auth RCE Pre-Authentication Remote Code Execution in Craft CMS Discovered & Developed by Mohammed Idrees Banyamer 📌 Overview CVE-2025-32432 is a critical pre-authentication Remote Code Execution RCE vulnerability affecting multiple versions of Craft CMS. By chaini...

10CVSS8.3AI score0.99837EPSS
SaveExploits19References1
Kitploit
Kitploit
added 2026/09/03 5:08 a.m.5 views

CVE-2026-48800-PoC

CVE-2026-48800 — Notepad++ Arbitrary Code Execution PoC Severity: High | Affected: Notepad++ ≤ 8.9.6 | Patched: v8.9.6.1 A PoC script for CVE-2026-48800, an arbitrary code execution vulnerability in Notepad++ ≤ 8.9.6 via shortcuts.xml. For full technical details, see the official security advisor...

7.8CVSS7.5AI score0.00209EPSS
SaveExploits3References2
Kitploit
Kitploit
added 2026/09/03 5:01 a.m.4 views

CVE-2026-8838-RCE

CVE-2026-8838 — Amazon Redshift Python Driver: Remote Code Execution via eval ⚠️ Educational Use Only Research and demonstration project in offensive cybersecurity conducted exclusively for educational and awareness purposes. Any use on systems without explicit authorization is illegal. This...

9.8CVSS5.7AI score0.00808EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/03 5:00 a.m.4 views

CVE-2026-21011-Log4j-style-JNDI-Injection-in-Custom-Logger-Simulated-

CVE-2026-21011 – 自定义日志记录器中的 Log4j 式 JNDI 注入(模拟) 程序代码(用 Python 模拟 Java 的示例) root@kitploit: log4jsim.py - Custom logger that evaluates $... patterns import subprocess, re def logmessage: Vulnerable: looks up JNDI-like syntax and executes pattern = r'$\jndi:.+?' for match in re.finditerpattern,...

6.8CVSS6AI score0.00149EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/09/03 4:54 a.m.7 views

kernel: pNFS: Fix use-after-free in pnfs_update_layout()

A flaw was found in the Linux kernel's parallel Network File System pNFS component. An issue in the pnfsupdatelayout function causes a use-after-free vulnerability due to incorrect ordering of memory management operations. This flaw can be triggered when the system attempts to update a pNFS layou...

9.8CVSS6.1AI score0.00527EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/03 4:44 a.m.8 views

CVE-2020-0022

CVE-2020-0022 Many thanks to Insinuator for their amazing blog post and code! Results All the steps mentioned in the insinuator post have been completed, and more. These are a lot of steps to put in a README.md file, so feel free to check out the post from Insinuator mentioned above. The exploit ...

8.8CVSS7.9AI score0.06052EPSS
SaveExploits8References6
Kitploit
Kitploit
added 2026/09/03 4:43 a.m.6 views

PoC-2023-43208

CVE-2023-43208-EXPLOIT Mirth Connect 远程代码执行(RCE)漏洞利用 ⚠️ 仅供教育与实验室使用 ⚠️ 针对 CVE-2023-43208 的概念验证(PoC)漏洞利用程序,该漏洞是 Mirth Connect 4.4.1 之前版本中的一个远程代码执行漏洞。 🚨 重要法律声明 此工具严格仅用于: 🧪 教育目的 🔬 实验室环境中的授权安全测试 📚 网络安全研究与学习 请勿用于: ❌ 未经授权针对您不拥有的系统 ❌ 未获得明确书面许可 ❌ 生产环境 ❌ 非法或恶意目的 您有责任遵守所有适用的法律法规。滥用此工具可能导致刑事指控。 📋 描述 此漏洞利用程序针对...

9.8CVSS8.4AI score0.82708EPSS
SaveExploits21References1
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.7 views

kernel: zram: fix use-after-free in zram_bvec_write_partial()

A flaw was found in the Linux kernel, specifically within the zram module. This vulnerability is a use-after-free error, where the system attempts to use a piece of memory after it has been freed. This occurs when the zrambvecwritepartial function allows an asynchronous read to write into a page...

7.8CVSS6AI score0.00102EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.7 views

kernel: pNFS: Fix use-after-free in pnfs_update_layout()

A flaw was found in the Linux kernel's parallel Network File System pNFS component. An issue in the pnfsupdatelayout function causes a use-after-free vulnerability due to incorrect ordering of memory management operations. This flaw can be triggered when the system attempts to update a pNFS layou...

9.8CVSS6.1AI score0.00527EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/03 4:09 a.m.4 views

CVE-2017-8046-DEMO

spring data rest CVE-2017-8046 demo test please UPGRADE spring data rest NOW. steps 启动本应用 创建test instance root@kitploit: POST /entityPersons/ HTTP/1.1 Host: localhost:8080 Content-Type: application/json Cache-Control: no-cache "firstName":"f2" 利用spel注入, 会启动C:\Windows\system32\calc.exe...

9.8CVSS8.2AI score0.7453EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/03 3:58 a.m.8 views

CVE-2026-14282

CVE-2026-14282 — GoDAM WordPress 插件 RCE 作者: nullwhisper 用途: 仅限授权的安全研究 / 漏洞验证。 这是什么? GoDAM WordPress 插件版本 = 1.12.2 注册了一个名为 godamrecord 的 WPForms 字段。上传处理函数 savevideofile 被挂钩到公开的 wpformsprocessbeforefilter 动作上,因此它会在任何身份验证检查之前运行。该处理函数信任攻击者可控的 Content-Type 请求头,只要 MIME 类型以 video/ 开头就接受 PHP 文件,并将其移动到 We...

9.8CVSS5.9AI score0.00671EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/03 3:58 a.m.6 views

CVE-2026-54984

CVE-2026-54984 Windows ICC 文件解析越界写入 — 远程代码执行 通过 Zero Day Initiative 报告,编号为 ZDI-CAN-30441 ,以 ZDI-26-543 发布,微软已在 2026 年 8 月更新周期中修复。 大家好,我是 Kağan Çapar。我将此漏洞报告给了 Zero Day Initiative,后者于 2026 年 6 月 2 日向微软披露。该漏洞已于 2026 年 8 月 11 日(8 月补丁星期二)修复并公布,我也在 ZDI 公告中获得了致谢。 本仓库的内容。 这是一份公开的披露记录:标识符、评分、受影响版本、补丁 KB...

7.8CVSS7.4AI score0.006EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/03 3:50 a.m.7 views

Cisco-ASA-CVE-2025-20333-Scanner

CVE-2025-20333 Scanner A Python-based diagnostic scanner for Cisco ASA / FTD VPN Web Server Buffer Overflow CVE-2025-20333. CVE-2025-20333 is a critical heap-based buffer overflow vulnerability in the WebVPN file upload handler that can lead to remote code execution RCE as root when successfully...

9.9CVSS8.5AI score0.70651EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/03 3:48 a.m.5 views

-Educational-PoC-CVE-2026-23520

CVE-2026-23520: Model Context Protocol MCP Connect RCE - 教育用途 PoC - Arcane 免责声明:本仓库及其包含的脚本仅严格用于教育和学术目的。 此处提供的信息旨在帮助安全研究人员、系统管理员和学生在受控实验室环境(例如 Capture The Flag 平台)中理解命令注入漏洞和虚拟主机路由的机制。 切勿将此工具用于任何未经所有者明确书面许可的系统、网络或基础设施。 作者对任何因滥用或使用本软件造成的损害不承担任何责任。 背景与漏洞概述 本仓库提供了关于在特定应用栈(如 Arcane v1.13.0)的 Model...

9CVSS8.1AI score0.01709EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/03 3:17 a.m.8 views

CVE-2022-30190-Follina-Lab

🔴 CVE-2022-30190 — Follina(MSDT RCE)实验室 研究员: Abhimanyu Rawat 角色: 技术研究与网络安全运营实习生 日期: 2026 年 5 月 8 日 📌 什么是 Follina? CVE-2022-30190(绰号 “Follina” )是 Microsoft Windows 中的一个零日远程代码执行(RCE)漏洞,攻击者只需让受害者 打开 Word 文档 即可执行任意命令——无需任何宏。 该漏洞通过 Microsoft Office 的外部模板功能滥用 ms-msdt:// URI 处理程序(一种合法的 Windows 诊断协议)来实现攻...

9.3CVSS7.8AI score0.99234EPSS
SaveExploits63References1
Kitploit
Kitploit
added 2026/09/03 3:11 a.m.9 views

SmarterMail-CVE-2026-24423

SmarterMail ConnectToHub RCE Un exploit basado en Python para CVE-2026-24423 , una vulnerabilidad de Ejecución Remota de Código no autenticada en la funcionalidad ConnectToHub de SmarterTools SmarterMail. Uso previsto: Solo pruebas de seguridad autorizadas, CTFs, laboratorios de Hack The Box y...

9.8CVSS8.4AI score0.87693EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/03 3:07 a.m.9 views

POC-CVE-2026-0769

Descripción Uso python3 poc.py -u -c Sin comando bash prueba de ejecución de código mediante error de división por cero Con comando bash NOTA: La salida de Bash no se devuelve porque el endpoint solo retorna la plantilla del componente y los metadatos. La salida de Bash se almacena en out dentro...

9.8CVSS8AI score0.37963EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/03 3:07 a.m.10 views

POC-CVE-2026-0768

描述 CVE-2026-0768 的概念验证漏洞利用代码 使用方法 python3 poc.py -u -c...

9.8CVSS8.2AI score0.02261EPSS
SaveExploits3
Rows per page
Query Builder