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 — Atlassian Confluence Data Center and Server Broken Access Control Vulnerability | Kitploit
Tools/GitHubGitHub/rxerium/cve-2023-22515
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubrxerium/cve-2023-22515

CVE-2023-22515

Atlassian Confluence Data Center and Server Broken Access Control Vulnerability

View Repository
1211 months 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-22515

How does this detection method work?

This template looks at the following endpoints:

root@kitploit:~
     - "{{BaseURL}}/dologin.action"
     - "{{BaseURL}}"
     - "{{BaseURL}}/pages"
     - "{{BaseURL}}/confluence"
     - "{{BaseURL}}/wiki"

From these endpoints it will extract the version, if the version matches any of the below versions it is considered vulnerable:

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"

How do I run this template?

  1. Download Nuclei from here
  2. Copy the template to your local system
  3. Run the following command:
nuclei -u https://yourHost.com -t CVE-2023-22515.yaml

Disclaimer

Use at your own risk, I will not be responsible for illegal activities you conduct on infrastructure you do not own or have permission to scan.

Contact

If you have any questions please do reach out to me via Signal or via email: [email protected].

If you'd like to support my work, feel free to donate via Buy Me a Coffee — your support means a lot and is truly appreciated!

Download Tool