[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.01.0906031142390.4880@localhost.localdomain>
Date: Wed, 3 Jun 2009 11:45:38 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: "Larry H." <research@...reption.com>
cc: Alan Cox <alan@...rguk.ukuu.org.uk>,
Christoph Lameter <cl@...ux-foundation.org>,
linux-mm@...ck.org, Rik van Riel <riel@...hat.com>,
linux-kernel@...r.kernel.org, pageexec@...email.hu
Subject: Re: Security fix for remapping of page 0 (was [PATCH] Change
ZERO_SIZE_PTR to point at unmapped space)
On Wed, 3 Jun 2009, Larry H. wrote:
> >
> > The fact, the NULL pointer attack is neither easy nor common. It's
> > perfectly reasonable to say "we'll allow mmap at virtual address zero".
>
> And how could you calibrate if this attack venue isn't easy to take
> advantage of? Or not commonly abused? What empirical results led you to this
> conclusion?
It's not a primary attack vector. You need to have already broken local
security to get there - you need to be able to execute code.
That means that you've already by-passed all the main security. It's thus
by definition less common than attack vectors like buffer overflows that
give you that capability in the first place.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists