31 lines
773 B
YAML
31 lines
773 B
YAML
|
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
|
||
|
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
|
||
|
|
||
|
# Enhanced by md on 2023/03/08
|