Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Tavis Ormandy <taviso@sdf.lonestar.org>
To: Oliver Welter <mail@oliwel.de>
Cc: Andreas Schwab <schwab@suse.de>, gdb@sourceware.org
Subject: Re: How to protect a file from debugging
Date: Mon, 11 Jun 2007 10:04:00 -0000	[thread overview]
Message-ID: <20070611100425.GC8386@sdf.lonestar.org> (raw)
In-Reply-To: <466D17E4.8070703@oliwel.de>

On Mon, Jun 11, 2007 at 11:37:40AM +0200, Oliver Welter wrote:
> >> I have an application, lets say a simple text editor, that is used to
> >> read/write sensitive information.
> >> Now I start gdb, attach it to the process and call "gcore" which - for
> >> my understanding - dumps the entire memory of the process to a file. So
> >> the core dump reveals my secret data.
> > 
> > Why is that a problem?  You are one only reading the same secret data
> > that you just entered yourself in the editor.
> > 
> 
> Before the editor can access the data, its integrity is checked and the
> editor has certain properties, e.g. not allowing to store the data
> outside of an encrypted filesystem. So if an unchecked application can
> gather the data, it might leave the system.
> 
> Oliver

Are you already using mlock()? If so presumably you're starting setuid
root, and the kernel will already be enforcing a secure execution
environment, preventing ptrace(), so you dont have to worry about this.

Thanks, Tavis.

-- 
-------------------------------------
taviso@sdf.lonestar.org | finger me for my pgp key.
-------------------------------------------------------


      reply	other threads:[~2007-06-11 10:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11  8:17 Oliver Welter
2007-06-11  9:16 ` Tavis Ormandy
2007-06-11  9:25   ` Oliver Welter
2007-06-11  9:32     ` Andreas Schwab
2007-06-11  9:38       ` Oliver Welter
2007-06-11 10:04         ` Tavis Ormandy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070611100425.GC8386@sdf.lonestar.org \
    --to=taviso@sdf.lonestar.org \
    --cc=gdb@sourceware.org \
    --cc=mail@oliwel.de \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox