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
    • 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-55423

CVE-2025-55423: ipTIME Router Command Injection RCE Flaw

CVE-2025-55423 is a command injection vulnerability in ipTIME routers affecting the upnp_relay() function, enabling remote code execution. This article covers the technical details, affected models, and mitigation.

Published: January 23, 2026

CVE-2025-55423 Overview

A critical command injection vulnerability has been identified in multiple ipTIME router models affecting the upnp_relay() function. The vulnerability exists because the controlURL value, which is used to pass port-forwarding information to an upper router, is passed directly to the system() function without proper validation or sanitization. This allows remote attackers to execute arbitrary OS commands on affected devices.

Critical Impact

Remote attackers can achieve complete system compromise on affected ipTIME routers by injecting malicious commands through the unsanitized controlURL parameter, potentially leading to full device takeover, network infiltration, and persistent backdoor access.

Affected Products

  • Multiple ipTIME router models (see GitHub Affected Products JSON for complete list)
  • ipTIME routers with UPnP relay functionality enabled
  • Devices running vulnerable firmware versions

Discovery Timeline

  • 2026-01-20 - CVE-2025-55423 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2025-55423

Vulnerability Analysis

This command injection vulnerability (CWE-94: Improper Control of Generation of Code) resides in the UPnP relay functionality of ipTIME routers. The vulnerable upnp_relay() function processes port-forwarding requests and communicates with upstream routers. When handling the controlURL parameter, the function fails to implement proper input validation or sanitization before passing the value to the system() function.

The network-accessible nature of this vulnerability, combined with the lack of authentication requirements and user interaction, makes it particularly dangerous. Attackers can exploit this flaw remotely without any privileges to execute arbitrary operating system commands with the same permissions as the router's web service process, typically root-level access on embedded devices.

Root Cause

The root cause of this vulnerability is improper input validation in the upnp_relay() function. The controlURL parameter, which is intended to contain a URL for UPnP communication with upstream routers, is directly concatenated into a command string and executed via the system() function. This classic command injection pattern allows attackers to break out of the intended command context by injecting shell metacharacters (such as ;, |, &, or backticks) followed by malicious commands.

Attack Vector

The attack vector is network-based, allowing remote exploitation without authentication. An attacker can craft a malicious UPnP request containing shell metacharacters and commands within the controlURL parameter. When the vulnerable upnp_relay() function processes this request, the injected commands are executed on the underlying operating system.

A typical attack scenario involves:

  1. The attacker sends a crafted UPnP request to the target router
  2. The malicious controlURL value contains embedded OS commands
  3. The upnp_relay() function passes the unsanitized value to system()
  4. The injected commands execute with router-level privileges

For detailed technical information about the exploitation mechanism, refer to the GitHub CVE-2025-55423 README.

Detection Methods for CVE-2025-55423

Indicators of Compromise

  • Unusual outbound connections from router management interfaces to unknown external hosts
  • Unexpected processes running on the router that are not part of normal firmware operation
  • Modifications to router configuration files or persistent storage
  • UPnP service logs showing malformed or suspicious controlURL values containing shell metacharacters

Detection Strategies

  • Monitor network traffic for anomalous UPnP SOAP requests targeting the router's UPnP endpoint
  • Implement IDS/IPS rules to detect command injection patterns in UPnP traffic (semicolons, pipes, backticks in URL parameters)
  • Review router logs for failed or suspicious UPnP relay operations
  • Deploy network behavioral analysis to identify post-exploitation activities such as reverse shells or data exfiltration

Monitoring Recommendations

  • Enable verbose logging on affected ipTIME routers if available
  • Configure SIEM rules to alert on potential command injection patterns in network traffic
  • Implement network segmentation to isolate IoT and router devices from critical network segments
  • Regularly audit router configurations for unauthorized changes

How to Mitigate CVE-2025-55423

Immediate Actions Required

  • Check if your ipTIME router model is affected using the affected products list
  • Disable UPnP functionality on affected routers until a patch is available
  • Restrict network access to router management interfaces to trusted networks only
  • Monitor for vendor firmware updates from ipTIME

Patch Information

Refer to the ipTIME Documentation Resource for official firmware updates and security advisories. Users should apply the latest firmware version as soon as it becomes available from the vendor.

Workarounds

  • Disable UPnP relay functionality on affected devices to eliminate the attack surface
  • Implement firewall rules to block external access to UPnP services (typically UDP port 1900 and related TCP ports)
  • Place affected routers behind an additional firewall that can filter malicious UPnP requests
  • Consider network segmentation to limit the potential impact of a compromised router
bash
# Example: Block UPnP traffic at perimeter firewall (iptables)
iptables -A INPUT -p udp --dport 1900 -j DROP
iptables -A INPUT -p tcp --dport 5000 -j DROP
iptables -A INPUT -p tcp --dport 49152:65535 -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/TechIptime

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.19%

  • 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-94
  • Technical References
  • Google Docs Spreadsheet

  • GitHub CVE-2025-55423 README

  • GitHub Affected Products JSON

  • ipTIME Documentation Resource
  • Related CVEs
  • CVE-2026-24498: ipTIME Router Auth Bypass 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