[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1153909881.746.39.camel@localhost>
Date: Wed, 26 Jul 2006 12:31:21 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Linus Torvalds <torvalds@...l.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...l.org>, Eugene Teo <eteo@...hat.com>
Subject: Require mmap handler for a.out executables
Hi Linus,
with the nasty /proc privilege escalation (CVE-2006-3626) it became
clear that we need to do something more to better protect us against
people exploiting stuff in /proc. Besides the don't allow chmod stuff,
Eugene also proposed to depend the a.out execution on the existence of
the mmap handler. Since we are doing the same for ELF, this makes
totally sense to me.
The attached patch implements the additional check for the mmap handler
and I hope you consider it for upstream inclusion.
Regards
Marcel
View attachment "patch" of type "text/plain" (1449 bytes)
Powered by blists - more mailing lists