www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/04/18/10:48:58

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-developers-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com
Date: Wed, 18 Apr 2001 16:47:12 +0200
From: Corinna Vinschen <vinschen AT redhat DOT com>
To: cygdev <cygwin-developers AT cygwin DOT com>
Subject: Re: handle protection - please comment
Message-ID: <20010418164712.J15005@cygbert.vinschen.de>
Reply-To: Corinna Vinschen <cygwin-developers AT cygwin DOT com>
Mail-Followup-To: cygdev <cygwin-developers AT cygwin DOT com>
References: <EA18B9FA0FE4194AA2B4CDB91F73C0EF79C2 AT itdomain002 DOT itdomain DOT net DOT au> <20010418120530 DOT Q15962 AT cygbert DOT vinschen DOT de> <00a401c0c7f0$02bb1f30$0200a8c0 AT lifelesswks> <13327115627 DOT 20010418144700 AT logos-m DOT ru> <20010418155552 DOT S15962 AT cygbert DOT vinschen DOT de> <175340295909 DOT 20010418182640 AT logos-m DOT ru>
Mime-Version: 1.0
User-Agent: Mutt/1.2.5i
In-Reply-To: <175340295909.20010418182640@logos-m.ru>; from deo@logos-m.ru on Wed, Apr 18, 2001 at 06:26:40PM +0400

On Wed, Apr 18, 2001 at 06:26:40PM +0400, egor duda wrote:
> CV> Process A needs a handle to a thing T which is owned by process B.
> CV> To get the handle, the owner B needs to get the process handle of
> CV> A to duplicate the handle and return it to A. So if A is the attacker
> CV> it has no chance to undergo the permissions of B since it never
> CV> sees the process handle of B. OTOH, if B is a malicious server, it
> CV> has no chance to use ReadProcessMemory() if A gives B the own process
> CV> handle with only PROCESS_DUP_HANDLE access.
> 
> the problem is that if i (process B) have handle of process with only
> PROCESS_DUP_HANDLE access, and process A have at least one private
> handle of itself with full access, i can elevate my privileges
> using the code quoted above. for cygwin programs the second thing is
> true -- every process has hMainProcess handle of itself. It won't give
> it to me, sure, but i can just try to guess it. i'll start duplicating
> all values 0x4,0x8,0xc,0x10,... (remember, i can duplicate handles
> from process  A), and sooner or later i'll find hMainProcess. voila,
> process B have all access to process' A address space.

I see. But that's a Cygwin specific problem only, AFAICS. Since
`_dll_crt0' creates hMainProc as a duplicate of `GetCurrentProcess()'
all processes have a real process handle to itself with full access
rights which could be duplicated by other processes. I'm not sure
why this is done because the return value of `GetCurrentProcess()'
should fit our needs and it can neither be duplicated nor used by
other processes.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin AT cygwin DOT com
Red Hat, Inc.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019