Skip to content

Camunda Login Panel - Detect

ID: camunda-login-panel

Severity: info

Author: alifathi-h1

Tags: camunda,panel,login

Camunda login panel was detected.

id: camunda-login-panel
info:
name: Camunda Login Panel - Detect
author: alifathi-h1
severity: info
description: Camunda login panel was detected.
reference:
- https://docs.camunda.org/manual/7.15/webapps/admin/user-management/
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:
max-request: 2
tags: camunda,panel,login
http:
- method: GET
path:
- '{{BaseURL}}/app/welcome/default/#!/login'
- '{{BaseURL}}/camunda/app/welcome/default/#!/login'
matchers-condition: and
matchers:
- type: word
words:
- "Camunda Welcome"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<footer cam-widget-footer version="v([0-9.]+)"'
# digest: 490a0046304402202f31f2e86469cbe99c666cebe0daa9bf1e8bbcc4aa72efca173c0c1ad3865869022079789e08e968647c6a2b1884e0c33bcc13ffc45d94f0d405efda2c3103b2ff6a: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/camunda-login-panel.yaml"

View on Github