CVE-2010-0307
Linux Kernel < 2.6.32.8 - Denial of Service via ELF Interpreter Handling
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-0307. PoCs published by Mathias Krause.
AI-analyzed exploit summary The provided text describes a local denial-of-service vulnerability in the Linux kernel prior to version 2.6.33-rc6, exploitable only on 64-bit architectures with core dumps enabled. It references ExploitDB and a GitLab link for the exploit but does not contain actual exploit code.
Description
The load_elf_binary function in fs/binfmt_elf.c in the Linux kernel before 2.6.32.8 on the x86_64 platform does not ensure that the ELF interpreter is available before a call to the SET_PERSONALITY macro, which allows local users to cause a denial of service (system crash) via a 32-bit application that attempts to execute a 64-bit application and then triggers a segmentation fault, as demonstrated by amd64_killer, related to the flush_old_exec function.
Exploits (1)
The provided text describes a local denial-of-service vulnerability in the Linux kernel prior to version 2.6.33-rc6, exploitable only on 64-bit architectures with core dumps enabled. It references ExploitDB and a GitLab link for the exploit but does not contain actual exploit code.