Skip to content

Canon R-ADV C3325 - Unauth

ID: canon-c3325-unauth

Severity: high

Author: ritikchaddha

Tags: canon,c3325,unauth,exposure

Canon R-ADV C3325 unauthenticated dashboard has been exposed.

id: canon-c3325-unauth
info:
name: Canon R-ADV C3325 - Unauth
author: ritikchaddha
severity: high
description: |
Canon R-ADV C3325 unauthenticated dashboard has been exposed.
metadata:
verified: true
max-request: 1
shodan-query: title:"c3325"
tags: canon,c3325,unauth,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "writeln('Log Out"
- "Remote UI : Portal"
condition: and
- type: status
status:
- 200
# digest: 480a0045304302205809abf286c5c89426643257ae54a6be90fc498d0f259227f40b212f4100ed0d021f503554cabe99ecda3d73e1dfd68cd723c4ef14d7a3bcb2eb03b65132d51ca3: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/canon-c3325-unauth.yaml"

View on Github