CVE-2023-22515

CRITICAL KEV RANSOMWARE NUCLEI

Atlassian Confluence Unauthenticated Remote Code Execution

Title source: metasploit
STIX 2.1

Exploitation Summary

CVE-2023-22515 is actively exploited and listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, added October 5, 2023, with confirmed use in ransomware campaigns. EIP tracks 34 public exploits from researchers including Chocapikk, ad-calcium, ErikWynter, including a Metasploit module auxiliary/admin/http/atlassian_confluence_auth_bypass. A Nuclei detection template is also available.

AI-analyzed exploit summary This repository contains a functional Python exploit for CVE-2023-22515, a Broken Access Control vulnerability in Confluence Server and Data Center. The exploit automates the process of triggering the vulnerability, creating an admin account, and verifying authentication.

Description

Atlassian has been made aware of an issue reported by a handful of customers where external attackers may have exploited a previously unknown vulnerability in publicly accessible Confluence Data Center and Server instances to create unauthorized Confluence administrator accounts and access Confluence instances. Atlassian Cloud sites are not affected by this vulnerability. If your Confluence site is accessed via an atlassian.net domain, it is hosted by Atlassian and is not vulnerable to this issue.

Exploits (34)

nomisec WORKING POC 148 stars
by Chocapikk · remote
https://github.com/Chocapikk/CVE-2023-22515

This repository contains a functional Python exploit for CVE-2023-22515, a Broken Access Control vulnerability in Confluence Server and Data Center. The exploit automates the process of triggering the vulnerability, creating an admin account, and verifying authentication.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence Server and Data Center
No auth needed
Prerequisites: Python 3.x · requests library · click library · rich library · alive-progress library
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 110 stars
by ad-calcium · remote
https://github.com/ad-calcium/CVE-2023-22515

This repository contains a functional Go-based exploit for CVE-2023-22515, which allows unauthenticated attackers to create an administrator account in vulnerable Confluence instances by bypassing setup completion checks. The exploit automates the process of adding a user via the setup endpoints and includes proxy support.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Confluence Data Center and Server (versions 8.0.0-8.5.1)
No auth needed
Prerequisites: Network access to the Confluence instance · Vulnerable Confluence version
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SCANNER 78 stars
by ErikWynter · poc
https://github.com/ErikWynter/CVE-2023-22515-Scan

This repository contains a Python-based scanner for CVE-2023-22515, a broken access control vulnerability in Atlassian Confluence. The scanner checks for the presence of the `/server-info.action` endpoint and analyzes HTTP response codes to determine vulnerability status.

Classification
Scanner 100%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center and Server
No auth needed
Prerequisites: Network access to the target Confluence instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 52 stars
by AIex-3 · remote
https://github.com/AIex-3/confluence-hack

This repository contains a functional exploit for CVE-2023-22515, which leverages a misconfiguration in Confluence to create an admin user without authentication. The exploit includes a Python script to trigger the vulnerability and a decompiled Java servlet for a web-based shell plugin.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Server 8.5.1
No auth needed
Prerequisites: Confluence instance in 'Setup Successful' mode · Network access to the target
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 25 stars
by K4ptor · poc
https://github.com/K4ptor/CVE-2023-22515

