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

CVE-2025-34117: Netcore/Netis Router RCE Vulnerability

CVE-2025-34117 is a remote code execution vulnerability in Netcore and Netis routers caused by an undocumented backdoor on UDP port 53413. This article covers technical details, affected firmware versions, and mitigation strategies.

Published: April 1, 2026

CVE-2025-34117 Overview

A critical remote code execution vulnerability exists in multiple Netcore and Netis router models with firmware released prior to August 2014. The vulnerability stems from the presence of an undocumented backdoor listener on UDP port 53413 that allows unauthenticated remote attackers to execute arbitrary commands on affected devices.

The backdoor uses a hardcoded authentication mechanism and accepts shell commands post-authentication, effectively bypassing all router security controls. This firmware-level vulnerability represents a severe supply chain security issue, as the backdoor was intentionally embedded in the router firmware. Some device models include a non-standard implementation of the echo command, which may affect exploitability.

Critical Impact

Unauthenticated remote attackers can gain complete control of affected routers by sending specially crafted UDP packets to port 53413, enabling network traffic interception, lateral movement, and persistent access to internal networks.

Affected Products

  • Netcore routers with firmware released prior to August 2014
  • Netis routers with firmware released prior to August 2014
  • Exact model and version boundaries remain undocumented by the vendor

Discovery Timeline

  • 2025-07-16 - CVE-2025-34117 published to NVD
  • 2025-07-17 - Last updated in NVD database

Technical Details for CVE-2025-34117

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw exists because the affected routers contain an intentionally embedded backdoor service that listens on UDP port 53413 on the WAN interface.

When an attacker sends a specially crafted UDP packet to this port, the router's firmware processes the request through a hardcoded authentication check. Upon successful authentication using known credentials, the backdoor grants shell access to the attacker, allowing execution of arbitrary system commands with root privileges on the underlying Linux-based router operating system.

The network-accessible nature of this vulnerability, combined with no authentication requirements for initial access and low attack complexity, makes exploitation trivial for remote attackers. The vulnerability has an EPSS score of 50.3% (97.81st percentile), indicating a high probability of active exploitation.

Root Cause

The root cause is an intentionally embedded backdoor listener in the router firmware that binds to UDP port 53413 on all network interfaces, including the WAN-facing interface. This backdoor was apparently included during the manufacturing process and uses a hardcoded authentication mechanism that cannot be disabled or modified by end users. The service accepts shell commands after authentication, providing direct command execution capabilities without any access controls or logging.

Attack Vector

The attack vector is network-based, requiring the attacker to have network visibility to UDP port 53413 on the target router's WAN interface. Exploitation involves sending crafted UDP packets containing authentication credentials followed by shell commands.

The attack flow typically follows these steps:

  1. Attacker scans for vulnerable routers by probing UDP port 53413
  2. Upon receiving a response indicating an active backdoor, the attacker sends authentication credentials
  3. After successful authentication, the attacker sends arbitrary shell commands
  4. Commands execute with root privileges on the router's embedded Linux system

A Metasploit module (netcore_udp_53413_backdoor) is publicly available that automates this exploitation process, as documented in the Metasploit Framework repository. Additional exploit code is available via Exploit-DB #43387.

Detection Methods for CVE-2025-34117

Indicators of Compromise

  • Unexpected UDP traffic to or from port 53413 on router interfaces
  • Outbound connections from router management interface to unknown external IP addresses
  • Unauthorized DNS configuration changes or traffic redirection
  • Modified router firmware or configuration files

Detection Strategies

  • Configure network monitoring to alert on any UDP traffic to/from port 53413
  • Deploy intrusion detection system (IDS) rules to detect known exploitation patterns targeting Netcore/Netis backdoor
  • Monitor for Metasploit signature patterns associated with netcore_udp_53413_backdoor module
  • Implement network segmentation to isolate potentially affected legacy routers

Monitoring Recommendations

  • Enable logging on perimeter firewalls to capture UDP port 53413 activity
  • Subscribe to threat intelligence feeds that track vulnerable Netcore/Netis router activity, such as the Shadowserver vulnerability scan reports
  • Periodically audit network infrastructure for legacy or end-of-life router equipment
  • Monitor router configurations for unauthorized changes to DNS servers, routing tables, or firewall rules

How to Mitigate CVE-2025-34117

Immediate Actions Required

  • Block UDP port 53413 inbound and outbound at the network perimeter firewall immediately
  • Identify and inventory all Netcore and Netis router devices in the environment
  • Isolate affected routers from production networks until remediation is complete
  • Replace affected routers with supported hardware from vendors with strong security track records

Patch Information

No official vendor patch is available for this vulnerability. The affected firmware was released prior to August 2014, and exact version boundaries remain undocumented by the vendor. Organizations should treat this as an end-of-life vulnerability requiring hardware replacement rather than patching.

For additional technical details, refer to the VulnCheck Security Advisory and Trend Micro's technical analysis.

Workarounds

  • Block UDP port 53413 at all network boundaries using firewall rules
  • If the router supports it, configure access control lists (ACLs) to prevent external access to the management interface
  • Place affected routers behind a separate firewall that blocks port 53413 traffic
  • Implement network segmentation to minimize the impact of a compromised router
bash
# Firewall rule example (iptables) to block backdoor port
iptables -A INPUT -p udp --dport 53413 -j DROP
iptables -A OUTPUT -p udp --sport 53413 -j DROP
iptables -A FORWARD -p udp --dport 53413 -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/TechNetcore

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability50.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Metasploit Backdoor Exploit

  • Vulners Metasploit Exploit

  • Trend Micro Blog Analysis

  • Exploit-DB #43387

  • Seebug VulDB #90227

  • Shadowserver Network Vulnerability Report

  • Vulncheck Security Advisory
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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