CVE-2010-4243
Linux Kernel < 2.6.37 - Denial of Service via Stack Memory OOM Bypass
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-4243. PoCs published by Roland McGrath.
AI-analyzed exploit summary This exploit leverages a kernel bug in 64-bit Linux systems where 32-bit applications are incorrectly allowed excessive stack growth, leading to a kernel BUG() crash. The PoC allocates a large stack and spawns /bin/sh with an excessive argument list to trigger the vulnerability.
Description
fs/exec.c in the Linux kernel before 2.6.37 does not enable the OOM Killer to assess use of stack memory by arrays representing the (1) arguments and (2) environment, which allows local users to cause a denial of service (memory consumption) via a crafted exec system call, aka an "OOM dodging issue," a related issue to CVE-2010-3858.
Exploits (1)
This exploit leverages a kernel bug in 64-bit Linux systems where 32-bit applications are incorrectly allowed excessive stack growth, leading to a kernel BUG() crash. The PoC allocates a large stack and spawns /bin/sh with an excessive argument list to trigger the vulnerability.