Lucene search
+L

674 matches found

Kitploit
Kitploit
added 2026/09/13 12:18 p.m.8 views

CVE-2025-55183-poc

CVE-2025-55183-poc – Next.js React Server Components 服务器函数源代码泄露 本仓库包含用于检测 Next.js React Server Components RSC / Server Actions 中源代码泄露漏洞(编号 CVE-2025-55183)的工具。 在受影响的应用中,向服务器函数发送精心构造的 HTTP 请求可能导致该函数在引用被字符串化时(例如通过模板字符串或数据库查询中的隐式转换)返回完整的 JavaScript 源代码 。 React 的修复为服务器引用添加了 toString...

5.3CVSS7AI score0.64233EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/13 12:01 p.m.5 views

CVE-2025-55182

CVE-2025-55182 Next.js RCE 利用工具 🚀 这是一个针对 Next.js React Server Components CVE-2025-55182 远程代码执行 RCE 漏洞的自动化概念验证 PoC 工具。 该工具集成了 交互式 Shell 、智能协议识别 以及 多线程批量扫描 功能,专为安全研究人员和渗透测试人员设计,旨在快速验证和利用该漏洞。 ⚠️ 免责声明 :本工具仅供网络安全教育和已获得授权的安全测试使用。严禁将其用于任何未授权的攻击行为。使用者需自行承担因使用本工具而产生的所有法律责任。 ✨ 核心功能 交互式 Shell 模式...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 12:01 p.m.8 views

CVE-2025-55182-NextJS-RCE-PoC

Entorno de Reproducción CVE-2025-55182 React2Shell ⚠️ SOLO CON FINES EDUCATIVOS Este repositorio se crea estrictamente con fines educativos y de investigación. Demuestra una vulnerabilidad crítica en los Componentes del Servidor React Next.js para ayudar a los desarrolladores a comprender los...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 11:56 a.m.7 views

CVE-2025-55182-PoC

⚡ React2Shell 漏洞利用 PoC CVE-2025-66478 Next.js 通过服务器组件中的原型污染实现远程代码执行 RCE 🕵️‍♂️ 概述 本仓库包含 CVE-2025-66478 (某些上下文中也引用为 CVE-2025-55182 )的概念验证 PoC,这是一个影响使用特定版本 React Server Components RSC 的 Next.js 应用的关键漏洞。 通过操纵 RSC 的序列化过程,未经身份验证的攻击者可以利用 原型污染 (proto:then)注入恶意有效载荷。这可能导致通过 childprocess.execSync...

10CVSS7.6AI score0.99802EPSS
SaveExploits405
Kitploit
Kitploit
added 2026/09/13 11:55 a.m.5 views

react2shell-CVE-2025-55182

React2Shell 漏洞利用 CVE-2025-55182 用于 Next.js React 服务器组件 RCE 漏洞的 Python 利用工具,支持 HTTP/HTTPS。 🚀 快速开始 root@kitploit: 克隆并运行 git clone https://github.com/BrianLopezM99/react2shell-CVE-2025-55182.git cd react2shell-CVE-2025-55182 python3 exploitreact2shell.py "" 📖 使用方法 root@kitploit: HTTP python3...

10CVSS7.6AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 11:55 a.m.6 views

react2shell-lab

React2Shell - Laboratorio CVE-2025-55182 Un laboratorio completo para demostrar y probar la vulnerabilidad crítica CVE-2025-55182 en React Server Components. ⚠️ Solo con fines educativos Este repositorio está diseñado para: Investigación y educación en seguridad Comprensión de los mecanismos de...

10CVSS7.7AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 11:52 a.m.7 views

react2shellpoc

这个仓库包含一个概念验证,演示了特定类别的 React Server Component 漏洞如何在 受控的、合法的培训环境 中运行。 手册 root@kitploit: ┌──kali㉿kali-/Documents/tools/2025-55182 └─$ python exploit.py -h /\ /\ /\ /\ /\ /\ || CVE-2025-55182 React Server Components RCE usage: exploit.py -h -t URL -c CMD options: -h, --help show this help message and...

10CVSS7.7AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 11:52 a.m.4 views

react2shellpoc

This repository contains a proof‑of‑concept demonstrating how a specific class of React Server Component vulnerabilities behaves inside a controlled, legal training environment. Manual root@kitploit: ┌──kali㉿kali-/Documents/tools/2025-55182 └─$ python exploit.py -h /\ /\ /\ /\ /\ /\ ||...

10CVSS7.6AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 11:44 a.m.6 views

React2Shell-PoC

React2Shell-PoC 针对 CVE-2025-55182 和 CVE-2025-66478 的概念验证漏洞利用程序,这两个是 React 服务端组件 RSC 和 Next.js 应用程序中的严重远程代码执行漏洞。 概述 React2Shell 演示了对 Next.js 服务端操作处理程序中不安全反序列化的利用,允许未认证的攻击者通过精心构造的多部分表单数据载荷在易受攻击的服务器上执行任意命令。 工具 scanner.py - 由 Assetnote 开发的漏洞扫描器,用于跨多个主机检测易受攻击的 Next.js/RSC 实例 main.py - 直接在易受攻击目标上执行命令的...

10CVSS8AI score0.99802EPSS
SaveExploits405
Kitploit
Kitploit
added 2026/09/13 11:16 a.m.6 views

react2shell-CVE-2025-55182-full-rce-script

Next.js React2Shell CVE-2025-55182 Herramienta de Explotación Una herramienta de prueba de concepto para demostrar la vulnerabilidad crítica React2Shell CVE-2025-55182 / CVE-2025-66478 únicamente en entornos de prueba locales autorizados. ⚠️ ADVERTENCIA CRÍTICA: EXPLOTACIÓN ACTIVA Esta...

