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-22518 — Checker for CVE-2023-22518 vulnerability on Confluence | Kitploit
Tools/GitHubGitHub/davidfortytwo/cve-2023-22518
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubdavidfortytwo/cve-2023-22518

CVE-2023-22518

Checker for CVE-2023-22518 vulnerability on Confluence

View Repository
82432 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-22518

Checker for CVE-2023-22518 and CVE-2023-22515 critical vulnerabilities in Confluence.

Description

This script is designed to check for and exploit vulnerabilities in Atlassian Confluence instances. It checks for the vulnerability CVE-2023-22518, and exploits the vulnerability CVE-2023-22515 to create a new administrator account if the instance is vulnerable (using code from Chocapikk)

Usage Guide:

Installation:

  • Ensure you have Python 3 installed on your machine.

  • Install the required libraries using the command:

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

Running the script:

  • Single Instance Check and Exploit:

  • Use the command:

    root@kitploit:~
    python CVE-2023-22518.py -i <instance-url> -o <output-file>
    

-Replace with the URL of the Confluence instance you want to check and exploit.

  • Replace with the name of the file where you want to save any successful exploits. This argument is optional.

For example:

root@kitploit:~
python CVE-2023-22518.py -i https://example.com/confluence -o exploits.txt
Download Tool

Legal Disclaimer:

This script is intended for educational and authorized testing purposes only. The user is responsible for ensuring that they have the necessary permissions to engage in testing activities on the target Confluence instance(s). Unauthorized access to computer systems is illegal, and users should ensure compliance with all applicable laws and regulations. The developer(s) assume no liability and are not responsible for any misuse or damage caused by this script.