Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-22965 PoC — Spring Framework 代码注入漏洞

Source
Associated Vulnerability
Title:Spring Framework 代码注入漏洞 (CVE-2022-22965)
Description:A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.
Description
CVE-2022-22965 Environment
Readme
# CVE-2022-22965

CVE-2022-22965 Environment

For more: 

CVE-2022-22965 spring4shell复现与调试

CVE-2022-22965 spring4shell reproducing and debugging

https://blog.joe1sn.top/2022/04/01/spring4shell/
File Snapshot

[4.0K] /data/pocs/43d24fc4b22ce926fa840cb65572fd7e6dd03ddf ├── [4.0K] idea │   ├── [4.0K] artifacts │   │   └── [ 752] Spring4Shell_war_exploded.xml │   ├── [4.0K] libraries │   │   ├── [ 775] Java_EE_6_Java_EE_6.xml │   │   ├── [1.6K] Spring_5_2_3_RELEASE.xml │   │   └── [ 388] Spring_MVC_5_2_3_RELEASE.xml │   ├── [ 276] misc.xml │   ├── [ 271] modules.xml │   ├── [ 185] vcs.xml │   └── [ 12K] workspace.xml ├── [4.0K] lib │   ├── [4.4K] aopalliance-1.0.jar │   ├── [ 60K] commons-logging-1.2.jar │   ├── [7.5K] javax.annotation.jar │   ├── [ 46K] javax.ejb.jar │   ├── [ 25K] javax.jms.jar │   ├── [127K] javax.persistence.jar │   ├── [ 43K] javax.resource.jar │   ├── [ 68K] javax.servlet.jar │   ├── [ 77K] javax.servlet.jsp.jar │   ├── [ 27K] javax.servlet.jsp.jstl.jar │   ├── [9.5K] javax.transaction.jar │   ├── [364K] spring-aop-5.2.3.RELEASE.jar │   ├── [ 46K] spring-aspects-5.2.3.RELEASE.jar │   ├── [669K] spring-beans-5.2.3.RELEASE.jar │   ├── [1.2M] spring-context-5.2.3.RELEASE.jar │   ├── [178K] spring-context-support-5.2.3.RELEASE.jar │   ├── [1.4M] spring-core-5.2.3.RELEASE.jar │   ├── [275K] spring-expression-5.2.3.RELEASE.jar │   ├── [7.2K] spring-instrument-5.2.3.RELEASE.jar │   ├── [397K] spring-jdbc-5.2.3.RELEASE.jar │   ├── [256K] spring-jms-5.2.3.RELEASE.jar │   ├── [530K] spring-messaging-5.2.3.RELEASE.jar │   ├── [196K] spring-orm-5.2.3.RELEASE.jar │   ├── [ 62K] spring-oxm-5.2.3.RELEASE.jar │   ├── [663K] spring-test-5.2.3.RELEASE.jar │   ├── [307K] spring-tx-5.2.3.RELEASE.jar │   ├── [1.4M] spring-web-5.2.3.RELEASE.jar │   └── [924K] spring-webmvc-5.2.3.RELEASE.jar ├── [4.0K] out │   ├── [4.0K] artifacts │   │   └── [4.0K] Spring4Shell_war_exploded │   │   └── [4.0K] WEB-INF │   │   ├── [ 307] applicationContext.xml │   │   ├── [4.0K] classes │   │   │   └── [4.0K] com │   │   │   └── [4.0K] joe1sn │   │   │   ├── [4.0K] controller │   │   │   │   └── [2.0K] HelloController.class │   │   │   └── [4.0K] module │   │   │   └── [ 529] EvalBean.class │   │   ├── [ 816] dispatcher-servlet.xml │   │   ├── [4.0K] lib │   │   │   ├── [4.4K] aopalliance-1.0.jar │   │   │   ├── [ 60K] commons-logging-1.2.jar │   │   │   ├── [364K] spring-aop-5.2.3.RELEASE.jar │   │   │   ├── [ 46K] spring-aspects-5.2.3.RELEASE.jar │   │   │   ├── [669K] spring-beans-5.2.3.RELEASE.jar │   │   │   ├── [1.2M] spring-context-5.2.3.RELEASE.jar │   │   │   ├── [178K] spring-context-support-5.2.3.RELEASE.jar │   │   │   ├── [1.4M] spring-core-5.2.3.RELEASE.jar │   │   │   ├── [275K] spring-expression-5.2.3.RELEASE.jar │   │   │   ├── [7.2K] spring-instrument-5.2.3.RELEASE.jar │   │   │   ├── [397K] spring-jdbc-5.2.3.RELEASE.jar │   │   │   ├── [256K] spring-jms-5.2.3.RELEASE.jar │   │   │   ├── [530K] spring-messaging-5.2.3.RELEASE.jar │   │   │   ├── [196K] spring-orm-5.2.3.RELEASE.jar │   │   │   ├── [ 62K] spring-oxm-5.2.3.RELEASE.jar │   │   │   ├── [663K] spring-test-5.2.3.RELEASE.jar │   │   │   ├── [307K] spring-tx-5.2.3.RELEASE.jar │   │   │   ├── [1.4M] spring-web-5.2.3.RELEASE.jar │   │   │   └── [924K] spring-webmvc-5.2.3.RELEASE.jar │   │   ├── [4.0K] page │   │   │   └── [ 316] index.jsp │   │   └── [ 934] web.xml │   └── [4.0K] production │   └── [4.0K] Spring4Shell │   └── [4.0K] com │   └── [4.0K] joe1sn │   ├── [4.0K] controller │   │   └── [2.0K] HelloController.class │   └── [4.0K] module │   └── [ 529] EvalBean.class ├── [ 206] README.md ├── [1.1K] Spring4Shell.iml ├── [4.0K] src │   └── [4.0K] com │   └── [4.0K] joe1sn │   ├── [4.0K] controller │   │   └── [1.2K] HelloController.java │   └── [4.0K] module │   └── [ 208] EvalBean.java └── [4.0K] web └── [4.0K] WEB-INF ├── [ 307] applicationContext.xml ├── [ 816] dispatcher-servlet.xml ├── [4.0K] page │   └── [ 316] index.jsp └── [ 934] web.xml 29 directories, 71 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →