dolby360 / CVE-2022-27518_POC

A POC on how to exploit CVE-2022-27518

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2022-27518_POC

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

docker images | grep 'citrix-k8s-cpx-ingress'

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

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

docker exec -it cpx-hello-world bash

About

A POC on how to exploit CVE-2022-27518