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

CVE-2025-11338: D-Link DI-7100G Buffer Overflow Flaw

CVE-2025-11338 is a buffer overflow vulnerability in D-Link DI-7100G C1 Firmware affecting the jhttpd component. Attackers can exploit this remotely via the openid parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 1, 2026

CVE-2025-11338 Overview

A buffer overflow vulnerability has been discovered in the D-Link DI-7100G C1 router firmware up to version 20250928. This vulnerability affects the function sub_4C0990 within the file /webchat/login.cgi of the jhttpd component. Remote attackers can exploit this flaw by manipulating the openid argument, potentially leading to arbitrary code execution or system compromise on affected devices.

Critical Impact

This network-accessible buffer overflow vulnerability allows remote attackers to potentially execute arbitrary code or cause system instability on affected D-Link DI-7100G C1 routers through malicious manipulation of the openid parameter.

Affected Products

  • D-Link DI-7100G C1 Firmware (up to version 2025-09-28)
  • D-Link DI-7100G C1 Hardware

Discovery Timeline

  • 2025-10-06 - CVE-2025-11338 published to NVD
  • 2025-11-19 - Last updated in NVD database

Technical Details for CVE-2025-11338

Vulnerability Analysis

This vulnerability is classified as a buffer overflow (CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer). The flaw exists in the D-Link DI-7100G C1 router's web interface component, specifically within the jhttpd web server that handles HTTP requests.

The vulnerable function sub_4C0990 processes user-supplied input from the openid argument in the /webchat/login.cgi endpoint. When an attacker provides a specially crafted, oversized input value for this parameter, the function fails to properly validate the buffer boundaries, resulting in a classic buffer overflow condition.

This type of memory corruption vulnerability in embedded network devices is particularly concerning because routers often serve as network perimeters and their compromise can lead to broader network infiltration, traffic interception, or pivot attacks against internal systems.

Root Cause

The root cause of this vulnerability is improper input validation and boundary checking within the sub_4C0990 function. When processing the openid parameter from incoming HTTP requests to /webchat/login.cgi, the function does not adequately verify the length of user-supplied data before copying it into a fixed-size buffer. This allows attackers to overflow the buffer with excessive data, potentially overwriting adjacent memory regions including return addresses or function pointers.

Attack Vector

The vulnerability is exploitable remotely via network access to the router's web management interface. An attacker with low-level authentication privileges can send malicious HTTP requests to the /webchat/login.cgi endpoint with a crafted openid parameter value designed to trigger the buffer overflow. According to the vulnerability disclosure, an exploit has been published and may be actively used in attacks.

The attack can be performed without user interaction, making it suitable for automated exploitation. Network-accessible D-Link DI-7100G C1 routers with exposed management interfaces are at particular risk.

Technical details regarding the exploitation mechanism can be found in the Yuque Security Documentation and the VulDB entry #327221.

Detection Methods for CVE-2025-11338

Indicators of Compromise

  • Unexpected HTTP requests to /webchat/login.cgi containing abnormally long openid parameter values
  • Crash or restart events of the jhttpd service on D-Link DI-7100G C1 devices
  • Unusual outbound network connections from the router suggesting potential compromise
  • Memory access violation errors in device logs

Detection Strategies

  • Monitor network traffic for HTTP requests to /webchat/login.cgi with openid parameters exceeding expected length thresholds
  • Deploy intrusion detection system (IDS) rules to identify buffer overflow attack patterns targeting D-Link devices
  • Implement web application firewall (WAF) rules to filter malicious requests to known vulnerable endpoints
  • Review router logs for service crashes or unexpected restarts of the web management component

Monitoring Recommendations

  • Enable comprehensive logging on D-Link DI-7100G C1 devices and forward logs to a centralized SIEM solution
  • Set up alerts for multiple failed authentication attempts or unusual access patterns to the web interface
  • Conduct regular vulnerability scans of network infrastructure to identify exposed management interfaces
  • Monitor for any publicly released exploit tools targeting this CVE

How to Mitigate CVE-2025-11338

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted IP addresses only
  • Disable remote management access if not required for operations
  • Place affected D-Link DI-7100G C1 devices behind a firewall that filters access to management ports
  • Monitor the D-Link official support page for firmware updates addressing this vulnerability

Patch Information

At the time of publication, no official patch has been released by D-Link for this vulnerability. Organizations should monitor D-Link's official security advisories and support channels for firmware updates. Given that exploits are publicly available, prioritizing mitigation measures is critical until a patch becomes available.

For additional technical details, refer to the VulDB submission #664619.

Workarounds

  • Implement network segmentation to isolate affected devices from critical network assets
  • Use VPN or SSH tunneling for any necessary remote access to the device management interface
  • Configure access control lists (ACLs) to limit management interface access to specific trusted hosts
  • Consider temporarily disabling the web management interface and using alternative management methods if available
bash
# Example firewall rule to restrict access to router management interface
# Allow management access only from trusted admin network
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# Block external access to vulnerable endpoint
iptables -A INPUT -p tcp --dport 80 -i eth0 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechDlink Di 7100g C1

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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-119
  • Technical References
  • VulDB CTI ID #327221

  • VulDB #327221

  • VulDB Submission #664619

  • D-Link Official Website

  • Yuque Security Documentation
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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