A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-4042

CVE-2026-4042: Tenda i12 Buffer Overflow Vulnerability

CVE-2026-4042 is a stack-based buffer overflow vulnerability in Tenda i12 router that allows remote attackers to exploit the formWifiMacFilterGet function. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-4042 Overview

A stack-based buffer overflow vulnerability has been identified in Tenda i12 routers running firmware version 1.0.0.6(2204). The vulnerability exists in the formWifiMacFilterGet function within the /goform/WifiMacFilterGet endpoint. An attacker can exploit this flaw by manipulating the index argument, leading to a stack-based buffer overflow condition. This vulnerability can be exploited remotely over the network, and proof-of-concept exploit code has been publicly disclosed.

Critical Impact

Remote attackers with low privileges can exploit this stack-based buffer overflow to potentially achieve high impact on confidentiality, integrity, and availability of affected Tenda i12 routers, potentially leading to device compromise or denial of service.

Affected Products

  • Tenda i12 Firmware Version 1.0.0.6(2204)

Discovery Timeline

  • March 12, 2026 - CVE-2026-4042 published to NVD
  • March 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-4042

Vulnerability Analysis

This vulnerability is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). The affected function formWifiMacFilterGet fails to properly validate the bounds of the index argument before processing user-supplied input. When an attacker provides a specially crafted value for this parameter, the function writes data beyond the allocated stack buffer, corrupting adjacent memory regions.

The network-accessible nature of this vulnerability is particularly concerning for IoT devices like routers, which are often deployed at network perimeters. Successful exploitation could allow attackers to execute arbitrary code with the privileges of the affected process, potentially gaining full control over the router.

Root Cause

The root cause of this vulnerability stems from improper bounds checking in the formWifiMacFilterGet function when handling the index parameter. The function allocates a fixed-size buffer on the stack but does not validate that user-supplied input fits within this buffer before copying data. This classic memory safety issue allows attackers to overflow the buffer and overwrite critical stack data, including return addresses and saved frame pointers.

Attack Vector

The attack is initiated remotely over the network by sending a malicious HTTP request to the /goform/WifiMacFilterGet endpoint. An attacker with low-level authentication can craft a request containing an oversized or malicious index parameter value. When the vulnerable function processes this input without proper validation, the stack-based buffer overflow occurs.

The vulnerability can be exploited without user interaction, making it suitable for automated attack scenarios. Attackers could leverage this flaw to:

  • Achieve remote code execution on the router
  • Cause denial of service by crashing the device
  • Pivot to attack other devices on the internal network

Technical details and proof-of-concept information are available in the GitHub Issue Report.

Detection Methods for CVE-2026-4042

Indicators of Compromise

  • Unusual HTTP requests to /goform/WifiMacFilterGet with abnormally large index parameter values
  • Unexpected router crashes or reboots indicating potential exploitation attempts
  • Anomalous outbound traffic from the router suggesting compromise
  • Modified router configuration or unexpected administrative changes

Detection Strategies

  • Deploy network intrusion detection rules to monitor for malformed HTTP requests targeting /goform/WifiMacFilterGet
  • Implement deep packet inspection to identify oversized parameters in requests to Tenda router web interfaces
  • Monitor router logs for repeated crashes or service restarts that may indicate exploitation attempts
  • Use SentinelOne Singularity platform to detect anomalous behavior patterns on network endpoints

Monitoring Recommendations

  • Enable logging on all Tenda i12 devices and forward logs to a centralized SIEM for analysis
  • Configure alerts for any access attempts to the vulnerable endpoint from untrusted networks
  • Implement network segmentation to limit exposure of management interfaces
  • Regularly audit router configurations for unauthorized changes

How to Mitigate CVE-2026-4042

Immediate Actions Required

  • Restrict network access to the router's web management interface to trusted IP addresses only
  • Place affected Tenda i12 devices behind a firewall that filters access to /goform/ endpoints
  • Consider disabling the web management interface if not required for operations
  • Monitor Tenda's official channels for firmware updates addressing this vulnerability

Patch Information

At the time of publication, no official patch has been released by Tenda for this vulnerability. Organizations should monitor the Tenda Official Website for security updates and firmware releases addressing CVE-2026-4042.

Additional vulnerability tracking information is available through:

  • VulDB Entry #350654
  • VulDB CTI ID #350654

Workarounds

  • Implement network ACLs to restrict access to the router management interface from untrusted networks
  • Deploy a Web Application Firewall (WAF) to filter malicious requests targeting the vulnerable endpoint
  • Consider replacing affected devices with alternative hardware if no patch becomes available
  • Use VPN-only access for remote management to reduce attack surface
bash
# Example iptables rules to restrict access to router management
# Apply these rules on a firewall protecting the Tenda i12 device

# Block external access to goform endpoints
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -m string --string "/goform/" --algo bm -j DROP
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 443 -m string --string "/goform/" --algo bm -j DROP

# Allow management access only from trusted admin subnet
iptables -A FORWARD -s <TRUSTED_SUBNET> -d <ROUTER_IP> -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -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

  • SeverityHIGH

  • CVSS Score7.4

  • 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
  • GitHub Issue Report

  • VulDB CTI ID #350654

  • VulDB #350654

  • VulDB Submission #769463

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-10189: Tenda W12 Buffer Overflow Vulnerability

  • CVE-2026-10192: Tenda W12 Buffer Overflow Vulnerability

  • CVE-2026-10191: Tenda W12 Buffer Overflow Vulnerability

  • CVE-2026-10188: Tenda W12 Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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