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
Poc&Exp,支持批量扫描,反弹shell
Readme
# CVE-2022-22965
## Poc&Exp,支持批量扫描

### 使用
```
  -a string
        反弹监听地址
  -b    是否显示banner (default true)
  -c string
        命令 (default "ls")
  -p int
        反弹监听端口
  -poc
        是否只进行poc扫描,默认只扫poc (default true)
  -r    是否反弹shell   (default false)
  -t int
        超时时间 (default 20)
  -u string
        目标[单个ip或txt文件] (default "http://127.0.0.1:8080")
  -w int
        工人数量 (default 10)
```
单个ip扫描
![img_3.png](./static/img_3.png)
批量但是会有阻塞TODO
![img_5.png](./static/img_5.png)
第一次执行exp可能报错,但其实已经上传成功,需要等待一会
![img_8.png](./static/img_8.png)
之后的命令执行就没问题了
![img_7.png](./static/img_7.png)
File Snapshot

[4.0K] /data/pocs/f1c753a49224b9f113a0689bf369d8f5fa36a469 ├── [4.0K] common │   ├── [4.6K] vuln.go │   └── [3.2K] work.go ├── [6.7M] cve-2022-22965 ├── [ 258] go.mod ├── [1.3K] go.sum ├── [1.0K] LICENSE ├── [2.0K] main.go ├── [ 809] README.md ├── [1.5K] result.txt ├── [4.0K] static │   ├── [1.2M] img_3.png │   ├── [1.2M] img_5.png │   ├── [1.4M] img_7.png │   └── [1.4M] img_8.png ├── [ 121] target.txt └── [4.0K] util └── [1.3K] config.go 3 directories, 15 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 →