Re: [RFC PATCH 2/2] mm: restrict access to /proc/slabinfo

From: Kees Cook
Date: Wed Sep 14 2011 - 15:35:13 EST


Hi Vasiliy,

On Sat, Sep 10, 2011 at 08:41:34PM +0400, Vasiliy Kulikov wrote:
> Historically /proc/slabinfo has 0444 permissions and is accessible to
> the world. slabinfo contains rather private information related both to
> the kernel and userspace tasks. Depending on the situation, it might
> reveal either private information per se or information useful to make
> another targeted attack. Some examples of what can be learned by
> reading/watching for /proc/slabinfo entries:
> ...
> World readable slabinfo simplifies kernel developers' job of debugging
> kernel bugs (e.g. memleaks), but I believe it does more harm than
> benefits. For most users 0444 slabinfo is an unreasonable attack vector.
>
> Signed-off-by: Vasiliy Kulikov <segoon@xxxxxxxxxxxx>

Haven't had any mass complaints about the 0400 in Ubuntu (sorry Dave!), so
I'm obviously for it.

Reviewed-by: Kees Cook <kees@xxxxxxxxxx>

-Kees

--
Kees Cook
Ubuntu Security Team
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/