Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-24817

CVE-2025-24817: Nokia MantaRay NM RCE Vulnerability

CVE-2025-24817 is a remote code execution flaw in Nokia MantaRay NM caused by OS command injection in the Symptom Collector application. This article covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2025-24817 Overview

Nokia MantaRay NM is vulnerable to an OS command injection vulnerability due to improper neutralization of special elements used in an OS command in the Symptom Collector application. This vulnerability (CWE-78) allows attackers with low-privilege access on an adjacent network to execute arbitrary operating system commands, potentially leading to complete system compromise.

Critical Impact

Successful exploitation enables attackers to execute arbitrary OS commands with elevated privileges, potentially resulting in full system compromise, data exfiltration, and lateral movement within the network management infrastructure.

Affected Products

  • Nokia MantaRay NM (Symptom Collector application)

Discovery Timeline

  • 2026-04-07 - CVE CVE-2025-24817 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2025-24817

Vulnerability Analysis

This OS command injection vulnerability exists within the Symptom Collector application component of Nokia MantaRay NM. The flaw stems from inadequate input validation where user-controlled data is passed directly to operating system command execution functions without proper sanitization. An attacker on an adjacent network segment who has obtained low-privilege authentication can craft malicious input containing shell metacharacters or command separators that bypass intended command boundaries.

The vulnerability requires network adjacency for exploitation, meaning the attacker must be on the same network segment as the target system. While this limits remote exploitation from the internet, it presents significant risk in enterprise environments where network management systems are often deployed on management VLANs accessible to multiple administrators and systems.

Root Cause

The root cause is improper neutralization of special elements used in OS commands (CWE-78). The Symptom Collector application fails to adequately sanitize user-supplied input before incorporating it into operating system command execution. Special characters such as semicolons (;), pipes (|), backticks (`), and command substitution sequences ($(...)) are not properly escaped or filtered, allowing attackers to break out of the intended command context and inject arbitrary commands.

Attack Vector

The attack requires adjacent network access with low-privilege authentication to the MantaRay NM system. An authenticated attacker can submit crafted input to the Symptom Collector application containing OS command injection payloads. When the application processes this input, it constructs and executes shell commands without proper input validation, causing the injected commands to execute with the privileges of the application process.

The vulnerability mechanism involves user input being concatenated directly into command strings. When the application invokes shell execution functions with these unsanitized strings, the attacker's injected commands are interpreted and executed by the underlying operating system. For detailed technical information, refer to the Nokia Security Advisory for CVE-2025-24817.

Detection Methods for CVE-2025-24817

Indicators of Compromise

  • Unusual process spawning from the Symptom Collector application or its parent process
  • Suspicious command-line arguments containing shell metacharacters (;, |, &, `, $())
  • Unexpected network connections originating from the MantaRay NM server
  • Anomalous file system modifications or new files created in unexpected locations
  • Authentication logs showing access to Symptom Collector followed by suspicious system activity

Detection Strategies

  • Monitor process creation events for child processes spawned by the Symptom Collector application
  • Implement network traffic analysis for unusual outbound connections from the management system
  • Enable comprehensive logging on the MantaRay NM system and forward logs to a SIEM for correlation
  • Deploy endpoint detection and response (EDR) solutions capable of detecting command injection patterns

Monitoring Recommendations

  • Configure alerts for shell metacharacter patterns in application input logs
  • Establish baseline behavior for the Symptom Collector application and alert on deviations
  • Monitor for privilege escalation attempts following authenticated sessions
  • Implement file integrity monitoring on critical system directories

How to Mitigate CVE-2025-24817

Immediate Actions Required

  • Apply vendor-provided security patches from Nokia immediately
  • Restrict network access to MantaRay NM to only authorized management stations
  • Review and limit user accounts with access to the Symptom Collector functionality
  • Enable enhanced logging and monitoring on the affected systems
  • Segment network management infrastructure from general user networks

Patch Information

Nokia has released a security advisory addressing this vulnerability. Organizations should consult the Nokia Security Advisory for CVE-2025-24817 for specific patch versions and installation instructions. Apply the latest security updates to remediate this command injection vulnerability.

Workarounds

  • Implement strict network segmentation to limit adjacent network access to the MantaRay NM system
  • Apply principle of least privilege by restricting user accounts that can access Symptom Collector
  • Deploy web application firewall (WAF) or input filtering rules to block common command injection patterns
  • Consider disabling the Symptom Collector feature if not operationally required until patches are applied
bash
# Network access restriction example (firewall rule)
# Restrict access to MantaRay NM management interface to specific admin subnets
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNokia

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Nokia Security Advisory CVE-2025-24817
  • Related CVEs
  • CVE-2025-24818: Nokia MantaRay NM RCE Vulnerability

  • CVE-2025-24819: Nokia MantaRay Path Traversal Flaw

  • CVE-2021-35486: Nokia IMPACT CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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