JonathanWilbur / CVE-2019-5010

CVE-2019-5010 Exploit PoC - Python Denial of Service via Malformed X.509v3 Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2019-5010

How to use

  1. Install all dependencies by running npm install.
  2. Compile the project using npm run build.
  3. Run node ./dist/index.js to create the evil certificate in ./dist/cve-2019-5010-cert.pem.
  4. Bring up the victim container with docker-compose up.

This is honestly probably the most unimpressive exploit ever. The docker container will crash with exit code 139 if you are successful and 0 if the exploit does not work.

About

CVE-2019-5010 Exploit PoC - Python Denial of Service via Malformed X.509v3 Extension

License:MIT License


Languages

Language:TypeScript 85.4%Language:Python 10.0%Language:Dockerfile 3.6%Language:Makefile 1.1%