From patchwork Fri Nov 10 05:37:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mahesh Bandewar X-Patchwork-Id: 10052383 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 942BE6032D for ; Fri, 10 Nov 2017 05:38:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 85E8E2B1CB for ; Fri, 10 Nov 2017 05:38:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 78B272B24E; Fri, 10 Nov 2017 05:38:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.wl.linuxfoundation.org (Postfix) with SMTP id 60C0A2B1CB for ; Fri, 10 Nov 2017 05:38:20 +0000 (UTC) Received: (qmail 23960 invoked by uid 550); 10 Nov 2017 05:38:15 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Delivered-To: mailing list kernel-hardening@lists.openwall.com Received: (qmail 23815 invoked from network); 10 Nov 2017 05:38:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bandewar-net.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=ohBMtFzi8aoyp2jYndHxEkYaHUvT9D85a7lDIxBG/LY=; b=Yy+QG3CW7+/OMrwYBpe1PMr3ROJh8iSTVEk+wr/SS1yvPnu0qTkJPCWwynT7uRrpcd sw9PhJWvRxPMnt0AGsPCC91zzZNGoIKceVhTj+oPvTz1nrSrl9zHe53EuINQrtBZyUyf J3IRKr0tj2ggP5P7QoThiEx4oF8iCE+VfkFPSxPqBHuz6MSh0OjXd1GX/+H068MgXqhe Jv2I3ysZM8mEIeQPPhOZvrpogKhhxmmC0uvY76etJUK9MlD9vnVixLxVemVpEtP9kOJi Ouxps0qLSpuj4RqyeZk17NEadCrKEBBWb3di6DKOta25mrr10fEQLxBNCMyg49GGk8o9 vIyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ohBMtFzi8aoyp2jYndHxEkYaHUvT9D85a7lDIxBG/LY=; b=r+BhFAepwFiSl8+1UfPI2Yq/NlIBhXRTiuW/tTwSeXJeTdBw1cLuo2MgvbLqrn5oYs OhVSGmGBUaG0IRksLGJZ1GJU6k2n69bkwxsOLsRSU8FTI2kiDPC8vy00KKNWomed9zvF j7FgLIqs4oBxjEdpjRVQY9Zqw1//7bkdjcVHLuEuolssCz3BLPS1SjRFlxwVYoPsvH95 eU2YvtFK1NLHauE4p0PTnrgK1rQI/IFIEpSktwHC+cTuw+4DGb4c94QXuXfTMM46cztA 6p27sE19Id5Ihibkr3Fa/q46B7wf9YDVjTbf1dAUomhD5rqrCI5rBaTpMlzfyHZYKTm/ eFBw== X-Gm-Message-State: AJaThX4crjnUV+ZPTBD/NOBrO7a6beAXBNwd/IDBC2D4l96FXUQ3nUoT ZyuhgiYhb13qQWkZD/W1JNHvWg== X-Google-Smtp-Source: AGs4zMbi3oQ64YWbDT3z2mqVBjZoDpxz9dWUIsppBAWIjpB93jjkgmj+9JEgKcNY0qWs+b2GIw5SeQ== X-Received: by 10.36.14.145 with SMTP id 139mr239044ite.111.1510292282582; Thu, 09 Nov 2017 21:38:02 -0800 (PST) From: Mahesh Bandewar To: LKML , Netdev Cc: Kernel-hardening , Linux API , Kees Cook , Serge Hallyn , "Eric W . Biederman" , Eric Dumazet , David Miller , Mahesh Bandewar , Mahesh Bandewar Date: Thu, 9 Nov 2017 21:37:57 -0800 Message-Id: <20171110053757.21170-1-mahesh@bandewar.net> X-Mailer: git-send-email 2.15.0.448.gf294e3d99a-goog Subject: [kernel-hardening] [PATCHv2 2/2] userns: control capabilities of some user namespaces X-Virus-Scanned: ClamAV using ClamSMTP From: Mahesh Bandewar With this new notion of "controlled" user-namespaces, the controlled user-namespaces are marked at the time of their creation while the capabilities of processes that belong to them are controlled using the global mask. Init-user-ns is always uncontrolled and a process that has SYS_ADMIN that belongs to uncontrolled user-ns can create another (child) user- namespace that is uncontrolled. Any other process (that either does not have SYS_ADMIN or belongs to a controlled user-ns) can only create a user-ns that is controlled. global-capability-whitelist (controlled_userns_caps_whitelist) is used at the capability check-time and keeps the semantics for the processes that belong to uncontrolled user-ns as it is. Processes that belong to controlled user-ns however are subjected to different checks- (a) if the capability in question is controlled and process belongs to controlled user-ns, then it's always denied. (b) if the capability in question is NOT controlled then fall back to the traditional check. Signed-off-by: Mahesh Bandewar Acked-by: Serge Hallyn --- v2: Don't recalculate user-ns flags for every setns() call. v1: Initial submission. include/linux/capability.h | 1 + include/linux/user_namespace.h | 20 ++++++++++++++++++++ kernel/capability.c | 5 +++++ kernel/user_namespace.c | 4 ++++ security/commoncap.c | 8 ++++++++ 5 files changed, 38 insertions(+) diff --git a/include/linux/capability.h b/include/linux/capability.h index 7d79a4689625..a1fd9e460379 100644 --- a/include/linux/capability.h +++ b/include/linux/capability.h @@ -251,6 +251,7 @@ extern bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns); extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps); int proc_douserns_caps_whitelist(struct ctl_table *table, int write, void __user *buff, size_t *lenp, loff_t *ppos); +bool is_capability_controlled(int cap); extern int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size); diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index 3fe714da7f5a..647f825c7b5f 100644 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h @@ -23,6 +23,7 @@ struct uid_gid_map { /* 64 bytes -- 1 cache line */ }; #define USERNS_SETGROUPS_ALLOWED 1UL +#define USERNS_CONTROLLED 2UL #define USERNS_INIT_FLAGS USERNS_SETGROUPS_ALLOWED @@ -103,6 +104,16 @@ static inline void put_user_ns(struct user_namespace *ns) __put_user_ns(ns); } +static inline bool is_user_ns_controlled(const struct user_namespace *ns) +{ + return ns->flags & USERNS_CONTROLLED; +} + +static inline void mark_user_ns_controlled(struct user_namespace *ns) +{ + ns->flags |= USERNS_CONTROLLED; +} + struct seq_operations; extern const struct seq_operations proc_uid_seq_operations; extern const struct seq_operations proc_gid_seq_operations; @@ -161,6 +172,15 @@ static inline struct ns_common *ns_get_owner(struct ns_common *ns) { return ERR_PTR(-EPERM); } + +static inline bool is_user_ns_controlled(const struct user_namespace *ns) +{ + return false; +} + +static inline void mark_user_ns_controlled(struct user_namespace *ns) +{ +} #endif #endif /* _LINUX_USER_H */ diff --git a/kernel/capability.c b/kernel/capability.c index 4a859b7d4902..bffe249922de 100644 --- a/kernel/capability.c +++ b/kernel/capability.c @@ -511,6 +511,11 @@ bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns) } /* Controlled-userns capabilities routines */ +bool is_capability_controlled(int cap) +{ + return !cap_raised(controlled_userns_caps_whitelist, cap); +} + #ifdef CONFIG_SYSCTL int proc_douserns_caps_whitelist(struct ctl_table *table, int write, void __user *buff, size_t *lenp, loff_t *ppos) diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index c490f1e4313b..600c7dcb9ff7 100644 --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c @@ -139,6 +139,10 @@ int create_user_ns(struct cred *new) goto fail_keyring; set_cred_user_ns(new, ns); + if (!ns_capable(parent_ns, CAP_SYS_ADMIN) || + is_user_ns_controlled(parent_ns)) + mark_user_ns_controlled(ns); + return 0; fail_keyring: #ifdef CONFIG_PERSISTENT_KEYRINGS diff --git a/security/commoncap.c b/security/commoncap.c index fc46f5b85251..89103f16ac37 100644 --- a/security/commoncap.c +++ b/security/commoncap.c @@ -73,6 +73,14 @@ int cap_capable(const struct cred *cred, struct user_namespace *targ_ns, { struct user_namespace *ns = targ_ns; + /* If the capability is controlled and user-ns that process + * belongs-to is 'controlled' then return EPERM and no need + * to check the user-ns hierarchy. + */ + if (is_user_ns_controlled(cred->user_ns) && + is_capability_controlled(cap)) + return -EPERM; + /* See if cred has the capability in the target user namespace * by examining the target user namespace and all of the target * user namespace's parents.