Skip to content

A little demonstration of cve-2021-41773 on httpd docker containers

License

Notifications You must be signed in to change notification settings

MatanelGordon/docker-cve-2021-41773

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2021-41773

A Demonstration to show the CVE-2021-41773 vulnerability on a docker container.

Usage

Server

  • run build.sh(runs docker build)
./scripts/build.sh

NOTE: No need to do it more than once

  • run deploy.sh (creates a docker container with the image from build.sh)
./scripts/deploy.sh

to close the container run the following command:

 docker rm --force cve-2021-41773

Demonstrating the exploit

using bash:

./scripts/exploit.sh

using postman:

  • import the CVE-2021-41773.postman_collection.json collection to your postman and have fun.

About

A little demonstration of cve-2021-41773 on httpd docker containers

Topics

Resources

License

Stars

Watchers

Forks