Skip to content

Canon Remote UI Login Panel - Detect

ID: remote-ui-login

Severity: info

Author: dhiyaneshDK

Tags: panel,edb

Canon Remote UI login panel was detected.

id: remote-ui-login
info:
name: Canon Remote UI Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Canon Remote UI login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6815
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: 1
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<th>System Manager ID:</th>'
- type: status
status:
- 200
# digest: 4b0a00483046022100e73a39f2b707a1b8e76b2a1a3d851ca0e6567211a00adb7b3c6bf3c0f68be3a9022100ee9f2681bc1f33a3ad2481d19dac52793fc9574358ce2e6e684355308537bdda: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/remote-ui-login.yaml"

View on Github