0xsha / CVE_2019_19844

CVE-2019-19844 Docker Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_cve_2019_19844_poc

PoC for CVE-2019-19844

Setup

  1. docker-compose run --service-ports web python manage.py migrate --no-input
  2. docker-compose run --service-ports web python manage.py createsuperuser --email=me@0xsha.io --username 0xsha
  3. Head on to localhost:8000/accounts/password-reset
  4. me@0xsha.ıo and hit enter (Note that "i" is malformed)
  5. Check the console

About

CVE-2019-19844 Docker Edition

License:MIT License


Languages

Language:Python 87.3%Language:HTML 11.6%Language:Dockerfile 1.1%