This repository contains a functional exploit for CVE-2023-22515, which allows an unauthenticated attacker to create an administrator account in Atlassian Confluence by bypassing setup completion checks. The script automates the process of adding a random user with administrative privileges.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence (8.0.0 <= version <= 8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence instance · Confluence instance must be vulnerable (unpatched)
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 23 stars
by aaaademo · poc
https://github.com/aaaademo/Confluence-EvilJar

This repository contains a functional exploit for CVE-2023-22515, which leverages a Confluence vulnerability to upload a malicious JAR file for remote code execution (RCE). The exploit includes servlets for command execution and a webshell (Godzilla), demonstrating practical exploitation.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence (versions affected by CVE-2023-22515)
Auth required
Prerequisites: Access to Confluence admin panel or authenticated session · Ability to upload JAR files via the vulnerability
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WRITEUP 20 stars
by youcannotseemeagain · poc
https://github.com/youcannotseemeagain/CVE-2023-22515_RCE

This repository provides a technical writeup on achieving RCE in Confluence by uploading a custom plugin after obtaining backend access. It includes step-by-step instructions and screenshots demonstrating the exploitation process.

Classification
Writeup 80%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence
Auth required
Prerequisites: Backend access to Confluence · Ability to upload custom plugins
MITRE ATT&CK
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 8 stars
by j3seer · remote
https://github.com/j3seer/CVE-2023-22515-POC

This repository contains a functional exploit for CVE-2023-22515, a critical Broken Access Control vulnerability in Atlassian Confluence. The exploit leverages parameter manipulation to reset the setup status and create an administrator account without authentication.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Server and Data Center
No auth needed
Prerequisites: Access to the target Confluence instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 6 stars
by Le1a · remote
https://github.com/Le1a/CVE-2023-22515

This repository contains a functional exploit for CVE-2023-22515, which allows an unauthenticated attacker to create an administrator account in Confluence Data Center & Server by manipulating the setup process. The exploit sends crafted HTTP requests to bypass setup completion checks and create a new admin user.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center & Server
No auth needed
Prerequisites: Network access to the target Confluence instance · Confluence instance with vulnerable setup endpoint exposed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 4 stars
by kh4sh3i · remote
https://github.com/kh4sh3i/CVE-2023-22515

This repository contains a functional exploit for CVE-2023-22515, a privilege escalation vulnerability in Atlassian Confluence. The exploit leverages broken access control to create unauthorized administrator accounts by manipulating the setup process.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence Server and Data Center (versions 8.0.0 to 8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 4 stars
by spareack · remote
https://github.com/spareack/CVE-2023-22515-NSE

This repository contains a functional exploit for CVE-2023-22515, an authentication bypass vulnerability in Atlassian Confluence Server. The exploit triggers the vulnerability by resetting the setup status and creating an admin account, followed by authentication checks.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence Server (versions up to 8.4.1)
No auth needed
Prerequisites: Network access to the target Confluence Server · Vulnerable version of Confluence Server
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB 3 stars
by Vulnmachines · remote
https://github.com/Vulnmachines/confluence-cve-2023-22515

The repository contains only a minimal README with a title and CVE reference, lacking any exploit code, technical details, or functional content. It appears to be a placeholder or incomplete submission.

Classification
Stub 90%
Attack Type
Other
Complexity
Trivial
Reliability
Theoretical
Target: Atlassian Confluence (version unspecified)
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WRITEUP 2 stars
by LucasPDiniz · remote
https://github.com/LucasPDiniz/CVE-2023-22515

This repository provides a detailed technical analysis of CVE-2023-22515, explaining how an attacker can exploit chained getters/setters in the `ServerInfoAction` class to reset Confluence's setup process and create an administrative account. It includes step-by-step exploitation details and references to the vulnerable code paths.

Classification
Writeup 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence Server and Data Center <8.3.3, <8.4.3, <8.5.2
No auth needed
Prerequisites: Network access to the Confluence instance · Vulnerable version of Confluence
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SCANNER 2 stars
by fyx1t · infoleak
https://github.com/fyx1t/NSE--CVE-2023-22515

This repository contains an NSE (Nmap Scripting Engine) script designed to detect the presence of CVE-2023-22515. The script is likely used for scanning rather than active exploitation.

Classification
Scanner 90%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Confluence Data Center and Server (versions affected by CVE-2023-22515)
No auth needed
Prerequisites: Nmap with NSE support
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WRITEUP 1 stars
by Arkha-Corvus · poc
https://github.com/Arkha-Corvus/LetsDefend-SOC235-Atlassian-Confluence-Broken-Access-Control-0-Day-CVE-2023-22515-EventID-197

This repository provides a detailed technical analysis of CVE-2023-22515, a broken access control vulnerability in Atlassian Confluence. It includes log analysis, threat intelligence, and a playbook for incident response, but does not contain exploit code.

Classification
Writeup 90%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence
No auth needed
Prerequisites: Access to a vulnerable Confluence instance · Network connectivity to the target
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec SCANNER 1 stars
by rxerium · infoleak
https://github.com/rxerium/CVE-2023-22515

This repository contains a Nuclei template for detecting vulnerable Atlassian Confluence instances by checking version numbers against a list of affected versions. It does not exploit the vulnerability but scans for its presence.

Classification
Scanner 100%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence versions 8.0.0 to 8.5.1
No auth needed
Prerequisites: Access to the target Confluence instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 1 stars
by C1ph3rX13 · remote
https://github.com/C1ph3rX13/CVE-2023-22515

This repository contains a functional exploit for CVE-2023-22515, targeting Atlassian Confluence. The exploit automates the process of creating an administrator account by bypassing setup checks and leveraging vulnerable versions.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence (versions 8.0.0 to 8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence instance · Target running a vulnerable version of Confluence
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC 1 stars
by iveresk · poc
https://github.com/iveresk/CVE-2023-22515

This repository contains a functional exploit script for CVE-2023-22515, a Broken Access Control vulnerability in Atlassian Confluence Server and Data Center. The script automates the exploitation process by manipulating the application configuration state and creating a new admin user.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Server and Data Center
No auth needed
Prerequisites: Target IP address · Network access to the target
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WRITEUP
by dkq-k · remote
https://github.com/dkq-k/cve-2023-22515-1

This repository provides a detailed technical analysis of CVE-2023-22515, a critical broken access control vulnerability in Atlassian Confluence. It includes attack mechanisms, HTTP request examples, and mitigation strategies but does not contain functional exploit code.

Classification
Writeup 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center and Server (versions 8.0.0 to 8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence server
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec WRITEUP
by dkq-k · remote
https://github.com/dkq-k/CVE-2023-22515

This repository provides a detailed technical analysis of CVE-2023-22515, a critical Broken Access Control vulnerability in Atlassian Confluence Data Center & Server. It includes root cause analysis, attack mechanisms, reproduction steps, and mitigation strategies, demonstrating a deep understanding of the vulnerability.

Classification
Writeup 100%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center & Server versions 8.0.0 to 8.5.1
No auth needed
Prerequisites: Access to the target Confluence server · Network connectivity to the target
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec SUSPICIOUS
by Onedy1703 · remote
https://github.com/Onedy1703/CVE-2023-22515-Confluence

The repository contains only a README with a generic disclaimer and no technical details or exploit code. It lacks any substantive content related to CVE-2023-22515, raising suspicion of being a placeholder or lure.

Classification
Suspicious 90%
Attack Type
Other
Complexity
Theoretical
Reliability
Theoretical
Target: Atlassian Confluence
No auth needed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec STUB
by CyberSentinel321 · poc
https://github.com/CyberSentinel321/cve-2023-22515-lab

The repository claims to demonstrate CVE-2023-22515 (Atlassian Confluence Authentication Bypass) but contains no functional exploit code or technical details. All files are empty or placeholders.

Classification
Stub 90%
Attack Type
Auth Bypass
Complexity
Theoretical
Reliability
Theoretical
Target: Atlassian Confluence
No auth needed
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec WRITEUP
by tranphuc2005 · remote
https://github.com/tranphuc2005/CVE-2023-22515

This repository provides a detailed technical analysis of CVE-2023-22515, a critical broken access control vulnerability in Atlassian Confluence. It explains how the vulnerability allows remote attackers to create an admin account by manipulating the `setupComplete` flag via a crafted HTTP request to `/server-info.action`.

Classification
Writeup 100%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence Data Center & Server 8.0.0 to 8.5.1
No auth needed
Prerequisites: Access to the target Confluence instance
devstral-2 · analyzed Feb 19, 2026 Full analysis →
nomisec WORKING POC
by vivigotnotime · remote
https://github.com/vivigotnotime/CVE-2023-22515-Exploit-Script

This repository contains a functional Python exploit for CVE-2023-22515, an authentication bypass vulnerability in Atlassian Confluence. The script automates the creation of an administrative account by exploiting the vulnerability, supporting both single and mass exploitation modes.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence
No auth needed
Prerequisites: Network access to the target Confluence instance · Python 3.x with required libraries
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SCANNER
by s1d6point7bugcrowd · poc
https://github.com/s1d6point7bugcrowd/CVE-2023-22515-check

This repository contains a Python script that checks if a Confluence instance is vulnerable to CVE-2023-22515 by verifying the version and attempting to trigger setup mode. It does not exploit the vulnerability but detects potential exposure.

Classification
Scanner 100%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center and Server versions 8.0.0 and above
No auth needed
Prerequisites: Python 3.x · requests library · packaging library
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by xorbbo · remote
https://github.com/xorbbo/cve-2023-22515

This repository provides a functional exploit for CVE-2023-22515, demonstrating how to bypass authentication in Atlassian Confluence by manipulating the `bootstrapStatusProvider.applicationConfig.setupComplete` parameter to create an administrator account.

Classification
Working Poc 90%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence
No auth needed
Prerequisites: Access to the Confluence server · Valid session cookie (JSESSIONID)
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec SCANNER
by edsonjt81 · poc
https://github.com/edsonjt81/CVE-2023-22515-Scan.

This repository contains a Python-based scanner for CVE-2023-22515, a broken access control vulnerability in Atlassian Confluence Data Center and Server. The scanner checks for the presence of the `/server-info.action` endpoint and analyzes HTTP response codes to determine vulnerability status.

Classification
Scanner 100%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center and Server (versions 8.0.0 to 8.5.3)
No auth needed
Prerequisites: Network access to the target Confluence instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by CalegariMindSec · remote
https://github.com/CalegariMindSec/Exploit-CVE-2023-22515

This repository contains a functional bash script exploit for CVE-2023-22515, a Broken Access Control vulnerability in Atlassian Confluence. The exploit re-enables the initial setup process and creates an unauthorized administrator account by sending crafted HTTP requests to vulnerable endpoints.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center and Server (versions 8.0.0 to 8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence instance · Target must be running a vulnerable version of Confluence
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by INTfinityConsulting · remote
https://github.com/INTfinityConsulting/cve-2023-22515

This repository contains a functional exploit for CVE-2023-22515, which leverages a bootstrap manipulation vulnerability in Atlassian Confluence to create an admin user and upload a malicious plugin for RCE. The exploit includes a custom plugin with a servlet that executes commands and returns encrypted output.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence
No auth needed
Prerequisites: Network access to Confluence server · Confluence instance vulnerable to CVE-2023-22515
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by killvxk · poc
https://github.com/killvxk/CVE-2023-22515-joaoviictorti

This repository contains a functional Rust-based exploit for CVE-2023-22515, an authentication bypass vulnerability in Atlassian Confluence. The exploit automates the creation of unauthorized administrator accounts by manipulating the setup process via crafted HTTP requests.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Server/Data Center
No auth needed
Prerequisites: Network access to the target Confluence instance · Confluence instance with vulnerable setup endpoint exposed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WORKING POC
by DsaHen · remote
https://github.com/DsaHen/cve-2023-22515-exp

This repository contains a functional Python exploit for CVE-2023-22515, which targets an authentication bypass vulnerability in Atlassian Confluence. The script automates the exploitation process by sending crafted HTTP requests to reset the setup status and create an administrator account.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence (versions affected by CVE-2023-22515)
No auth needed
Prerequisites: Network access to the target Confluence instance · Target must be vulnerable to CVE-2023-22515
devstral-2 · analyzed Feb 18, 2026 Full analysis →
vulncheck_xdb WORKING POC
remote
https://github.com/sincere9/CVE-2023-22515

This repository contains a functional exploit for CVE-2023-22515, which allows an unauthenticated attacker to create an administrator account in Atlassian Confluence by bypassing setup checks. The script automates the exploitation process by sending crafted HTTP requests to vulnerable endpoints.

Classification
Working Poc 95%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence (8.0.0 <= version <= 8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence instance
devstral-2 · analyzed Feb 25, 2026 Full analysis →
metasploit WORKING POC
by Unknown, Emir Polat · rubypoc
https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/admin/http/atlassian_confluence_auth_bypass.rb

This Metasploit module exploits CVE-2023-22515, a broken access control vulnerability in Atlassian Confluence, allowing unauthenticated creation of an admin account via crafted HTTP requests.

Classification
Working Poc 100%
Attack Type
Auth Bypass
Complexity
Trivial
Reliability
Reliable
Target: Atlassian Confluence Data Center and Server (versions 8.0.0-8.3.2, 8.4.0-8.4.2, 8.5.0-8.5.1)
No auth needed
Prerequisites: Network access to the target Confluence server · Target running a vulnerable version
devstral-2 · analyzed Feb 16, 2026 Full analysis →
metasploit WORKING POC EXCELLENT
by sfewer-r7 · rubypocjava
https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/atlassian_confluence_rce_cve_2023_22515.rb

This Metasploit module exploits CVE-2023-22515, an improper input validation vulnerability in Atlassian Confluence, to achieve unauthenticated remote code execution by creating an admin user and uploading a malicious plugin.

Classification
Working Poc 100%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Atlassian Confluence 8.0.0-8.3.2, 8.4.0-8.4.2, 8.5.0-8.5.1
No auth needed
Prerequisites: Network access to Confluence server · Confluence server running a vulnerable version
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Nuclei Templates (1)

Atlassian Confluence - Privilege Escalation
CRITICALVERIFIEDby s1r1us,iamnoooob,rootxharsh,pdresearch
Shodan: http.component:"atlassian confluence"
FOFA: app="ATLASSIAN-Confluence" || app="atlassian-confluence"

Scores

CVSS v3 9.8
EPSS 0.9433
EPSS Percentile 100.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation active
Automatable yes
Technical Impact total

Details

CISA KEV 2023-10-05
VulnCheck KEV 2023-10-04
InTheWild.io 2023-10-04
ENISA EUVD EUVD-2023-26655
Ransomware Use Confirmed
CWE
CWE-20
Status published
Products (46)
Atlassian/Confluence Data Center < 8.0.0
Atlassian/Confluence Data Center >= 8.0.0
Atlassian/Confluence Data Center >= 8.0.1
Atlassian/Confluence Data Center >= 8.0.2
Atlassian/Confluence Data Center >= 8.0.3
Atlassian/Confluence Data Center >= 8.1.3
Atlassian/Confluence Data Center >= 8.1.4
Atlassian/Confluence Data Center >= 8.2.0
Atlassian/Confluence Data Center >= 8.2.1
Atlassian/Confluence Data Center >= 8.2.2
... and 36 more
Published Oct 04, 2023
KEV Added Oct 05, 2023
Tracked Since Feb 18, 2026