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

CVE-2025-57105: Dlink Di-7400g+ Firmware RCE Vulnerability

CVE-2025-57105 is a command injection RCE vulnerability in Dlink Di-7400g+ Firmware that enables attackers to execute arbitrary commands on the device. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-57105 Overview

CVE-2025-57105 is a critical command injection vulnerability affecting the D-Link DI-7400G+ router. This firmware vulnerability allows remote attackers to execute arbitrary commands on the affected device without authentication. The vulnerability exists in the jhttpd program, specifically within the sub_478D28 function in mng_platform.asp and the sub_4A12DC function in wayos_ac_server.asp, where the ac_mng_srv_host parameter is improperly handled.

Critical Impact

Remote attackers can achieve full device compromise through unauthenticated command injection, potentially leading to complete network infrastructure takeover, data exfiltration, and lateral movement within connected networks.

Affected Products

  • D-Link DI-7400G+ Firmware version 19.12.25A1
  • D-Link DI-7400G+ Hardware Revision A1
  • D-Link DI-7400G+ Router (all configurations running vulnerable firmware)

Discovery Timeline

  • 2025-08-22 - CVE-2025-57105 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2025-57105

Vulnerability Analysis

This command injection vulnerability (CWE-77) stems from improper neutralization of special elements used in command construction. The D-Link DI-7400G+ router's web management interface processes user-supplied input through the ac_mng_srv_host parameter without adequate sanitization or validation. When this parameter is passed to the vulnerable functions sub_478D28 and sub_4A12DC within the jhttpd web server process, an attacker can inject shell metacharacters and arbitrary commands that are subsequently executed with the privileges of the web server process.

The network-accessible nature of this vulnerability, combined with the lack of authentication requirements, makes it particularly dangerous for internet-exposed devices. Successful exploitation grants attackers the ability to execute commands with elevated privileges on the underlying embedded Linux operating system.

Root Cause

The root cause of CVE-2025-57105 lies in insufficient input validation within the jhttpd program. The ac_mng_srv_host parameter, intended to accept hostname or IP address values, is passed directly to system command execution functions without proper sanitization. This allows shell metacharacters such as semicolons (;), pipes (|), and command substitution operators ($() or backticks) to break out of the intended command context and execute attacker-controlled commands.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction. An attacker can craft malicious HTTP requests targeting the mng_platform.asp or wayos_ac_server.asp endpoints with a weaponized ac_mng_srv_host parameter value. The injected commands execute in the context of the jhttpd web server process, typically running with root or elevated privileges on embedded devices. This provides attackers with the ability to modify device configurations, install persistent backdoors, intercept network traffic, or pivot to other systems on the network.

The vulnerability is particularly concerning for devices exposed to the internet or accessible from untrusted network segments. Exploitation requires only the ability to send HTTP requests to the device's management interface.

Detection Methods for CVE-2025-57105

Indicators of Compromise

  • Unexpected outbound network connections from the router to unknown IP addresses or command-and-control infrastructure
  • Unusual process spawning from the jhttpd process, particularly shells (/bin/sh, /bin/bash) or network utilities (wget, curl, tftp)
  • Modified configuration files or unauthorized firmware changes on the device
  • HTTP access logs showing requests to mng_platform.asp or wayos_ac_server.asp with suspicious ac_mng_srv_host parameter values containing shell metacharacters

Detection Strategies

  • Deploy network intrusion detection systems (IDS/IPS) with signatures designed to detect command injection patterns in HTTP traffic targeting D-Link management interfaces
  • Monitor HTTP request logs for requests containing shell metacharacters (;, |, &, $(), backticks) in the ac_mng_srv_host parameter
  • Implement web application firewall (WAF) rules to block requests with command injection payloads targeting the vulnerable ASP endpoints
  • Conduct regular firmware integrity verification to detect unauthorized modifications

Monitoring Recommendations

  • Enable comprehensive logging on network perimeter devices to capture traffic to and from D-Link router management interfaces
  • Configure SIEM alerts for anomalous behavior patterns from IoT and network infrastructure devices
  • Implement network segmentation monitoring to detect lateral movement attempts originating from compromised routers
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring embedded device behavior where applicable

How to Mitigate CVE-2025-57105

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted administrative networks only using firewall rules or access control lists
  • Disable remote management features if not required for operations
  • Implement network segmentation to isolate vulnerable devices from critical network resources
  • Monitor the D-Link Security Bulletin page for firmware updates addressing this vulnerability

Patch Information

At the time of publication, users should check the D-Link DI-7400 Technical Support page for the latest firmware updates. D-Link customers are advised to regularly check for security advisories and apply patches as they become available. Additional technical details regarding this vulnerability can be found at the GitHub IoT Proof of Concept repository.

Workarounds

  • Configure firewall rules to block external access to the web management interface (typically TCP ports 80 and 443)
  • Place the router behind a VPN gateway requiring authentication before management access is permitted
  • Implement IP whitelisting to restrict management interface access to specific administrative workstations only
  • Consider replacing vulnerable devices with newer models that receive regular security updates if patches are not available
bash
# Example iptables rules to restrict management interface access
# Block external access to web management ports
iptables -A INPUT -p tcp --dport 80 -s ! 192.168.1.0/24 -j DROP
iptables -A INPUT -p tcp --dport 443 -s ! 192.168.1.0/24 -j DROP

# Allow management access only from specific admin workstation
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.100 -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDlink

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.30%

  • 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-77
  • Technical References
  • DI-7400 Product Information

  • GitHub IoT Proof of Concept

  • D-Link DI-7400 Technical Support

  • D-Link Security Bulletin
  • Related CVEs
  • CVE-2026-4465: D-Link DIR-513 RCE Vulnerability

  • CVE-2026-4210: D-Link DNR-202L Firmware RCE Vulnerability

  • CVE-2026-4209: D-Link DNR-202L Firmware RCE Vulnerability

  • CVE-2026-4207: D-Link DNR-202L Firmware 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