Buffer overflow in the perf_copy_attr function in kernel/perf_counter.c in the Linux kernel 2.6.31-rc1 allows local users to cause a denial of service (crash) and execute arbitrary code via a "big size data" to the perf_counter_open system call.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/36423 | vdb entry |
http://article.gmane.org/gmane.linux.kernel/890654 | exploit mailing list |
http://www.openwall.com/lists/oss-security/2009/09/17/13 | mailing list |
http://www.openwall.com/lists/oss-security/2009/09/16/1 | mailing list |