Skip to content

Atlassian Bamboo Setup Wizard

ID: atlassian-bamboo-setup

Severity: info

Author: pussycat0x

Tags: misconfig,atlassian,bamboo,setup,installer

Atlassian Bamboo is susceptible to the Installation page exposure due to misconfiguration.

id: atlassian-bamboo-setup
info:
name: Atlassian Bamboo Setup Wizard
author: pussycat0x
severity: info
description: Atlassian Bamboo is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:atlassian:bamboo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: atlassian
product: bamboo
shodan-query: title:"Bamboo setup wizard"
tags: misconfig,atlassian,bamboo,setup,installer
http:
- method: GET
path:
- "{{BaseURL}}/setup/setupLicense.action"
matchers-condition: and
matchers:
- type: word
words:
- "Bamboo setup wizard - Atlassian Bamboo"
- "Bamboo evaluation license"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100b4de40e18dc1894278a42bd52ecaff2ed9642af086c9f30db6abe4f02778fb0f0220239c0b6233feda473c0158a8c58a3cf4b7f9569227bc59a5e7d0913fb182f6ef: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/atlassian-bamboo-setup-wizard.yaml"

View on Github