Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp2184712ybz; Thu, 23 Apr 2020 13:09:22 -0700 (PDT) X-Google-Smtp-Source: APiQypIWjXM4zxF4l6l6O7kwuagP4Ik1aPm9Tgv9eKmsdVdSIGZJ1F3EfGQzzJL9/DLt7f5ylwDb X-Received: by 2002:a17:906:4356:: with SMTP id z22mr4028709ejm.334.1587672562519; Thu, 23 Apr 2020 13:09:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587672562; cv=none; d=google.com; s=arc-20160816; b=v4PP1hM5EfTWaDUiH3QSe8QQiA53saAD8Wv+kXZBNLOplVp71LaimX0ADIpIwt671c 86IkJFpvAMpnSOFZoce9afYG7dFh/QppZOyM198FdrF9KeFN78qqkE8uIXM8l6UQNzua N79oxwjBzyeELVy/iatTBbgFUXgA9Igc150hAOjZziNuFQldlNRocjTNMXbGFInHh0W8 hVif6TsK4poWqZUmXNpBwE0fX44x+xfrMQVawuaK8pNTv7AE5mhghjXqDJcFHfiRuqyR wYzNfKTxRWSDr0xSADPXjFufGkHsxInP/FfK1IgZLPuW5gTPz9vNx2S3I7afldhrDjEx jZyw== 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=hp5kPNlHC6BYpSGRQWxYWO9mrN/9twmYRj/8RZmahVY=; b=X/XLuf6jqv/bXJhIPgzLKiwYV0KhYYhx0RTyWeXPx8uTkBp1Ia1nl3ovVYSeMLvF98 v2yLqCHFcbu5TOt1FL0i/Jb3/3QyiVxnBQftsdQTB+eSBRxW2jkHvAdrQfAX001V11v2 CfIO7GuCdJjiHg1u6kiaP10u4jdwbf8LLrja1hkLHGbru2/vFpmIPCs3CEq+HdHkyhEE W1atiF2YSwNIrrJGIA8HqKIvJ2AWH/s/fMUhEDhc6edcOzn9jZDdHsIGxuPPSPjyzRg6 IXiKCNrZoI8I66/VH/Jv+vpgz0yzF2Aqe8ehLgIbadIjW6kXEhs7QgL1P377tFfLJkxZ Ub6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o15si1748833eje.13.2020.04.23.13.08.38; Thu, 23 Apr 2020 13:09:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726764AbgDWUDv (ORCPT + 99 others); Thu, 23 Apr 2020 16:03:51 -0400 Received: from raptor.unsafe.ru ([5.9.43.93]:48466 "EHLO raptor.unsafe.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726431AbgDWUDt (ORCPT ); Thu, 23 Apr 2020 16:03:49 -0400 Received: from comp-core-i7-2640m-0182e6.redhat.com (ip-89-102-33-211.net.upcbroadband.cz [89.102.33.211]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by raptor.unsafe.ru (Postfix) with ESMTPSA id 9434420A05; Thu, 23 Apr 2020 20:03:42 +0000 (UTC) From: Alexey Gladkov To: LKML Cc: Kernel Hardening , Linux API , Linux FS Devel , Linux Security Module , Akinobu Mita , Alexander Viro , Alexey Dobriyan , Alexey Gladkov , Andrew Morton , Andy Lutomirski , Daniel Micay , Djalal Harouni , "Dmitry V . Levin" , "Eric W . Biederman" , Greg Kroah-Hartman , Ingo Molnar , "J . Bruce Fields" , Jeff Layton , Jonathan Corbet , Kees Cook , Linus Torvalds , Oleg Nesterov , David Howells Subject: [PATCH v13 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option Date: Thu, 23 Apr 2020 22:03:12 +0200 Message-Id: <20200423200316.164518-5-gladkov.alexey@gmail.com> X-Mailer: git-send-email 2.25.3 In-Reply-To: <20200423200316.164518-1-gladkov.alexey@gmail.com> References: <20200423200316.164518-1-gladkov.alexey@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.1 (raptor.unsafe.ru [5.9.43.93]); Thu, 23 Apr 2020 20:03:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org If "hidepid=4" mount option is set then do not instantiate pids that we can not ptrace. "hidepid=4" means that procfs should only contain pids that the caller can ptrace. Signed-off-by: Djalal Harouni Signed-off-by: Alexey Gladkov Reviewed-by: Alexey Dobriyan Reviewed-by: Kees Cook --- fs/proc/base.c | 15 +++++++++++++++ fs/proc/root.c | 13 ++++++++++--- include/linux/proc_fs.h | 1 + 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index 93b5d05c142c..a52a91e90c25 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -701,6 +701,14 @@ static bool has_pid_permissions(struct proc_fs_info *fs_info, struct task_struct *task, int hide_pid_min) { + /* + * If 'hidpid' mount option is set force a ptrace check, + * we indicate that we are using a filesystem syscall + * by passing PTRACE_MODE_READ_FSCREDS + */ + if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) + return ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS); + if (fs_info->hide_pid < hide_pid_min) return true; if (in_group_p(fs_info->pid_gid)) @@ -3319,7 +3327,14 @@ struct dentry *proc_pid_lookup(struct dentry *dentry, unsigned int flags) if (!task) goto out; + /* Limit procfs to only ptraceable tasks */ + if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) { + if (!has_pid_permissions(fs_info, task, HIDEPID_NO_ACCESS)) + goto out_put_task; + } + result = proc_pid_instantiate(dentry, task, NULL); +out_put_task: put_task_struct(task); out: return result; diff --git a/fs/proc/root.c b/fs/proc/root.c index 208989274923..8f23b951d685 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -47,6 +47,14 @@ static const struct fs_parameter_spec proc_fs_parameters[] = { {} }; +static inline int valid_hidepid(unsigned int value) +{ + return (value == HIDEPID_OFF || + value == HIDEPID_NO_ACCESS || + value == HIDEPID_INVISIBLE || + value == HIDEPID_NOT_PTRACEABLE); +} + static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) { struct proc_fs_context *ctx = fc->fs_private; @@ -63,10 +71,9 @@ static int proc_parse_param(struct fs_context *fc, struct fs_parameter *param) break; case Opt_hidepid: + if (!valid_hidepid(result.uint_32)) + return invalf(fc, "proc: unknown value of hidepid.\n"); ctx->hidepid = result.uint_32; - if (ctx->hidepid < HIDEPID_OFF || - ctx->hidepid > HIDEPID_INVISIBLE) - return invalfc(fc, "hidepid value must be between 0 and 2.\n"); break; default: diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 1b98a41fdd8a..5bdc117ae947 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -47,6 +47,7 @@ enum { HIDEPID_OFF = 0, HIDEPID_NO_ACCESS = 1, HIDEPID_INVISIBLE = 2, + HIDEPID_NOT_PTRACEABLE = 4, /* Limit pids to only ptraceable pids */ }; struct proc_fs_info { -- 2.25.3