CVE-2022-30780 - lighttpd 远程拒绝服务
未经身份验证的攻击者可以发送一个 URL 超过最大 URL 长度的 HTTP 请求,从而导致拒绝服务。
以下版本的 lighttpd 存在漏洞:
$ ./CVE-2022-30780-lighttpd-denial-of-service.py -h
usage: CVE-2022-30780-lighttpd-denial-of-service.py [-h] [-v] -u URL [-k] [-t THREADS]
CVE-2022-30780-lighttpd-denial-of-service
optional arguments:
-h, --help show this help message and exit
-v, --verbose Verbose mode
-u URL, --url URL URL to connect to.
-k, --insecure Allow insecure server connections when using SSL (default: False)
-t THREADS, --threads THREADS
Number of threads (default: 20)