10CVSS7.5AI score0.99802EPSS
SaveExploits405
Kitploit
Kitploit
added 2026/09/13 11:15 a.m.8 views

CVE-2025-55182

React2Shell PoC 此仓库提供了一个最小化的、故意存在漏洞的环境,用于测试安全扫描器对影响 React Server Components 和 Next.js 的最新严重 RCE 漏洞(React2Shell)的检测能力。 CVE-2025-55182 :在 React Server Components 版本 19.0.0、19.1.0、19.1.1 和 19.2.0 中存在一个预认证远程代码执行漏洞,涉及以下包:react-server-dom-parcel、react-server-dom-turbopack 和...

10CVSS7.7AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 11:09 a.m.4 views

CVE-2025-55182-React2Shell-CVSS-10.0-

受影响软件:React 服务端组件(版本 19.0.0、19.1.0、19.1.1、19.2.0) 漏洞类型:通过不安全的反序列化实现未经身份验证的远程代码执行。 描述:React 服务端飞行协议中的一个缺陷允许未经身份验证的攻击者发送特制的序列化载荷,利用原型污染,从而导致在服务器上执行任意代码。 我还包含了 exploit.py 以供参考(Python PoC),以及一个适用于 HTB 用户的版本。...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 10:58 a.m.7 views

CVE-2025-55182

CVE-2025-55182 扫描器 用于 CVE-2025-55182 的概念验证扫描器,这是一个影响 React 服务器组件 RSC 的严重未授权远程代码执行 RCE 漏洞。 概述 2025年12月3日,披露了一个影响使用 React 服务器组件的 React 19.x 和 Next.js 应用程序的严重漏洞。该漏洞存在于 RSC "Flight" 协议的反序列化逻辑中,允许攻击者通过精心构造的 HTTP 请求在服务器上执行任意代码。 严重性 属性| 值 ---|--- CVE| CVE-2025-55182 CVSS| 严重 攻击向量| 网络 身份认证| 无 利用情况|...

10CVSS7.6AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 10:49 a.m.8 views

react2shell

React2Shell 用于检测 React Server Components 和 Next.js Server Actions 中两个严重 RCE 漏洞的 CLI 工具 + Nuclei 模板。 该扫描器基于已公开的 react2shell 漏洞进行了重写。 漏洞概述 CVE-2025-55182 – React Server Components 反序列化 RCE React Flight 反序列化过程中的一个缺陷允许用户控制的引用解析为服务器函数,从而导致远程代码执行。 影响 React 19.0.0–19.2.0 。 CVE-2025-66478 – Next.js Serve...

10CVSS6AI score0.99802EPSS
SaveExploits405
Kitploit
Kitploit
added 2026/09/13 10:49 a.m.5 views

CVE-2025-55182-analysis

I. Vulnerability Overview In the past couple of days, there has been widespread discussion about a deserialization RCE vulnerability in React. The official CVSS score is a full 10.0, on par with Log4j. Rumors quickly spread claiming it is the "Log4j of modern frontend," causing panic among...

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

MassExploit-CVE-2025-55182

CVE-2025-55182 – 大规模扫描 PoC CVE-2025-55182(也称为 "React2Shell")是 React 服务器组件(RSC)系统中的一个严重远程代码执行(RCE)漏洞。 该问题源于"服务器函数"的 HTTP 负载反序列化机制不安全地处理了不受信任的输入,允许攻击者发送精心构造的请求并在服务器上触发任意代码执行——无需身份验证。 该漏洞 CVSS 评分为 10.0(严重)。 受影响及已修复版本: React / RSC 包 ⚠ 受影响版本: RSC 包 react-server-dom-webpack, react-server-dom-parcel,...

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

CVE-2025-55182

CVE-2025-55182 - React2Shell React Server Components / Next.js Pre-Authentication Remote Code Execution...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 10:40 a.m.8 views

CVE-2025-55182-poc

CVE-2025-55182 概念验证 React 服务端组件中的关键预认证远程代码执行漏洞 这是一个完整的概念验证,演示了 CVE-2025-55182——[email protected] 中的一个关键漏洞,允许未经身份验证的攻击者通过原型链污染执行任意代码。 快速开始 root@kitploit: Clone the repository git clone https://github.com/whiteov3rflow/CVE-2025-55182-poc cd CVE-2025-55182-poc Exploit the server python3...

10CVSS8.2AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 10:30 a.m.8 views

CVE-2025-55182-scanner

Escáner de Exposición de Superficie de React Server Components CVE-2025-55182 Un detector de superficie especializado y no intrusivo para CVE-2025-55182 RCE de React Server Components. ⚠️ Contexto técnico crítico Lee esto antes de escanear: Aunque CVE-2025-55182 es una vulnerabilidad RCE crítica...

10CVSS7.4AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/13 10:03 a.m.8 views

React2Shell-CVE-2025-55182-An-lise-T-cnica

React2Shell CVE-2025-55182 📖 概述 本仓库记录了TryHackMe房间中关于CVE-2025-55182 安全概念的学习内容,这是一个影响以下组件的严重漏洞: React Server Components RSC Next.js 以及基于RSC的框架 软件包: react-server-dom-webpack react-server-dom-parcel react-server-dom-turbopack 该漏洞可实现: 通过单个精心构造的HTTP请求,无需认证即可远程执行代码。 本材料仅供教育和防御目的 ,不包含该平台的任何答案、标志或完整通关指南。 ...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Rows per page
Query Builder