Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2022-30780_Checker — Lighttpd CVE-2022-30780 检查器 | Kitploit
工具/GitHubGitHub/xiw1ll/cve-2022-30780_checker
漏洞分析漏洞利用Web安全渗透测试
GitHubxiw1ll/cve-2022-30780_checker

CVE-2022-30780_Checker

Lighttpd CVE-2022-30780 检查器

查看仓库
352年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-30780 - lighttpd 远程拒绝服务

描述

Lighttpd 1.4.56 至 1.4.58 版本允许远程攻击者造成拒绝服务(因连接卡住导致 CPU 消耗),原因是 connections.c 中的 connection_read_header_more 存在一处拼写错误,破坏了在大型标头上使用多次读取操作的功能。

示例

root@kitploit:~
$ python3 lighttpd_cve_2022_30780_checker.py http://172.17.0.2
[!] Target: http://172.17.0.2 Lighttpd version: 1.4.56 Vulnerable: True

漏洞利用

https://github.com/p0dalirius/CVE-2022-30780-lighttpd-denial-of-service

参考

  • https://github.com/lighttpd/lighttpd1.4
  • https://nvd.nist.gov/vuln/detail/CVE-2022-30780
  • https://github.com/p0dalirius/CVE-2022-30780-lighttpd-denial-of-service
下载工具