Mathias Krause

52 exploits Active since Feb 2010
CVE-2022-1043 METASPLOIT HIGH ruby WORKING POC
io_uring Same Type Object Reuse Priv Esc
A flaw was found in the Linux kernel’s io_uring implementation. This flaw allows an attacker with a local account to corrupt system memory, crash the system or escalate privileges.
CVSS 8.8
CVE-2010-0307 EXPLOITDB text WRITEUP
Linux Kernel < 2.6.32.8 - Denial of Service via ELF Interpreter Handling
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.