linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Local DoS on single_open?
@ 2003-09-11  4:42 Keith Owens
  2003-09-11  4:51 ` Nick Piggin
  2003-09-11  4:55 ` viro
  0 siblings, 2 replies; 7+ messages in thread
From: Keith Owens @ 2003-09-11  4:42 UTC (permalink / raw)
  To: linux-kernel

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?


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

end of thread, other threads:[~2003-09-11  7:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11  4:42 Local DoS on single_open? Keith Owens
2003-09-11  4:51 ` Nick Piggin
2003-09-11  7:04   ` Keith Owens
2003-09-11  7:29     ` viro
2003-09-11  4:55 ` viro
2003-09-11  7:26   ` Keith Owens
2003-09-11  7:32     ` viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).