Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp847292imm; Tue, 5 Jun 2018 05:31:53 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIMvH5lbz05ZKmtk74iCYWl/V7yfe+oMBrFMxwytgWWeL6ksM/GQyfI9qIRg6UxGwgjHC6W X-Received: by 2002:a63:64c5:: with SMTP id y188-v6mr21124462pgb.37.1528201913218; Tue, 05 Jun 2018 05:31:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528201913; cv=none; d=google.com; s=arc-20160816; b=wPEuvx/TFb7+hVMSAyjnxSQ3sWK25C4EFgLC5HDGFcjcK6mGFjIUiA9X5R8e9RPQlH J5eJ9C1PNNadRuzTGAvV1xBNaGVMznjK6xlwj4bBeaEZcoMsuInevE0EB0A1Dn5D0LkX TSyp+x9t/LnNcmT7WzONMAio63ZDxUhpl+KZDmZuKkoqGoX0aARlMt0CV4dW4ZQhot++ plbegTeR4T+S/NFwXr3UoJSaxIlh7g5CTxu32HKHQJCXBFbPw5zhVj1D+yEiK/6RUqTj udRKkCmxIKhtzsUJ7WosW3JQDVQCdq7VxWCcTNCOWM/hEkwnvcvgVD93/plndKLY8EXU iVPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:mail-followup-to:reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=JOJlBMe/VK/qrgmE/O6+jk5Mye7PiK35W0JGqA2q8I8=; b=j0199OhKDt8aGfjmbOtVrNwbOM/9qrrUpFd+g11KklMEBs+3Cmh2yahcaoKb428kvH RCfiVd4AKSUSF7at4QtZy91wVjzHmM0fL6RPC78yWwvpCaUSX/Pky4/EwNfxc08cB8bI hsWBojwC/YxwD6y9qd+HUQJW8FYLcSN798OA+iVCae5l2wwPSH+aZGyiGupGYHbxvyjm p0aYDmH2/rJbkqxq92KUSohTCBA1evG99n6fdUdPnQkiF8VpB6dmgzrghNd0RfvKHBIe uxRVAwiu4/xNe8NLOdCJMdqlTd9oyTPECVZzDh0UIzBOXKotBfNb7ZZ4hszCFRA0JJgf b/HQ== 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 c2-v6si49054605plb.77.2018.06.05.05.31.39; Tue, 05 Jun 2018 05:31:53 -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 S1751904AbeFEMbR (ORCPT + 99 others); Tue, 5 Jun 2018 08:31:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:39182 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751642AbeFEMbQ (ORCPT ); Tue, 5 Jun 2018 08:31:16 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 12656ADCD; Tue, 5 Jun 2018 12:31:15 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 7AFB3DA7C6; Tue, 5 Jun 2018 14:28:29 +0200 (CEST) Date: Tue, 5 Jun 2018 14:28:29 +0200 From: David Sterba To: Ilya Matveychikov Cc: Al Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] ksys_mount: check for permissions before resource allocation Message-ID: <20180605122829.y4vicefcfvzpqraw@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Ilya Matveychikov , Al Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org References: <20180605112641.GN30522@ZenIV.linux.org.uk> <1E519BA2-4198-4255-BAE4-3125C59741A3@gmail.com> <20180605115340.GO30522@ZenIV.linux.org.uk> <0F38EDA5-DEC3-48A1-9375-47949C26DAE8@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0F38EDA5-DEC3-48A1-9375-47949C26DAE8@gmail.com> User-Agent: NeoMutt/20180512 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 05, 2018 at 04:07:15PM +0400, Ilya Matveychikov wrote: > > On Jun 5, 2018, at 3:53 PM, Al Viro wrote: > > On Tue, Jun 05, 2018 at 03:35:55PM +0400, Ilya Matveychikov wrote: > >>> On Jun 5, 2018, at 3:26 PM, Al Viro wrote: > >>>>> On Jun 5, 2018, at 6:00 AM, Ilya Matveychikov wrote: > >>>>> Early check for mount permissions prevents possible allocation of 3 > >>>>> pages from kmalloc() pool by unpriveledged user which can be used for > >>>>> spraying the kernel heap. > >>> > >>> I'm sorry, but there are arseloads of unpriveleged syscalls that do the same, > >>> starting with read() from procfs files. So what the hell does it buy? > >> > >> Means that if all do the same shit no reason to fix it? Sounds weird... > > > > Fix *what*? You do realize that there's no permission checks to stop e.g. > > stat(2) from copying the pathname in, right? With user-supplied contents, > > even... > > > > If you depend upon preventing kmalloc'ed temporary allocations filled > > with user-supplied data, you are screwed, plain and simple. It really can't > > be prevented, in a lot of ways that are much less exotic than mount(2). > > Most of syscall arguments are copied in, before we get any permission > > checks. It does happen and it will happen - examining them while they are > > still in userland is a nightmare in a lot of respects, starting with > > security. > > I agree that it’s impossible to completely avoid this kind of allocations > and examining data in user-land will be the bigger problem than copying > arguments to the kernel. But aside of that what’s wrong with the idea of > having the permission check before doing any kind of work? Isn't there some sysctl knob or config option to sanitize freed memory? I doubt that using kzfree everywhere unconditionally would be welcome, also would not scale as there are too many of them. This IMHO leaves only the build-time option for those willing to pay the performance hit. > BTW, sys_umount() has this check in the right place - before doing anything. > So, why not to have the same logic for mount/umount? What if the check is not equivalent to the one done later? may_mount needs namespace, it will be available at umount time but not necessarily during mount due to the security hooks.