Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-55182 — PoC,针对 CVE-2025-55182 的 React2Shell 狩猎 | Kitploit
工具/GitHubGitHub/jaycelation/cve-2025-55182
OSINT (开源情报)侦察漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubjaycelation/cve-2025-55182

CVE-2025-55182

PoC,针对 CVE-2025-55182 的 React2Shell 狩猎

查看仓库
8个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

搜索 CVE-2025-55182

使用开源情报识别易受攻击的目标(Shodan 搜索引擎)

  • 访问 Shodan。

  • 在搜索栏中输入以下查询,以查找运行存在漏洞的 Next.js 框架版本的设备:

    root@kitploit:~
    http.component:"Next.js" 200
    

alt text

  • 在终端中使用 Shodan CLI 下载搜索结果:

    root@kitploit:~
    shodan download nextjs_vuln "http.component:'Next.js' 200"
    

alt text

  • 过滤结果以识别运行存在漏洞的 Next.js 版本的域名和 IP:

    root@kitploit:~
    shodan parse --fields ip_str nextjs_data.json.gz > ips.txt
    shodan parse --fields hostnames nextjs_data.json.gz > domains.txt
    

验证漏洞(使用此 PoC 扫描脚本 react2shell-scanner)

alt text

PoC 利用

  • 我创建了一个简单的 PoC 利用脚本以演示该漏洞。你可以 在此处 找到它。

alt text

  • 使用 nuclei 扫描该漏洞:

    root@kitploit:~
    cat domains.txt | nuclei -t ./nuclei-templates/http/cves/2025/CVE-2025-55182.yaml
    

alt text

参考资料

  • https://react.dev/reference/rsc/server-functions

  • https://tonyalicea.dev/blog/understanding-react-server-components/

  • https://github.com/facebook/react/pull/35277/commits/e2fd5dc6ad973dd3f220056404d0ae0a8707998d

  • https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Advanced_JavaScript_objects/Object_prototypes

  • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/Function

  • https://x.com/maple3142

下载工具