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-25603

CVE-2026-25603: Linksys MR9600 Path Traversal Flaw

CVE-2026-25603 is a path traversal vulnerability in Linksys MR9600 firmware allowing USB drive contents to be mounted arbitrarily, potentially enabling root-level code execution. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2026-25603 Overview

CVE-2026-25603 is a Path Traversal vulnerability affecting Linksys MR9600 and MX4200 mesh router firmware. The vulnerability allows an attacker with physical access to mount USB drive partition contents to arbitrary locations within the file system. This improper limitation of pathnames can result in the execution of shell scripts with root-level privileges, representing a serious security risk for affected devices.

Critical Impact

Physical attackers can mount USB drive contents to arbitrary file system locations, potentially enabling root-level shell script execution on affected Linksys routers.

Affected Products

  • Linksys MR9600 Firmware version 1.0.4.205530
  • Linksys MX4200 Firmware version 1.0.13.210200
  • Linksys MR9600 Hardware
  • Linksys MX4200 Hardware

Discovery Timeline

  • 2026-02-24 - CVE-2026-25603 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-25603

Vulnerability Analysis

This vulnerability stems from improper path validation when handling USB drive partition mounting operations. When a USB device is connected to the affected Linksys routers, the firmware fails to properly sanitize or restrict the mount path, allowing contents to be mounted to arbitrary locations within the device's file system. The physical attack vector requires direct access to the device's USB port.

The consequences of successful exploitation are severe—an attacker can place malicious shell scripts in locations where they will be automatically executed with root privileges. This effectively provides complete control over the affected router, enabling persistent compromise, network traffic interception, or use of the device as a pivot point for further attacks.

Root Cause

The root cause is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory). The firmware's USB mount handling code does not adequately validate or restrict the destination path for mounting USB partitions. This allows path traversal sequences or absolute paths to redirect the mount operation to sensitive system directories rather than the intended USB storage location.

Attack Vector

The attack requires physical access to the target Linksys router (AV:P) but has low attack complexity once physical access is obtained. No special privileges are required on the device, though user interaction is necessary to complete the attack. An attacker would:

  1. Prepare a malicious USB drive with carefully crafted partition labels or configuration
  2. Connect the USB drive to the target router's USB port
  3. The path traversal vulnerability allows the contents to be mounted to a privileged location
  4. Shell scripts on the USB drive execute with root privileges

The vulnerability mechanism involves the firmware accepting attacker-controlled input that specifies the mount destination without proper sanitization. Technical details regarding the specific exploitation method can be found in the SYSS Security Advisory.

Detection Methods for CVE-2026-25603

Indicators of Compromise

  • Unexpected mount points appearing in non-standard file system locations
  • USB mount operations targeting system directories such as /etc, /bin, or /sbin
  • Presence of unauthorized shell scripts in system startup directories
  • Unusual root-level process execution following USB device connections

Detection Strategies

  • Monitor system logs for USB mount events with suspicious destination paths
  • Implement file integrity monitoring on critical system directories
  • Deploy network-level anomaly detection to identify compromised router behavior
  • Perform regular firmware version audits to identify vulnerable devices

Monitoring Recommendations

  • Enable verbose logging for USB subsystem events if supported by the firmware
  • Monitor for unexpected outbound connections from router management interfaces
  • Track changes to router configuration that may indicate persistent compromise
  • Implement network segmentation to limit the impact of a compromised router

How to Mitigate CVE-2026-25603

Immediate Actions Required

  • Disable USB storage functionality on affected routers if not required
  • Restrict physical access to Linksys MR9600 and MX4200 devices
  • Monitor Linksys security advisories for firmware updates addressing this vulnerability
  • Consider replacing affected devices with models that have received security patches

Patch Information

As of the last NVD update on 2026-02-26, users should check the SYSS Security Advisory for the latest information on available patches. Contact Linksys support for firmware update availability.

Affected firmware versions:

  • MR9600: 1.0.4.205530
  • MX4200: 1.0.13.210200

Workarounds

  • Physically secure routers in locked network closets or cabinets to prevent unauthorized USB access
  • Disable USB file sharing features through the router administration interface if possible
  • Implement network monitoring to detect compromised router behavior patterns
  • Consider deploying endpoint protection solutions that can detect anomalous network gateway behavior
bash
# Example: Restrict physical access and disable USB sharing
# Access router admin panel at http://192.168.1.1 (default)
# Navigate to: Administration > Storage > USB Storage
# Set USB Storage: Disabled
# Apply changes and reboot router

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLinksys Mr9600

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • SYSS Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server 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