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
WSO2RCE — CVE-2022-29464 Exploit | Kitploit
Tools/GitHubGitHub/pasch0/wso2rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubpasch0/wso2rce

WSO2RCE

CVE-2022-29464 Exploit

View Repository
12 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

WSO2RCE

The CVE-2022-29464 affects some WSO2 products such as WSO2 API Manager and WSO2 Open Banking, allowing arbitrary file upload and remote code execution.

Affected Products:

  • WSO2 API Manager 2.2.0, up to 4.0.0
  • WSO2 Identity Server 5.2.0, up to 5.11.0
  • WSO2 Identity Server Analytics 5.4.0, 5.4.1, 5.5.0, 5.6.0
  • WSO2 Identity Server as Key Manager 5.3.0, up to 5.11.0
  • WSO2 Enterprise Integrator 6.2.0, up to 6.6.0
  • WSO2 Open Banking AM 1.4.0, up to 2.0.0
  • WSO2 Open Banking KM 1.4.0, up to 2.0.0

PoC

Warning: For educational purposes only.

Download the exploit

Clone this repository:

root@kitploit:~
git clone https://github.com/Pasch0/WSO2RCE.git
cd WSO2RCE
pip install rich

Running the exploit

To start the attack, use the -u flag to specify a single target URL or -f for a file with multiple targets:

root@kitploit:~
python run.py -u https://target.com/

python3 run.py -f alvos.txt

Accessing the backdoor

When accessing the backdoor via the URL generated during script execution, you can interact with the text field by entering system commands and receiving the response on the page.

shell

SOLUTION

WSO2 provided temporary mitigations to customers in January 2022 and provided fixes for all supported product versions listed on the WSO2 Support Matrix (status "available" and "obsolete") in February. If you are a WSO2 customer with a Support Subscription, use WSO2 Updates to apply the fix.

For more details visit: https://docs.wso2.com/display/Security/Security+Advisory+WSO2-2021-1738

Download Tool