What is Mitel MiCollab?
Mitel MiCollab is a unified communications platform providing voice, video, messaging, and collaboration services for enterprise environments. It integrates with phone systems, supports remote work connectivity, and handles internal communications for organizations in healthcare, government, education, and enterprise sectors. MiCollab servers process significant organizational communication data and are often accessible from the internet for remote worker connectivity — making them a target for threat actors seeking to intercept communications, steal credentials, or gain initial access to enterprise networks.
Overview
CVE-2024-55550 is a path traversal vulnerability in Mitel MiCollab that allows an authenticated attacker with administrative privileges to read arbitrary local files on the server. On its own, the low CVSS score (2.7) and admin authentication requirement make this appear minor. However, CVE-2024-55550 becomes critical when chained with CVE-2024-41713 — a separate unauthenticated path traversal in MiCollab's NuPoint Unified Messaging component (CVSS 9.1) that allows authentication bypass. Together, the chain enables unauthenticated, remote attackers to read arbitrary files on MiCollab servers, including configuration files containing credentials. Both vulnerabilities were discovered by watchTowr Labs and linked to ransomware exploitation activity.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Mitel MiCollab | < 9.8 SP2 (9.8.1326.101) | 9.8 SP2 |
Technical Details
CWE-22 (Path Traversal). MiCollab's administrative interface contains an endpoint that accepts a file path parameter to read server-side content. Insufficient input validation fails to prevent directory traversal sequences (../), allowing the path to escape the intended directory and access arbitrary files on the underlying Linux filesystem. An admin-authenticated attacker can read system files such as /etc/passwd, application configuration files containing database credentials, TLS private keys, or other sensitive data stored on the MiCollab server.
The exploitation chain with CVE-2024-41713 works as follows:
- CVE-2024-41713 (unauthenticated): A path traversal in the NuPoint Unified Messaging (NPM) component allows an unauthenticated attacker to access application URLs that should require authentication — effectively bypassing the authentication requirement
- CVE-2024-55550 (auth required → bypassed by step 1): With authentication bypassed, the attacker can now invoke the path traversal to read arbitrary files
The combined chain achieves unauthenticated arbitrary file read — a critical severity exploit from two separately-scored medium and low vulnerabilities.
Discovery
Both CVE-2024-41713 and CVE-2024-55550 were discovered by watchTowr Labs, who published detailed technical research on December 5, 2024, after Mitel released patches. watchTowr's research demonstrated the full exploit chain and identified the critical impact of combining the two vulnerabilities. The KEV addition in January 2025 confirmed active exploitation, with ransomware actor involvement noted in CISA's catalog.
Exploitation Context
The ransomware connection (ransomwareUse: true in CISA's catalog) indicates that ransomware-affiliated actors incorporated the CVE-2024-41713 + CVE-2024-55550 chain into their initial access toolkit. MiCollab's role as an enterprise communication platform means a compromised server can yield credentials for internal systems, VoIP infrastructure configuration, directory service integration details, and potentially direct access to user communications — valuable both for data theft and as initial access for ransomware deployment.
The gap between patch (November 2024) and KEV addition (January 2025) is short — approximately six weeks — suggesting rapid exploitation after watchTowr's December technical publication made the attack details public.
Remediation
- Upgrade Mitel MiCollab to version 9.8 SP2 (9.8.1326.101) or later immediately — both CVE-2024-55550 and CVE-2024-41713 are patched in this release.
- Also ensure CVE-2024-41713 (NuPoint path traversal) is patched — the combination creates an unauthenticated exploit chain more severe than either vulnerability alone.
- After patching, review MiCollab application and access logs for signs of exploitation — look for path traversal patterns (repeated
../sequences) in HTTP access logs, unexpected file access patterns, or authentication anomalies. - Restrict MiCollab administrative interface access to trusted management networks — the admin-auth requirement for CVE-2024-55550 alone provides some protection if admin access is properly controlled.
- Rotate credentials stored in MiCollab configuration files if exploitation cannot be ruled out — database passwords, integration credentials, and service account passwords may have been exposed.
- Consider placing MiCollab behind a VPN or restricting external access if remote worker connectivity allows, to reduce the internet-facing attack surface.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2024-55550 |
| Vendor / Product | Mitel — MiCollab |
| NVD Published | 2024-12-10 |
| NVD Last Modified | 2025-11-04 |
| CVSS 3.1 Score | 2.7 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N |
| Severity | LOW |
| CWE | CWE-22 find similar ↗ |
| CISA KEV Added | 2025-01-07 |
| CISA KEV Deadline | 2025-01-28 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2024-10-09 | watchTowr Labs reports CVE-2024-41713 (unauthenticated path traversal) to Mitel |
| 2024-11-19 | Mitel releases MiCollab 9.8 SP2 (9.8.1326.101) patching CVE-2024-41713; CVE-2024-55550 also addressed |
| 2024-12-05 | watchTowr Labs publishes full technical research on both vulnerabilities |
| 2024-12-10 | CVE-2024-55550 formally published |
| 2025-01-07 | CISA adds CVE-2024-55550 to Known Exploited Vulnerabilities catalog (alongside CVE-2024-41713) |
| 2025-01-28 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Mitel Security Advisory MISA-2024-0029 | Vendor Advisory |
| NVD — CVE-2024-55550 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |