漏洞描述
Under the /cgi-bin/nobody folder every CGI script can be accessed without authentication.
fofa: app="AVTECH-视频监控"
id: avtech-dvr-exposure
info:
name: Avtech AVC798HA DVR Information Exposure
author: geeknik
severity: low
verified: true
description: |-
Under the /cgi-bin/nobody folder every CGI script can be accessed without authentication.
fofa: app="AVTECH-视频监控"
reference:
- http://www.avtech.com.tw/
tags: avtech,dvr,exposure
created: 2023/06/24
rules:
r0:
request:
method: GET
path: /cgi-bin/nobody/Machine.cgi?action=get_capability
expression: response.status == 200 && response.body.bcontains(b"Firmware.Version=") && response.body.bcontains(b"MACAddress=") && response.body.bcontains(b"Product.Type=")
expression: r0()