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-27518_POC — Proof-of-concept exploit for CVE-2022-27518 targeting Citrix ADC and Citrix CPX containers, demonstrating remote code execution via crafted HTTP requests. | Kitploit
Tools/GitHubGitHub/dolby360/cve-2022-27518_poc
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationCloud Security
GitHubdolby360/cve-2022-27518_poc

CVE-2022-27518_POC

Proof-of-concept exploit for CVE-2022-27518 targeting Citrix ADC and Citrix CPX containers, demonstrating remote code execution via crafted HTTP requests.

View Repository
243 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-27518_POC

root@kitploit:~
docker pull quay.io/citrix/citrix-k8s-cpx-ingress:13.0-58.30

Use the following command to verify if CPX image is installed in docker images

root@kitploit:~
docker images | grep 'citrix-k8s-cpx-ingress'

Use the following command to create a CPX container instance running in bridge mode

root@kitploit:~
docker run --rm -dt -P --privileged=true -e EULA=yes --ulimit core=-1 --name cpx-hello-world quay.io/citrix/citrix-k8s-cpx-ingress:13.0-58.30 

Once CPX container is deployed successfully, the following command can be used to access the Shell of CPX container

root@kitploit:~
docker exec -it cpx-hello-world bash
Download Tool