Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4490596imm; Mon, 8 Oct 2018 23:54:13 -0700 (PDT) X-Google-Smtp-Source: ACcGV61mOiI7O8HbA03wj8AZ9lebF4bHH/xMNYTybg4mL0lxtLCu18cfQ8Cn01rLNkoTAyRjO1kO X-Received: by 2002:a63:2e47:: with SMTP id u68-v6mr24661913pgu.294.1539068053221; Mon, 08 Oct 2018 23:54:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539068053; cv=none; d=google.com; s=arc-20160816; b=D+lgLLqpv2j2DL7KvBVIxthhbTl5/qrgksl55a1ln7oNfpHVO8/ek/BIjUWFOi4Fom avemurqipuUUoc45N2wkCpqZK1n81SSZ+p50Ii1UEEYJV3saV5tmtRvdXBqGispawvoe hn0pzyMfES8FPXLyCMAeQG54vi/csXUZenobL2uLtONAlWn1f36H0+FlgW4NBaVdRNM+ kEuj7JpW2z/UVN1LTAG+Gvf/tOw3hPpdrIudm6Q8F/FjstLoJWTA8YqUi+iErYaf3wBP a2yyaL4vbdWkgnkgmzh3TFlXVI08TDiDS9ghBGMIMuccLHh+Hi0Ob7fFeA0E4Ys3w3bA cPzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=iou5yltQ5eHJbRd5RvxMZ/n9K0Xa+N0P0YTLzhawPio=; b=AS86sf1xAfp7+TVJ7ZlBt0T/PW678L68Sm+6pq/YCaw4l8au0+KTZWWQVU4FXoi7dK dTBgbsZyph5aKWJYRUIsMLRNply7IF/U9HXIIJK/rTbVFvpKD3gP+5RIdYeEJbbRvU5N OYwBDs7PFgoioOh80QDLi4DbmKvZ8dAgKI3VKhj1rqrfV9OebdQItEHD347S2sGBtbVX azP11z+3sbNsXXKqCoFVc1Q8ZFcbfO1ST/wQ4MKbRzvCPhZSXD7KYXn3QNSHly4ku3NU tr23W/3eTItUyqEprP8Vfk8w1/8hfNjm2zEWaRYznkHuOqY1tbt1/8a8qFFRbHppJnvR W4ZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v2-v6si12745327pgc.570.2018.10.08.23.53.59; Mon, 08 Oct 2018 23:54:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726522AbeJIOI4 (ORCPT + 99 others); Tue, 9 Oct 2018 10:08:56 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:49346 "EHLO mx1.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725855AbeJIOI4 (ORCPT ); Tue, 9 Oct 2018 10:08:56 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 822F04979E; Tue, 9 Oct 2018 08:53:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id 0OzDJ5pjcN4Z; Tue, 9 Oct 2018 08:53:22 +0200 (CEST) From: Aleksa Sarai To: Al Viro , Eric Biederman Cc: Aleksa Sarai , Andy Lutomirski , David Howells , Jann Horn , Christian Brauner , David Drysdale , containers@lists.linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, Jeff Layton , "J. Bruce Fields" , Arnd Bergmann , Tycho Andersen , dev@opencontainers.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: [PATCH v2 0/3] namei: implement various lookup restriction AT_* flags Date: Tue, 9 Oct 2018 17:52:57 +1100 Message-Id: <20181009065300.11053-2-cyphar@cyphar.com> In-Reply-To: <20181009065300.11053-1-cyphar@cyphar.com> References: <20181009065300.11053-1-cyphar@cyphar.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The need for some sort of control over VFS's path resolution (to avoid malicious paths resulting in inadvertent breakouts) has been a very long-standing desire of many userspace applications. This patchset is a revival of Al Viro's old AT_NO_JUMPS[1,2] patchset (which was a variant of David Drysdale's O_BENEATH patchset[3] which was a spin-off of the Capsicum project[4]) with a few additions and changes made based on the previous discussion within [5] as well as others I felt were useful. As per the discussion in the AT_NO_JUMPS thread, AT_NO_JUMPS has been split into separate flags. * AT_XDEV blocks mountpoint crossings (both upwards and downwards). openat("/", "tmp", AT_XDEV); // blocked openat("/tmp", "..", AT_XDEV); // blocked openat("/tmp", "/", AT_XDEV); // blocked * AT_NO_PROCLINKS blocks all resolution through /proc/$pid/fd/$fd "symlinks". Specifically, this blocks all jumps caused by a filesystem using nd_jump_link() to shove you around in the filesystem tree (these are referred to as "proclinks" in lieu of a better name). openat(AT_FDCWD, "/proc/self/root", AT_NO_PROCLINKS); // blocked openat(AT_FDCWD, "/proc/self/fd/0", AT_NO_PROCLINKS); // blocked openat(AT_FDCWD, "/proc/self/ns/mnt", AT_NO_PROCLINKS); // blocked * AT_BENEATH disallows escapes from the starting dirfd using ".." or absolute paths (either in the path or during symlink resolution). Conceptually this flag ensures that you "stay below" the starting point in the filesystem tree. ".." resolution is allowed if it doesn't land you outside of the starting point (this is made safe against races by patch 3 in this series). openat("/root", "foo", AT_BENEATH); // *not* blocked openat("/root", "a/../b", AT_BENEATH); // *not* blocked openat("/root", "a/../../root/b", AT_BENEATH); // blocked openat("/root", "/root", AT_BENEATH); // blocked AT_BENEATH also currently disallows all "proclink" resolution because they can trivially throw you outside of the starting point. In a future patch we might allow such resolution (as long as it stays within the root). openat("/", "proc/self/exe", AT_BENEATH); // blocked In addition, two more flags have been added to the series: * AT_NO_SYMLINKS disallows *all* symlink resolution, and thus implies AT_NO_PROCLINKS. Linus mentioned this is something that git would like to have in the original discussion[5]. // assuming 'ln -s / /usr' openat("/", "/usr/bin", AT_NO_SYMLINKS); // blocked openat("/", "/proc/self/root", AT_NO_PROCLINKS); // blocked * AT_THIS_ROOT is a very similar idea to AT_BENEATH, but it serves a very different purpose. Rather than blocking resolutions if they would go outside of the starting point, it treats the starting point as a form of chroot(2). Container runtimes are one of the primary justifications for this flag, as they currently have to implement this sort of path handling racily in userspace[6]. The restrictions on "proclink" resolution are the same as with AT_BENEATH (though in AT_THIS_ROOT's case it's not really clear how "proclink" jumps outside of the root should be handled), and patch 3 in this series was also required to make ".." resolution safe. Currently all of these flags are only enabled for openat(2) (and thus have their own O_* flag names), but the corresponding AT_* flags have been reserved so they can be added to syscalls where openat(O_PATH) is not sufficient. Patch changelog: v2: * Made ".." resolution with AT_THIS_ROOT and AT_BENEATH safe(r) with some semi-aggressive __d_path checking (see patch 3). * Disallowed "proclinks" with AT_THIS_ROOT and AT_BENEATH, in the hopes they can be re-enabled once safe. * Removed the selftests as they will be reimplemented as xfstests. * Removed stat(2) support, since you can already get it through O_PATH and fstatat(2). [1]: https://lwn.net/Articles/721443/ [2]: https://lore.kernel.org/patchwork/patch/784221/ [3]: https://lwn.net/Articles/619151/ [4]: https://lwn.net/Articles/603929/ [5]: https://lwn.net/Articles/723057/ [6]: https://github.com/cyphar/filepath-securejoin Cc: Al Viro Cc: Eric Biederman Cc: Andy Lutomirski Cc: David Howells Cc: Jann Horn Cc: Christian Brauner Cc: David Drysdale Cc: Cc: Cc: Aleksa Sarai (3): namei: implement O_BENEATH-style AT_* flags namei: implement AT_THIS_ROOT chroot-like path resolution namei: aggressively check for nd->root escape on ".." resolution fs/fcntl.c | 2 +- fs/namei.c | 241 +++++++++++++++++++++++-------- fs/open.c | 10 ++ fs/stat.c | 4 +- include/linux/fcntl.h | 3 +- include/linux/namei.h | 8 + include/uapi/asm-generic/fcntl.h | 20 +++ include/uapi/linux/fcntl.h | 10 ++ 8 files changed, 230 insertions(+), 68 deletions(-) -- 2.19.0