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-POC — Exploit for CVE-2022-22963 (Spring Cloud Function SpEL injection) enabling remote code execution and reverse shell. Includes Docker-based lab for testing and learning the vulnerability. | Kitploit
Tools/GitHubGitHub/iliass-dahman/cve-2022-22963-poc
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationRemote Access ToolLabs & Practice
GitHubiliass-dahman/cve-2022-22963-poc

CVE-2022-22963-POC

Exploit for CVE-2022-22963 (Spring Cloud Function SpEL injection) enabling remote code execution and reverse shell. Includes Docker-based lab for testing and learning the vulnerability.

View Repository
43 years agoNot yet reviewed

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 Exploit

Description

In Spring Cloud Function versions 3.1.6, 3.2.2 and older unsupported versions, when using routing functionality it is possible for a user to provide a specially crafted SpEL as a routing-expression that may result in remote code execution and access to local resources. more details can be found in the CVE-2022-22963 Detail.

Based on the PoC provided by AayushmanThapaMagar, I am creating a simple exploit of this vulnerability to get a reverse shell from the vulnerable server.

The porpuse of this project is to make it easier to test the vulnerability and to learn how to exploit it. I will add more details about the reason behind this vulnerability later.

Requirements

To run this exploit, you only need docker.

Usage

Clone the repository and run the following command:

root@kitploit:~
docker-compose up -d

This will start two containers, one with the vulnerable server and the other with the attacker machine.

Now you can run the exploit:

Linux

In Linux, you can run the exploit with the following command:

root@kitploit:~
./run.sh

Note: you may need sudo to run the commands above.

Windows

........

Stop the containers

To stop the containers, run the following command:

root@kitploit:~
docker-compose down
Download Tool