Re: Local DoS on single_open?

From: Keith Owens
Date: Thu Sep 11 2003 - 02:07:13 EST


On Thu, 11 Sep 2003 14:51:09 +1000,
Nick Piggin <piggin@xxxxxxxxxxxxxxx> wrote:
>Keith Owens wrote:
>
>>single_open() requires the kernel to kmalloc a buffer which lives until
>>the userspace caller closes the file. What prevents a malicious user
>>opening the same /proc entry multiple times, allocating lots of kmalloc
>>space and causing a local DoS?
>>
>>
>
>ulimit?

ulimit has no effect on kmalloc usage.

-
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/