Skip to content

Confluence Installation Page - Exposure

ID: confluence-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,exposure,install,confluence

Confluence is susceptible to the Installation page exposure due to misconfiguration.

id: confluence-installer
info:
name: Confluence Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Confluence is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: title:"Choose your deployment type - Confluence"
tags: misconfig,exposure,install,confluence
http:
- method: GET
path:
- "{{BaseURL}}/setup/setupcluster-start.action"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Choose your deployment type - Confluence"
- type: status
status:
- 200
# digest: 490a00463044022007012b42e3cab25e1be898c69bc4763777692e64e6b55027095d847717ecfb8202201d13d51f2c101bd84aac90dc216a75b572bbc174aff0ae36a7e6efe4bd9bc9e4:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/confluence-installer.yaml"

View on Github