The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-35285

CVE-2024-35285: Mitel MiCollab RCE Vulnerability

CVE-2024-35285 is a remote code execution vulnerability in Mitel MiCollab's NuPoint Messenger that allows unauthenticated attackers to execute commands. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-35285 Overview

A critical command injection vulnerability exists in the NuPoint Messenger (NPM) component of Mitel MiCollab through version 9.8.0.33. This vulnerability allows an unauthenticated attacker to execute arbitrary commands on the underlying system due to insufficient parameter sanitization. The flaw is classified under CWE-77 (Command Injection), indicating that user-supplied input is improperly passed to system command execution functions without adequate validation or sanitization.

Critical Impact

Unauthenticated remote attackers can execute arbitrary system commands on vulnerable Mitel MiCollab deployments, potentially leading to complete system compromise, data exfiltration, and lateral movement within enterprise networks.

Affected Products

  • Mitel MiCollab through version 9.8.0.33
  • NuPoint Messenger (NPM) component
  • All deployments without security patches applied

Discovery Timeline

  • October 21, 2024 - CVE-2024-35285 published to NVD
  • July 7, 2025 - Last updated in NVD database

Technical Details for CVE-2024-35285

Vulnerability Analysis

The vulnerability resides in the NuPoint Messenger component of Mitel MiCollab, a unified communications platform widely deployed in enterprise environments. The root cause is insufficient parameter sanitization in user-controllable input fields that are subsequently processed by system-level command execution functions.

Command injection vulnerabilities of this nature occur when an application constructs system commands using untrusted data without proper validation. In the context of NuPoint Messenger, an attacker can craft malicious input containing shell metacharacters or command separators that break out of the intended command context and execute arbitrary commands with the privileges of the application process.

The network-accessible nature of this vulnerability, combined with the lack of authentication requirements, makes it particularly dangerous for internet-exposed deployments. Successful exploitation grants attackers the ability to execute commands with the same privileges as the MiCollab service, which may include access to sensitive voicemail data, configuration files, and the ability to pivot to other systems on the network.

Root Cause

The vulnerability stems from improper input validation in the NuPoint Messenger component. User-supplied parameters are passed directly to command execution functions without adequate sanitization, allowing attackers to inject shell metacharacters and arbitrary commands. This represents a failure to implement proper input validation controls and secure coding practices for handling untrusted data in security-sensitive operations.

Attack Vector

The attack is conducted remotely over the network without requiring any authentication. An attacker can target the NuPoint Messenger component by sending specially crafted requests containing malicious command injection payloads. The vulnerability does not require user interaction, making it suitable for automated exploitation.

The attack flow typically involves:

  1. Identifying a vulnerable Mitel MiCollab deployment with NuPoint Messenger enabled
  2. Crafting a malicious request with command injection payloads in vulnerable parameters
  3. Sending the request to the target system
  4. Achieving command execution with the privileges of the MiCollab service

Due to the lack of verified proof-of-concept code for this vulnerability, specific exploitation techniques should be referenced from the Mitel Security Advisory 24-0013 for technical details.

Detection Methods for CVE-2024-35285

Indicators of Compromise

  • Unusual process spawning from MiCollab or NuPoint Messenger service processes
  • Unexpected outbound network connections from the MiCollab server
  • Suspicious commands in system logs originating from the web application context
  • Unauthorized file modifications or creation in system directories

Detection Strategies

  • Monitor HTTP request logs for common command injection patterns including shell metacharacters (;, |, &&, ||, backticks, $())
  • Implement web application firewall rules to detect and block command injection attempts
  • Deploy network intrusion detection signatures for Mitel MiCollab exploitation attempts
  • Enable comprehensive logging on MiCollab servers and forward logs to SIEM for correlation

Monitoring Recommendations

  • Configure real-time alerting for process execution anomalies on MiCollab servers
  • Monitor for unusual authentication patterns or access to sensitive configuration files
  • Implement file integrity monitoring on critical MiCollab system directories
  • Review network traffic patterns for data exfiltration indicators

How to Mitigate CVE-2024-35285

Immediate Actions Required

  • Apply the security patch referenced in Mitel Security Advisory 24-0013 immediately
  • If patching is not immediately possible, restrict network access to NuPoint Messenger to trusted networks only
  • Review system logs for indicators of past exploitation attempts
  • Implement network segmentation to limit potential lateral movement from compromised systems

Patch Information

Mitel has released security updates to address this vulnerability. Organizations should refer to the Mitel Security Advisory 24-0013 for detailed patching instructions and the latest available software versions. All Mitel MiCollab deployments running version 9.8.0.33 or earlier should be updated to the patched version as soon as possible.

Workarounds

  • Implement network-level access controls to restrict access to NuPoint Messenger endpoints to trusted IP addresses only
  • Deploy a web application firewall (WAF) with command injection detection rules in front of MiCollab
  • Disable NuPoint Messenger functionality if not required for business operations until patching can be completed
  • Enable enhanced logging and monitoring to detect exploitation attempts while awaiting patch deployment
bash
# Example: Network-level access restriction using iptables
# Restrict access to MiCollab services to trusted management networks only
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Note: Adjust ports and IP ranges based on your specific deployment
# Consult Mitel documentation for complete list of service ports

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMitel Micollab

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability4.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Vendor Resources
  • Mitel Security Advisory 24-0013
  • Related CVEs
  • CVE-2024-55550: Mitel MiCollab Information Disclosure Flaw

  • CVE-2024-41713: Mitel MiCollab Path Traversal Flaw

  • CVE-2022-26143: Mitel MiCollab DoS Vulnerability

  • CVE-2024-35286: Mitel MiCollab SQL Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English