acemanager-login: ACEmanager Detection

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

漏洞描述

ACEManager was detected. ACEManager is a configuration and diagnostic tool for the Sierra Wireless AirLink Raven modems. FOFA: app="ACEmanager"

PoC代码[已公开]

id: acemanager-login

info:
  name: ACEmanager Detection
  author: pussycat0x
  severity: info
  verified: true
  description: |
    ACEManager was detected. ACEManager is a configuration and diagnostic tool for the Sierra Wireless AirLink Raven modems.
    FOFA: app="ACEmanager"
  tags: panel,login,tech,acemanager
  created: 2023/06/17

rules:
  r0:
    request:
      method: GET
      path: /
    expression: |
      response.status == 200 && 
      response.body.ibcontains(b'<title>::: ACEmanager :::</title>')
expression: r0()

相关漏洞推荐