From 1271ff56ffd38ca83a829892f615e70a723e37c7 Mon Sep 17 00:00:00 2001 From: Wes Widner Date: Sat, 30 Dec 2017 15:01:22 -0500 Subject: [PATCH] add waitid exploit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d933fb0..c4d29e2 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,10 @@ A collection of container related security resources ------------------------------------------------------------------------------------------ +### [waitid](https://www.twistlock.com/2017/12/27/escaping-docker-container-using-waitid-cve-2017-5123/) +* CVE-2017-5123 +* Privledge escalation using the waitid syscall + ### [nsenter](https://coderwall.com/p/xwbraq/attach-to-your-docker-containers-with-ease-using-nsenter) * This isn't an exploit but it allows user to access the host VM if run in privileged mode