public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Really good idea to allow mmap(0, FIXED)?
@ 2006-10-05 18:59 Michael Buesch
  2006-10-05 19:50 ` linux-os (Dick Johnson)
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Michael Buesch @ 2006-10-05 18:59 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1545 bytes --]

Hi,

This question has already been discussed here in the past, but
we did not come to a good result. So I want to ask the question again:

Is is really a good idea to allow processes to remap something
to address 0?
I say no, because this can potentially be used to turn rather harmless
kernel bugs into a security vulnerability.

Let's say we have some kernel NULL pointer dereference bug somewhere,
that's rather harmless, if it happens in process context and
does not leak any resources on segfaulting the triggering app.
So the worst thing that happens is a crashing app. Yeah, this bug must
be fixed. But my point is that this bug can probably be used to
manipulate the way the kernel works or even to inject code into
the kernel from userspace.

Attached to this mail is an example. The kernel module represents
the actual "kernel-bug". Its whole purpose in this example is to
introduce a user-triggerable NULL pointer dereference.
Please stop typing now, if you are typing something like
"If you can load a kernel module, you have access to the kernel anyway".
This is different. We always _had_ and most likely _have_ NULL pointer
dereference bugs in the kernel.

The example programm injects a magic value 0xB15B00B2 into the
kernel, which is printk'ed on success.

In my opinion, this should be forbidden by disallowing mmapping
to address 0. A NULL pointer dereference is such a common bug, that
it is worth protecting against.
Besides that, I currently don't see a valid reason to mmap address 0.

Comments?

-- 
Greetings Michael.

[-- Attachment #2: knulltest.tar.gz --]
[-- Type: application/x-tgz, Size: 1447 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2006-10-08 19:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 18:59 Really good idea to allow mmap(0, FIXED)? Michael Buesch
2006-10-05 19:50 ` linux-os (Dick Johnson)
2006-10-06 14:40   ` Michael Buesch
2006-10-05 21:58 ` Alan Cox
2006-10-06 14:44   ` Michael Buesch
2006-10-07 11:23     ` Pavel Machek
2006-10-05 23:55 ` David Wagner
2006-10-06  4:34   ` Jeremy Fitzhardinge
2006-10-06  5:39   ` Jan Engelhardt
2006-10-06 19:47     ` David Wagner
2006-10-06  7:25   ` Arjan van de Ven
2006-10-06 10:36     ` Mikael Pettersson
2006-10-06 11:20       ` Arjan van de Ven
2006-10-06 19:43     ` David Wagner
2006-10-08  0:22       ` Jeremy Fitzhardinge
2006-10-08  2:03         ` David Wagner
2006-10-08 19:18         ` Michael Buesch
2006-10-06 14:55 ` Michael Buesch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox