← Threat feed
CVE-2023-22515criticalCISA KEV

Atlassian Confluence broken access control

Lets remote attackers create administrator accounts on exposed Confluence servers.

Exploitation attempts
6,425peak 1,522 at 25 Sept
20 Sept23 Sept26 Sept
Top attacking sources · 7d
Customers only

What it does

A request to /server-info.action with a crafted parameter re-enables the initial setup state of Confluence. From there, the unauthenticated setup endpoint /setup/setupadministrator.action can be used to create a new administrator.

Exploitation was observed before disclosure by a nation-state actor tracked as Storm-0062, followed by broad opportunistic exploitation within days.

Confluence Cloud is not affected. Only self-hosted Data Center and Server instances reachable from the internet are at risk.

Remediation

  1. Upgrade to 8.3.3, 8.4.3, 8.5.2 or later.
  2. Check the user directory for unexpected administrator accounts and review the atlassian-confluence.log for requests to /setup/ endpoints.
  3. Restrict internet access to Confluence, or at minimum block the /setup/* path at the reverse proxy.

Enumeration

Detection templates and scanners you can run to find exposed instances on your own attack surface.

Nuclei
http/cves/2023/CVE-2023-22515.yaml
$ nuclei -id CVE-2023-22515 -u https://TARGET
Detection

Exploitation

Working exploit modules and public PoCs. Use only against systems you own or are authorized to test.

Metasploit
exploit/multi/http/atlassian_confluence_rce_cve_2023_22515
$ msfconsole -q -x "use exploit/multi/http/atlassian_confluence_rce_cve_2023_22515; show options"
Admin creation
Rapid7
attackerkb.com/topics/Q5f0ItSzw5/cve-2023-22515
Analysis

References

Check whether CVE-2023-22515 is exposed on your attack surface.