exploit-db-mirror/exploits/linux/dos/24777.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

11 lines
No EOL
760 B
Text

source: https://www.securityfocus.com/bid/11754/info
The Linux kernel is reported prone to multiple local vulnerabilities:
- A handcrafted 'a.out' file may be used to trigger a local denial-of-service condition. A local attacker may exploit this vulnerability to trigger a system-wide denial of service, potentially resulting in a kernel panic.
- A memory-disclosure vulnerability reportedly affects only SMP computers with more than 4GB of memory. A local attacker may exploit this vulnerability to access random pages of physical memory.
perl -e'print"\x07\x01".("\x00"x13)."\xc0".("\x00"x16)' > eout
Executing the resulting 'eout' file reportedly results in a kernel oops. Repeatedly running the resulting file will consume file descriptors and memory.