Skip to content

dolby360/CVE-2022-27518_POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published