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
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & EducationLabs & Practice
GitHubcxzero/cve-2022-22965-spring4shell

CVE-2022-22965-spring4shell

CVE-2022-22965 Spring4Shell 연구 및 PoC

저장소 보기
112년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2022-22965-spring4shell

CVE-2022-22965 Spring4Shell 연구 및 학습용 PoC

블로그 포스트

취약점에 대한 보다 상세한 분석 및 설명은 제 블로그 포스트에서 확인할 수 있습니다.

초기 연구에 대한 의견

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/
도구 다운로드