13710 matches found
windows-x86-shellcode-poc
Windows x86 Buffer Overflow PoC for Beginners This is a simple, self-contained tutorial on stack-based buffer overflow exploits for 32-bit Windows. No external guides required—everything you need is here. What is this repository? vulnerable.c: A simple program with an unsafe gets function...
CVE-2016-2233
CVE-2016-2233 CVE-2016-2233 is a stack-based buffer overflow vulnerability related with a wide-used IRC software Hexchat. We build a IRC server and launch the attack on it to make all the client connected to the server crash. We exploited our attack on Ubuntu 12.04 using Python. We make a patch t...
CVE-2019-9766
CVE-2019-9766 利用 Free MP3 CD Ripper2.6 版本存在的缓冲区溢出漏洞,构造特殊的 MP3 文件,攻击者在使用播放器进行播放时,音频文件蜜饵利用缓冲区溢出漏洞执行任意代码。 复现 攻击机:kali201903 192.168.198.142 受害机:windows10 21H1 192.168.198.137 在受害机上安装好 Free MP3 CD Ripper 2.6,在 kali 机上利用 MSF 生成反向连接 shellcode: root@kitploit: msfvenom -p windows/meterpreter/reversetcp...
CVE-2026-41089-Netlogon-RCE
🚨 CVE-2026-41089: RCE Crítico en Windows Netlogon Ejecución Remota de Código No Autenticada en Controladores de Dominio de Active Directory 🧠 Visión General Conceptual Publico este desglose técnico de CVE-2026-41089 , una vulnerabilidad excepcionalmente crítica que reside en lo más profundo del...
Blackash-CVE-2025-0282
Blackash-CVE-2025-0282 描述 Ivanti Connect Secure 22.7R2.5之前版本、Ivanti Policy Secure 22.7R1.2之前版本以及Ivanti Neurons for ZTA gateways 22.7R2.3之前版本中存在一个基于栈的缓冲区溢出漏洞,允许远程未认证攻击者实现远程代码执行。 指标 CNA: ivanti 基础评分: 9.0 严重 ⚫ 向量: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H 上传网页外壳 使用该工具将网页外壳上传到目标系统: root@kitploit:...
domato
Domato 🍅 A DOM fuzzer Written and maintained by Ivan Fratric, [email protected] Copyright 2017 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 the "License"; you may not use this file except in compliance with the License. You may obtain a copy of the License ...
CVE-2025-5548
🛡️ CVE-2025-5548 – FreeFloat FTP 服务器缓冲区溢出利用 📌 概述 本仓库记录了对 FreeFloat FTP 服务器 应用中基于栈的缓冲区溢出漏洞 的发现与利用过程。 该漏洞存在于 USER 命令的处理逻辑中,不安全的堆内存操作(strcpy)允许攻击者覆盖栈并控制执行流程。 本项目演示了从逆向工程到任意代码执行的完整利用流程。 🎯 漏洞详情 目标软件: FreeFloat FTP 服务器(Win32) 漏洞类型: 基于栈的缓冲区溢出 攻击向量: FTP USER 命令 影响: 远程代码执行(RCE) 根本原因: 不安全的内存处理(未进行边界检查的...
CVE-2003-0264_EXPLOIT
CVE-2003-0264EXPLOIT Buffer Overflow in Seattle Lab Mail SLmail 5.5 - POP3 Simple STACK BAsed BUffer Overflow Step By Step 1 FUZZ The Application In the very First Step we will Fuzz The Application With a Simple Spike Script meanwhile we wil also have SLmail attachedand running to immunity Debugg...
log4j2-CVE-2021-45105
示例 Log4j2 漏洞应用程序(CVE-2021-45105) 受影响版本:2.0-beta9 至 2.16.0 的所有版本 该应用程序基于一个存在 CVE-2021-45105 漏洞的 Spring Boot Web 应用程序。 它使用 Log4j 2.16.0。 运行应用程序 运行它: root@kitploit: Import the project in Java IDE as a maven project Run CVEMainApplication.java as a spring boot app. 利用步骤 然后,使用以下方式触发漏洞: root@kitploit:...
Security Bulletin: IBM® Db2® federated server could allow an attacker with the ability to control or impersonate a DRDA server endpoint to execute arbitrary commands under certain conditions (CVE-2026-86093)
Summary IBM® Db2® federated server could allow an attacker with the ability to control or impersonate a DRDA server endpoint to execute arbitrary commands on Db2 clients due to a stack-based buffer overflow that improperly copies user-controlled data into a fixed-size stack buffer without bounds...
CVE-2002-1120
🐞 CVE-2002-1120:Savant Web Server 3.1 - 基于栈的缓冲区溢出(Egg Hunter) Savant Web Server 3.1 中经典的基于栈的缓冲区溢出,展示了 2000 年代初通过精心构造的 HTTP 请求实现的远程内存破坏(这是一个 2002 年的漏洞,其对初学者提出的挑战远超大多数 2025 年的缓冲区溢出 CVE)。 📑 目录 此仓库存在的原因 此漏洞为何有趣 背景与受影响软件 关于漏洞 触发崩溃 利用方法 🎓 此仓库存在的原因...
CVE-2025-5548
🐞 CVE-2025-5548:FreeFloat FTP 服务器 1.0 缓冲区溢出 针对 FreeFloat FTP 服务器 1.0 中经典基于栈的缓冲区溢出的专业研究与漏洞利用开发。 本实验室演示了从二进制逆向到功能完备的 RCE 的完整过渡。 📖 执行摘要 本仓库记录了 CVE-2025-5548 的分析与利用过程。尽管现代系统已具备先进的防护机制,但分析 FreeFloat FTP 等遗留软件仍然是漏洞研究人员的基础性支柱。 本研究遵循演讲 "通往你第一个 CVE 的道路" 中讨论的原则,强调对旧桌面应用程序进行逆向工程是该领域新手最现实的入门途径。 🔁 利用工作流程 模糊测试...
CVE-2019-25485
🐞 CVE-2019-25485: R 3.4.4 - Desbordamiento de Búfer Basado en Pila x86 y x64 Desbordamiento de búfer basado en pila en R 3.4.4. Explotación completa en x86, pero solo control de RIP con análisis de gadgets en x64 debido a restricciones del programa. La misma vulnerabilidad en dos arquitecturas, l...
CVE-2024-20154
CVE-2024-20154:MediaTek MT6769 基带中的 NB-IoT SIB1-NB 栈溢出 分类: CWE-121 — 基于栈的缓冲区溢出 严重性: 严重(MediaTek 公告)· 8.8 高危,攻击向量:相邻(CISA-ADP) 类型: 远程代码执行 — 无需用户交互,无需事先关联 披露: MediaTek 安全公告,2025 年 1 月 6 日 https://corp.mediatek.com/product-security-bulletin/January-2025 分析目标: Samsung Galaxy A14 SM-A145R — MT6769...
CVE-2026-82079
A stack-based buffer overflow vulnerability in the Nintendo Switch local wireless networking functionality may allow an attacker within wireless range to execute arbitrary code using return-oriented programming ROP through crafted network traffic. This issue affects Nintendo Switch: before 23.0.0...
PT-2026-89278
Nintendo has warned Switch owners about a security vulnerability involving QR codes displayed by the console. The issue, CVE-2026-82079, affects QR codes generated by the Switch when using the Album feature to share screenshots and videos with smartphones. The same vulnerability can also be...
CVE-2022-26937
Windows 网络文件系统崩溃 PoC CVE-2022-26937 root@kitploit: nt!KeBugCheckEx: fffff8038996efa0 48894c2408 mov qword ptr rsp+8,rcx ss:0018:ffffd000d589ae60=0000000000000139 1: kd !analyze -v Bugcheck Analysis KERNELSECURITYCHECKFAILURE 139 A kernel component has corrupted a critical data structure. The...
CVE-2022-34913
Descripción de CVE-2022-34913 md2roff 1.7 sufre un desbordamiento de búfer basado en pila mediante un archivo Markdown que contiene una gran cantidad de caracteres consecutivos por procesar. Reproducción Para reproducir la vulnerabilidad, debemos descargar una versión vulnerable de md2roff versió...