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-2026-33989

CVE-2026-33989: Mobile MCP Path Traversal Vulnerability

CVE-2026-33989 is a path traversal flaw in Mobilenexthq Mobile MCP that allows attackers to write files outside intended directories. This article covers the technical details, affected versions, and mitigation steps.

Published: April 2, 2026

CVE-2026-33989 Overview

CVE-2026-33989 is a Path Traversal vulnerability discovered in Mobile Next, an MCP (Model Context Protocol) server designed for mobile development and automation. The vulnerability exists in the @mobilenext/mobile-mcp server package, specifically affecting the mobile_save_screenshot and mobile_start_screen_recording tools. The saveTo and output parameters were passed directly to filesystem operations without proper validation, enabling attackers to write files to arbitrary locations outside the intended workspace directory.

Critical Impact

Attackers can exploit this path traversal vulnerability to write malicious files outside the designated workspace, potentially overwriting critical system files, injecting malicious content, or achieving further compromise of the affected system.

Affected Products

  • Mobile Next MCP Server (@mobilenext/mobile-mcp) versions prior to 0.0.49
  • Node.js deployments running vulnerable Mobile MCP packages
  • Mobile development and automation environments utilizing Mobile Next MCP

Discovery Timeline

  • 2026-03-27 - CVE-2026-33989 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-33989

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The core issue stems from insufficient input validation in the Mobile Next MCP server's file handling operations. When users invoke the mobile_save_screenshot or mobile_start_screen_recording tools, the server accepts user-supplied paths through the saveTo and output parameters respectively. These parameters are then used directly in filesystem write operations without sanitization or boundary checking.

The vulnerability allows an attacker with network access to manipulate the file path parameters by injecting directory traversal sequences (such as ../) to escape the intended workspace directory. This can lead to arbitrary file writes on the underlying system, which presents significant security implications including the ability to overwrite configuration files, plant malicious scripts, or corrupt application data.

Root Cause

The root cause is the direct use of user-supplied input in filesystem operations without implementing path canonicalization or validation against a permitted directory structure. The affected functions failed to:

  1. Normalize the provided path to resolve traversal sequences
  2. Verify the resolved path remains within the designated workspace boundaries
  3. Reject paths containing dangerous traversal patterns

This represents a classic path traversal vulnerability pattern where trust is implicitly placed in user-supplied file paths without proper security controls.

Attack Vector

An attacker can exploit this vulnerability remotely over the network. The attack requires some user interaction, such as triggering a screenshot save or screen recording operation with a malicious path parameter. The attacker crafts a request containing traversal sequences in the saveTo or output parameters.

For example, instead of providing a legitimate path like ./screenshots/capture.png, an attacker could supply a path such as ../../etc/cron.d/malicious to write files outside the workspace. The MCP server processes this path without validation, resulting in file creation at the attacker-specified location.

The vulnerability enables arbitrary file writes but does not directly expose confidential data (no impact to confidentiality). However, the integrity impact is significant as attackers can modify or create files anywhere the server process has write permissions.

Detection Methods for CVE-2026-33989

Indicators of Compromise

  • Unexpected file creations in system directories outside the Mobile MCP workspace
  • Log entries showing file operations with path traversal sequences (../, ..\, or URL-encoded variants)
  • New or modified files in sensitive directories such as /etc/, /var/, or application configuration paths
  • Anomalous MCP server activity involving mobile_save_screenshot or mobile_start_screen_recording calls

Detection Strategies

  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file writes
  • Monitor Mobile MCP server logs for requests containing path traversal patterns in saveTo or output parameters
  • Deploy web application firewall (WAF) rules to detect and block requests with directory traversal sequences
  • Use endpoint detection and response (EDR) solutions to track file system operations originating from the MCP server process

Monitoring Recommendations

  • Enable verbose logging for the Mobile MCP server to capture all file operation requests
  • Set up alerts for file creation events outside the expected workspace directory hierarchy
  • Monitor process behavior for the Node.js process running Mobile MCP for suspicious filesystem access patterns
  • Review audit logs for any attempts to access sensitive system paths from the MCP server context

How to Mitigate CVE-2026-33989

Immediate Actions Required

  • Upgrade @mobilenext/mobile-mcp to version 0.0.49 or later immediately
  • Audit existing deployments for signs of exploitation by checking for unexpected files outside workspace directories
  • Review and restrict filesystem permissions for the user account running the MCP server
  • Implement network segmentation to limit exposure of Mobile MCP server instances

Patch Information

The vulnerability has been addressed in Mobile Next MCP Server version 0.0.49. The fix implements proper path validation to ensure file operations remain within the intended workspace boundaries. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed information about the fix, refer to the GitHub Security Advisory GHSA-3p2m-h2v6-g9mx and the security patch commit.

Workarounds

  • If immediate patching is not possible, consider restricting network access to the Mobile MCP server to trusted sources only
  • Run the MCP server in a containerized or sandboxed environment with minimal filesystem permissions
  • Implement a reverse proxy or application-layer firewall that filters requests containing path traversal patterns
  • Temporarily disable the mobile_save_screenshot and mobile_start_screen_recording features until the patch can be applied
bash
# Upgrade Mobile MCP to the patched version
npm update @mobilenext/mobile-mcp@0.0.49

# Verify the installed version
npm list @mobilenext/mobile-mcp

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMobilenexthq Mobile Mcp

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release Version 0.0.49
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-3p2m-h2v6-g9mx
  • Related CVEs
  • CVE-2026-35394: Mobile MCP RCE 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