Skip to content

Clear-Com Core Configuration Manager Panel - Detect

ID: ccm-detect

Severity: info

Author: failOpen

Tags: panel,clearcom,ccm

Clear-Com Core Configuration Manager panel was detected.

id: ccm-detect
info:
name: Clear-Com Core Configuration Manager Panel - Detect
author: failOpen
severity: info
description: Clear-Com Core Configuration Manager panel was detected.
reference:
- https://www.clearcom.com/DownloadCenter/manuals/FreeSpeakII_Online_Manual/UserGuide/Content/Base/CCM/CCM.htm
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.html:"CCM - Authentication Failure"
tags: panel,clearcom,ccm
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "CCM - Authentication Failure"
- type: status
status:
- 401
# digest: 490a004630440220637e8ce0fb4b1499e31d9bc132190270dd42ae8b721daf1ca1eec2702668c1410220475d547f2bdcc65f0d579fee14eea1f81bc71139b7467a2013c8b9c5fcafd87e: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/exposed-panels/ccm-detect.yaml"

View on Github