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-2026-2191

CVE-2026-2191: Tenda AC9 Buffer Overflow Vulnerability

CVE-2026-2191 is a stack-based buffer overflow flaw in Tenda AC9 Firmware affecting the formGetDdosDefenceList function. This remotely exploitable vulnerability poses serious security risks. Explore technical details.

Published: February 13, 2026

CVE-2026-2191 Overview

A stack-based buffer overflow vulnerability has been identified in the Tenda AC9 router running firmware version 15.03.06.42_multi. The vulnerability exists in the formGetDdosDefenceList function, which improperly handles the security.ddos.map argument. When manipulated by an attacker, this input validation failure leads to a classic stack-based buffer overflow condition. The vulnerability can be exploited remotely over the network by authenticated attackers with high privileges, potentially leading to complete device compromise including confidentiality, integrity, and availability impacts.

Critical Impact

Remote exploitation of this stack-based buffer overflow can allow attackers to execute arbitrary code on the affected Tenda AC9 router, potentially gaining full control of the network device and using it as a pivot point for further attacks on the internal network.

Affected Products

  • Tenda AC9 Firmware version 15.03.06.42_multi
  • Tenda AC9 Hardware

Discovery Timeline

  • February 8, 2026 - CVE-2026-2191 published to NVD
  • February 10, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2191

Vulnerability Analysis

This vulnerability is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), indicating a fundamental failure in memory boundary management within the affected firmware. The formGetDdosDefenceList function processes DDoS defense configuration data without adequately validating the size of input received through the security.ddos.map parameter.

When an attacker supplies a specially crafted, oversized input to this parameter, the function copies this data to a fixed-size stack buffer without proper bounds checking. This allows the attacker to overwrite adjacent memory on the stack, including critical control flow data such as return addresses and saved frame pointers.

The network-accessible nature of this vulnerability significantly increases its risk profile. While high privileges are required for exploitation, authenticated administrative access to IoT devices like routers is often easier to obtain through default credentials, credential reuse, or other authentication bypass techniques common in embedded device environments.

Root Cause

The root cause of CVE-2026-2191 lies in insufficient input validation and unsafe memory handling practices within the formGetDdosDefenceList function. The firmware fails to verify that the length of data provided via the security.ddos.map argument does not exceed the allocated stack buffer size before performing memory copy operations. This is a common vulnerability pattern in embedded systems and IoT devices where development often prioritizes functionality over security, and where resource constraints may discourage the use of safer memory handling functions.

Attack Vector

The attack can be initiated remotely over the network, making it accessible to any attacker who can reach the router's management interface. The exploitation flow typically follows these steps:

  1. An attacker gains authenticated access to the Tenda AC9 router's web management interface (high privileges required)
  2. The attacker identifies the vulnerable endpoint associated with the formGetDdosDefenceList function
  3. A malicious HTTP request is crafted containing an oversized security.ddos.map parameter value
  4. When processed by the vulnerable function, the oversized input overwrites stack memory
  5. By carefully controlling the overflow data, the attacker can redirect execution flow to injected shellcode or return-oriented programming (ROP) gadgets

The vulnerability has been publicly disclosed with a proof-of-concept available through the GitHub IoT Vulnerability Report. Additional technical details can be found in the VulDB Vulnerability Entry #344894.

Detection Methods for CVE-2026-2191

Indicators of Compromise

  • Unusual or unexpected HTTP requests to router management endpoints containing abnormally large parameter values in the security.ddos.map field
  • Router crashes, reboots, or unexpected behavior following administrative interface access
  • Anomalous network traffic patterns originating from the router indicative of command and control communication
  • Evidence of unauthorized configuration changes to the DDoS defense settings

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests with oversized parameters targeting Tenda AC9 management interfaces
  • Monitor router syslog output for crash signatures, segmentation faults, or memory-related error messages
  • Deploy web application firewall (WAF) rules to block requests with abnormally large input values to router administrative endpoints
  • Conduct regular firmware integrity checks to detect any unauthorized modifications

Monitoring Recommendations

  • Enable and centralize logging for all Tenda AC9 router administrative access attempts
  • Configure alerting for repeated authentication attempts or unusual administrative session patterns
  • Implement network segmentation to restrict management interface access to trusted networks only
  • Monitor for any outbound connections from router IP addresses to unknown external hosts

How to Mitigate CVE-2026-2191

Immediate Actions Required

  • Restrict network access to the Tenda AC9 management interface to trusted IP addresses only using firewall rules
  • Disable remote management functionality if not operationally required
  • Change default administrative credentials to strong, unique passwords
  • Consider network isolation of affected devices until a patch becomes available
  • Review network logs for any evidence of exploitation attempts

Patch Information

As of the last modification date of this CVE entry (February 10, 2026), no official patch from Tenda has been referenced in the vulnerability data. Organizations should monitor the Tenda Official Website for firmware updates addressing this vulnerability. The VulDB Entry #344894 may also provide updated patch information as it becomes available.

Workarounds

  • Implement strict network access controls to limit management interface exposure to only authorized administrators from trusted network segments
  • Deploy a web application firewall (WAF) or reverse proxy in front of the router management interface with rules to block requests containing oversized parameter values
  • Disable the DDoS defense feature if operationally feasible to reduce the attack surface associated with the vulnerable function
  • Consider replacing affected devices with alternatives from vendors with stronger security update practices
bash
# Example: Restrict management interface access using iptables on an upstream device
# Allow management access only from trusted admin workstation
iptables -A FORWARD -s 192.168.1.100 -d 192.168.1.1 -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -s 192.168.1.100 -d 192.168.1.1 -p tcp --dport 443 -j ACCEPT
# Block all other management access to the router
iptables -A FORWARD -d 192.168.1.1 -p tcp --dport 80 -j DROP
iptables -A FORWARD -d 192.168.1.1 -p tcp --dport 443 -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/TechTenda Ac9

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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
  • GitHub IoT Vulnerability Report

  • VulDB CTI ID #344894

  • VulDB Vulnerability ID #344894

  • VulDB Submission #749800

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-2192: Tenda AC9 Buffer Overflow Vulnerability

  • CVE-2025-45042: Tenda AC9 Firmware RCE Vulnerability

  • CVE-2025-29384: Tenda AC9 Firmware RCE 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