[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
exploiting overflowed kmalloc() memory?
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: exploiting overflowed kmalloc() memory?
- From: infamous41md@xxxxxxxxxx
- Date: Fri, 18 Jun 2004 13:53:47 -0400
has anyone done any research on exploiting overflows with memory returned by
kmalloc()? after briefly looking at source, i see that internally it relies on
the kmem_cache_alloc() functions. i didn't see any sort of coalescing as with
dlmalloc, so maybe it's not even possible? anyone have any links/info about
this?