Skip to content

Unweaponized Proof of Concept for CVE-2019-5736 (Docker escape)

Notifications You must be signed in to change notification settings

tdy218/cve-2019-5736-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2019-5736 Proof of Concept
==============================

This appends a string to the host runc binary. Bring your own payload (see stage2.c).

To run:
    docker build -t cve .
    docker run cve
    strings /usr/bin/docker-runc | tail -n 2

About

Unweaponized Proof of Concept for CVE-2019-5736 (Docker escape)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.5%
  • Dockerfile 40.5%