Skip to content

CloudCenter Installer Exposure

ID: cloudcenter-installer

Severity: high

Author: pussycat0x

Tags: misconfig,cisco,cloudcenter,install,exposure

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

id: cloudcenter-installer
info:
name: CloudCenter Installer Exposure
author: pussycat0x
severity: high
description: CloudCenter is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:cisco:cloudcenter:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: cisco
product: cloudcenter
shodan-query: title:"CloudCenter Installer"
tags: misconfig,cisco,cloudcenter,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>CloudCenter Installer'
- type: status
status:
- 200
# digest: 490a0046304402202e1f10fece1eda1175e1f8d358799ddee09e852c7e3c7330e9458a60e4e85d0802205e431187c2794f5c30d41dcb433ed9bd6953ec5ba323284e96048fecd09f1015: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/cloudcenter-installer.yaml"

View on Github