## https://sploitus.com/exploit?id=453E372C-9914-57AC-8703-E5C770B9BA54
# CVE-2022-22947-Spring-Cloud-Gateway-SpelRCE
## Overview of CVE-2022-22947
```
Risk Level: High
Publicity: Public
CNVD Number: CNNVD-2022-16402
Affected Versions:
Spring Cloud Gateway 3.1.0
Spring Cloud Gateway >= 3.0.0
```
### Reverse Shell
1. First, enable listening of the network interface:
```
nc -lvvp 5000
```
2. Enter the shell command to proceed to the reverse shell operation.
3. Enter the reverse shell command to gain control of the system.