motive-eim-panel: Motive eSIM Secure Connect Panel - Exposure Detection

2025-08-01 Motive eSIM Secure Connect Panel PoC Public

Description

Detects exposed Motive eSIM Secure Connect (EIM) panels used for managing eSIM/iSIM provisioning. Public access to these interfaces may allow attackers to view or interact with sensitive operations such as EID management and bulk provisioning, leading to information disclosure or unauthorized control over IoT/mobile connectivity services.

PoC

id: motive-eim-panel

info:
  name: Motive eSIM Secure Connect Panel - Exposure Detection
  author: miguelse
  severity: high
  description: |
    Detects exposed Motive eSIM Secure Connect (EIM) panels used for managing eSIM/iSIM provisioning. Public access to these interfaces may allow attackers to view or interact with sensitive operations such as EID management and bulk provisioning, leading to information disclosure or unauthorized control over IoT/mobile connectivity services.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
    cvss-score: 8.6
    cwe-id: CWE-200
  reference:
    - https://motive.com/eim
  metadata:
    verified: true
    max-request: 1
    vendor: motive_software_solutions
    product: motive_esim
    google-query:
      - inurl:"bulk-profile-operation"
      - inurl:"eid-management"
      - inurl:"eid-management-new"
  tags: panel,motive,eim,esim,iot,discovery

http:
  - method: GET
    path:
      - '{{BaseURL}}/eIMConfiguration'
      - '{{BaseURL}}/eid-management'
      - '{{BaseURL}}/eid-management-new'
      - '{{BaseURL}}/bulk-profile-operation'

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - <title>EIM</title>

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100bbff50360ea085be760567f3f0e96d2c1a003eae8aef4479681342bad88bb6db02200a2222ae37e8748790d8d0508801df4d0af70e77eea8c690d55d59b06fdcd7c1:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities