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-2025-3820

CVE-2025-3820: Tenda W12 Buffer Overflow Vulnerability

CVE-2025-3820 is a critical stack-based buffer overflow in Tenda W12 Firmware that allows remote attackers to exploit the cgiSysUplinkCheckSet function. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2025-3820 Overview

CVE-2025-3820 is a stack-based buffer overflow vulnerability in Tenda W12 and i24 wireless access points running firmware versions 3.0.0.4(2887) and 3.0.0.5(3644). The flaw resides in the cgiSysUplinkCheckSet function within /bin/httpd. Attackers can trigger the overflow by manipulating the hostIp1 or hostIp2 arguments. The vulnerability is reachable over the network and the exploit has been publicly disclosed.

Critical Impact

Authenticated remote attackers can corrupt the stack of the device web server, potentially achieving arbitrary code execution on the access point and compromising the network perimeter.

Affected Products

  • Tenda W12 firmware 3.0.0.4(2887)
  • Tenda W12 firmware 3.0.0.5(3644)
  • Tenda i24 firmware 3.0.0.4(2887) and 3.0.0.5(3644)

Discovery Timeline

  • 2025-04-19 - CVE-2025-3820 published to NVD
  • 2025-07-30 - Last updated in NVD database

Technical Details for CVE-2025-3820

Vulnerability Analysis

The vulnerability is classified under [CWE-119] as an improper restriction of operations within the bounds of a memory buffer. The affected function cgiSysUplinkCheckSet is part of the /bin/httpd binary that serves the device administrative web interface. The function processes uplink check configuration requests but fails to validate the length of attacker-supplied input before copying it into a fixed-size stack buffer.

When the hostIp1 or hostIp2 parameters are submitted with oversized values, the unchecked copy operation writes past the buffer boundary. This overwrites adjacent stack data, including the saved return address and potentially function pointers. An attacker controlling these values can redirect execution flow within the httpd process.

Because the httpd process typically runs with elevated privileges on the device, successful exploitation may allow command execution at the operating system level. The attack requires network access to the device management interface and low-privilege authentication.

Root Cause

The root cause is the absence of bounds checking on the hostIp1 and hostIp2 request parameters inside cgiSysUplinkCheckSet. Standard unsafe string operations such as strcpy or sprintf against fixed-size local buffers permit stack corruption when input length exceeds the buffer size.

Attack Vector

The attack vector is network-based and targets the HTTP management service exposed by the access point. An attacker sends a crafted HTTP request containing oversized hostIp1 or hostIp2 values to the uplink check endpoint handled by cgiSysUplinkCheckSet. No user interaction is required. Devices that expose the management interface to untrusted networks face significantly higher exposure.

Technical analysis and proof-of-concept details are published in the GitHub Issue Discussion and the VulDB entry #305726.

Detection Methods for CVE-2025-3820

Indicators of Compromise

  • HTTP POST requests to the uplink check endpoint of /bin/httpd containing abnormally long hostIp1 or hostIp2 parameter values
  • Repeated crashes or unexpected restarts of the httpd process on Tenda W12 or i24 devices
  • Unexpected outbound connections from the access point to unknown remote hosts following management interface activity
  • New or modified configurations on the device that were not initiated by an administrator

Detection Strategies

  • Inspect HTTP traffic to access point management interfaces for parameter lengths exceeding typical IPv4 string sizes
  • Deploy network intrusion detection signatures that flag oversized hostIp1 and hostIp2 values in requests to Tenda CGI endpoints
  • Correlate device syslog entries that report httpd crashes or reboots with preceding inbound HTTP traffic

Monitoring Recommendations

  • Forward Tenda device logs to a centralized logging or SIEM platform to detect crash patterns and authentication anomalies
  • Monitor administrative authentication events to W12 and i24 devices for brute-force or credential stuffing attempts
  • Track network flows originating from access points for deviations from baseline behavior

How to Mitigate CVE-2025-3820

Immediate Actions Required

  • Restrict access to the device web management interface to trusted management VLANs or jump hosts
  • Disable remote WAN-side management on affected W12 and i24 devices
  • Rotate administrative credentials and enforce strong password policies to raise the barrier for the required low-privilege authentication
  • Inventory affected firmware versions 3.0.0.4(2887) and 3.0.0.5(3644) and prioritize them for replacement or patching

Patch Information

At the time of publication, no vendor patch is referenced in the NVD entry. Administrators should monitor the Tenda Security Information page for firmware updates addressing CVE-2025-3820. Until a fix is available, compensating controls must be applied to limit network exposure of the affected devices.

Workarounds

  • Place affected access points behind a firewall that blocks inbound HTTP and HTTPS to the management interface from untrusted segments
  • Use access control lists to permit management traffic only from designated administrative IP addresses
  • Consider replacing end-of-support Tenda devices in high-risk environments with models that receive active security maintenance
bash
# Example: restrict management access to a single admin subnet using iptables on an upstream gateway
iptables -A FORWARD -p tcp -d <AP_IP> --dport 80 -s 10.10.10.0/24 -j ACCEPT
iptables -A FORWARD -p tcp -d <AP_IP> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <AP_IP> --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A FORWARD -p tcp -d <AP_IP> --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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.63%

  • 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: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-119
  • Technical References
  • GitHub Issue Discussion

  • VulDB CTI ID #305726

  • VulDB #305726

  • VulDB Submission ID #555728

  • Tenda Security Information
  • Related CVEs
  • CVE-2026-9429: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9428: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9431: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9430: Tenda F1202 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