A Demonstration to show the CVE-2021-41773 vulnerability on a docker container.
- run build.sh(runs docker build)
./scripts/build.shNOTE: No need to do it more than once
- run deploy.sh (creates a docker container with the image from
build.sh)
./scripts/deploy.shto close the container run the following command:
docker rm --force cve-2021-41773./scripts/exploit.sh- import the
CVE-2021-41773.postman_collection.jsoncollection to your postman and have fun.