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
185.220.101.34DETor exit412
45.155.205.233RUHosting287
103.203.57.10VNResidential164
91.240.118.172NLHosting119
162.243.140.96USCloud74
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
Upgrade to 8.3.3, 8.4.3, 8.5.2 or later.
Check the user directory for unexpected administrator accounts and review the atlassian-confluence.log for requests to /setup/ endpoints.
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.