Skip to content

Cisco Finesse Login Panel - Detect

ID: cisco-finesse-login

Severity: info

Author: dhiyaneshDK

Tags: panel,cisco,edb

Cisco Finesse login panel was detected.

id: cisco-finesse-login
info:
name: Cisco Finesse Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Cisco Finesse login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6824
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
cpe: cpe:2.3:a:cisco:finesse:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: cisco
product: finesse
tags: panel,cisco,edb
http:
- method: GET
path:
- '{{BaseURL}}/desktop/container/landing.jsp?locale=en_US'
matchers-condition: and
matchers:
- type: word
words:
- '<title id="page_title">Sign in to Cisco Finesse</title>'
- type: status
status:
- 200
# digest: 490a0046304402207c554302d40d8158d415d61add83c1edb8897b0f93f3bc1b9f10143006e5d1a40220328d1cd58fdf58774ba1725d9e17ba0c71918d0cc22f58e05b7da09dd136a835: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/cisco/cisco-finesse-login.yaml"

View on Github