Skip to content

AVTECH AVC798HA DVR - Information Exposure

ID: avtech-dvr-exposure

Severity: low

Author: geeknik

Tags: dvr,exposure,avtech,panel

AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

id: avtech-dvr-exposure
info:
name: AVTECH AVC798HA DVR - Information Exposure
author: geeknik
severity: low
description: AVTECH AVC798HA DVR is susceptible to information exposure. CGI scripts in the /cgi-bin/nobody directory can be accessed without authentication. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
- http://www.avtech.com.tw/
metadata:
max-request: 1
tags: dvr,exposure,avtech,panel
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/nobody/Machine.cgi?action=get_capability"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Firmware.Version="
- "MACAddress="
- "Product.Type="
condition: and
# digest: 4a0a00473045022100b3bbbda9ea4b60c62836efde2e17986162106074e9419c5870dd20c984313c600220344ef792093c41e0c66583871b08e4adb672ed60ab95d99383291b608a8511b3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/avtech-dvr-exposure.yaml"

View on Github