LuizHenz/PoC-CVE-2025-55182

GitHub: LuizHenz/PoC-CVE-2025-55182

该 PoC 脚本用于验证和复现影响 React Server Components 的 CVE-2025-55182 远程代码执行漏洞。

Stars: 0 | Forks: 0

该脚本利用了 CVE-2025-55182,这是一个影响 React.js 和 Next.js 中使用的 React Server Components 的 RCE。 #### 受影响的 React 版本: * 19.0.0 * 19.1.0 和 19.1.1 * 19.2.0 #### Next.js: * Next.js 15.x(修复之前的所有版本) * Next.js 16.0.0(基于存在漏洞的 React 19 构建的早期 alpha/beta/RC 版本) # 用法 ``` git clone https://github.com/LuizHenz/PoC-CVE-2025-55182 cd PoC-CVE-2025-55182 pip install -r requirements python3 exploit.py -u -c ``` # 参考 ![React Server CVE](https://www.trendmicro.com/pt_br/research/25/l/CVE-2025-55182-analysis-poc-itw.html)
标签:逆向工具