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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-22965-spring4shell — CVE-2022-22965 Spring4Shell 研究与 PoC | Kitploit
工具/GitHubGitHub/cxzero/cve-2022-22965-spring4shell
漏洞分析漏洞利用Web应用程序漏洞利用论文与研究学习与教育实验室与实践
GitHubcxzero/cve-2022-22965-spring4shell

CVE-2022-22965-spring4shell

CVE-2022-22965 Spring4Shell 研究与 PoC

查看仓库
112年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-22965-spring4shell

CVE-2022-22965 Spring4Shell 的研究与概念验证,仅供学习目的

博客文章

关于该漏洞的详细分析与说明,请参阅我的博客文章。

初步研究评论

基于我在 https://github.com/GuayoyoCyber/CVE-2022-22965 上进行的初步研究,并做了以下补充:

  • 修改 HelloWorld 类和 helloworld.jsp 以更好地理解漏洞
  • 添加 Apache Tomcat 9.0.60 内嵌库依赖用于调试

编译

root@kitploit:~
sudo apt install maven
mvn clean package

Apache Tomcat 9.0.60 可从 https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.60/bin/apache-tomcat-9.0.60.zip 下载

Smart Tomcat IntelliJ 插件可用于加速运行和调试:https://plugins.jetbrains.com/plugin/9492-smart-tomcat

Docker

root@kitploit:~
sudo docker build -t spring4shell .

或

root@kitploit:~
sudo docker build -t spring4shell -f Dockerfile2 .
root@kitploit:~
sudo docker run -p 8082:8080 spring4shell

参考

  • https://medium.com/@cxzero/spring4shell-cve-2022-22965-vulnerability-analysis-and-exploitation-fae244dfd3eb
  • http://blog.o0o.nu/2010/06/cve-2010-1622.html
  • https://mp.weixin.qq.com/s/kgw-O4Hsd9r2vfme3Y2Ynw
  • https://www.microsoft.com/security/blog/2022/04/04/springshell-rce-vulnerability-guidance-for-protecting-against-and-detecting-cve-2022-22965/
  • https://www.lunasec.io/docs/blog/spring-rce-vulnerabilities/
  • https://unit42.paloaltonetworks.com/cve-2022-22965-springshell/
下载工具