Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/q3k/cve-2019-5736-poc
Unweaponized Proof of Concept for CVE-2019-5736 (Docker escape)
https://github.com/q3k/cve-2019-5736-poc
Last synced: 3 months ago
JSON representation
Unweaponized Proof of Concept for CVE-2019-5736 (Docker escape)
- Host: GitHub
- URL: https://github.com/q3k/cve-2019-5736-poc
- Owner: q3k
- Created: 2019-02-12T22:07:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T15:35:34.000Z (over 5 years ago)
- Last Synced: 2024-04-13T00:37:08.342Z (7 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 208
- Watchers: 12
- Forks: 69
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-hacking-lists - q3k/cve-2019-5736-poc - Unweaponized Proof of Concept for CVE-2019-5736 (Docker escape) (C)
README
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