Skip to content

Panasonic Network Camera Management System - Detect

ID: panasonic-network-management

Severity: medium

Author: dhiyaneshDk

Tags: iot,camera,panasonic,edb

Panasonic Network Camera Management System page with live views was detected.

id: panasonic-network-management
info:
name: Panasonic Network Camera Management System - Detect
author: dhiyaneshDk
severity: medium
description: Panasonic Network Camera Management System page with live views was detected.
reference:
- https://www.exploit-db.com/ghdb/6487
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 1
tags: iot,camera,panasonic,edb
http:
- method: GET
path:
- "{{BaseURL}}/config/cam_portal.cgi"
matchers-condition: and
matchers:
- type: word
words:
- '<TITLE>Panasonic Network Camera Management System</TITLE>'
part: body
- type: status
status:
- 200
# digest: 490a0046304402200237072b1ed1f1c4d1b0ad8c6bb5b9939d9a37614ff90ee8b9856da8979f019102204370cea382f6a5ce5708063ccd0b736eab89e3269e15afeae27484250b1692da: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/iot/panasonic-network-management.yaml"

View on Github