summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorcyphar <cyphar@cyphar.com>2014-05-10 16:38:47 +1000
committercyphar <cyphar@cyphar.com>2014-05-14 11:14:59 +1000
commitbfc3a4192ae5723e401470688cdae59b95bd61f1 (patch)
treef981cd2be7e6a3bd8906b3ae1b0d4e60e993b567 /AUTHORS
parentf637eaca5daad914dfb42dadd535502ad82eb264 (diff)
downloaddocker-bfc3a4192ae5723e401470688cdae59b95bd61f1.tar.gz
daemon: container: ensure cp cannot traverse outside container rootfs
This patch fixes the bug that allowed cp to copy files outside of the containers rootfs, by passing a relative path (such as ../../../../../../../../etc/shadow). This is fixed by first converting the path to an absolute path (relative to /) and then appending it to the container's rootfs before continuing. Docker-DCO-1.1-Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> (github: cyphar)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index adfcfaa851..b8c58ab09a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,7 @@
Aanand Prasad <aanand.prasad@gmail.com>
Aaron Feng <aaron.feng@gmail.com>
Abel MuiƱo <amuino@gmail.com>
+Aleksa Sarai <cyphar@cyphar.com>
Alexander Larsson <alexl@redhat.com>
Alexey Shamrin <shamrin@gmail.com>
Alex Gaynor <alex.gaynor@gmail.com>