]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)
authorLinus Torvalds <torvalds@osdl.org>
Fri, 14 Jul 2006 23:59:02 +0000 (23:59 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 15 Jul 2006 02:35:20 +0000 (19:35 -0700)
commit4a7ac3ab06932949d3069c1811f6f2a310f656c4
tree6b797c1a443502c1d8275a5b4340b1d2b496506d
parent4f9619cdd90ac846fa0ca6e9e8a9d87a0d6b4f57
[PATCH] Fix nasty /proc vulnerability (CVE-2006-3626)

Fix nasty /proc vulnerability

We have a bad interaction with both the kernel and user space being able
to change some of the /proc file status.  This fixes the most obvious
part of it, but I expect we'll also make it harder for users to modify
even their "own" files in /proc.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/proc/base.c