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

CVE-2025-13400: Tenda CH22 Buffer Overflow Vulnerability

CVE-2025-13400 is a buffer overflow flaw in Tenda CH22 Firmware that enables remote attackers to exploit the formWrlExtraGet function. This article covers technical details, affected versions, impact, and mitigation.

Published: April 1, 2026

CVE-2025-13400 Overview

A buffer overflow vulnerability has been identified in the Tenda CH22 wireless access point running firmware version 1.0.0.1. The vulnerability exists within the formWrlExtraGet function located in the /goform/WrlExtraGet endpoint. An attacker can exploit this vulnerability by manipulating the chkHz argument, triggering a classic buffer overflow condition (CWE-120) that leads to memory corruption (CWE-119). Remote exploitation is possible, and public exploit code is available, increasing the risk of active exploitation.

Critical Impact

This buffer overflow vulnerability enables remote attackers to potentially execute arbitrary code or cause denial of service on affected Tenda CH22 devices. The public availability of exploit code significantly increases exploitation risk.

Affected Products

  • Tenda CH22 Firmware version 1.0.0.1
  • Tenda CH22 hardware device

Discovery Timeline

  • 2025-11-19 - CVE-2025-13400 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-13400

Vulnerability Analysis

This vulnerability stems from improper bounds checking in the formWrlExtraGet function when processing the chkHz parameter. The affected function handles HTTP requests to the /goform/WrlExtraGet endpoint without properly validating the length of user-supplied input. When an attacker provides an oversized value for the chkHz argument, the function copies this data into a fixed-size buffer without adequate boundary checks, resulting in a classic buffer overflow condition.

The vulnerability is remotely exploitable over the network, requiring low privilege access to trigger. No user interaction is required for successful exploitation, making this a particularly dangerous attack surface for network-accessible devices.

Root Cause

The root cause is a classic buffer overflow vulnerability (CWE-120) combined with improper restriction of operations within memory buffer bounds (CWE-119). The formWrlExtraGet function fails to properly validate the size of the chkHz parameter before copying it into a stack or heap buffer. This allows attackers to write beyond the allocated buffer boundaries, potentially overwriting adjacent memory structures, return addresses, or function pointers.

Attack Vector

The attack is conducted over the network by sending a specially crafted HTTP request to the /goform/WrlExtraGet endpoint on an affected Tenda CH22 device. The attacker manipulates the chkHz parameter with a malicious payload designed to overflow the buffer and corrupt memory. Successful exploitation could allow an attacker to:

  1. Execute arbitrary code on the device with elevated privileges
  2. Cause a denial of service condition by crashing the web server or device
  3. Potentially gain persistent access to the device

The vulnerability is exploited by sending an HTTP POST or GET request to the vulnerable endpoint with an oversized chkHz parameter value. The request is processed by the formWrlExtraGet function, which copies the parameter value without proper bounds checking. For detailed technical information, see the GitHub Issue Report documenting this vulnerability.

Detection Methods for CVE-2025-13400

Indicators of Compromise

  • Unusual HTTP traffic patterns to /goform/WrlExtraGet endpoint containing abnormally large chkHz parameter values
  • Unexpected device reboots or service crashes on Tenda CH22 devices
  • Suspicious outbound connections from the device following exploitation attempts
  • Web server error logs showing malformed requests to the vulnerable endpoint

Detection Strategies

  • Monitor network traffic for HTTP requests to Tenda CH22 devices containing oversized parameters in /goform/WrlExtraGet requests
  • Implement intrusion detection signatures that alert on buffer overflow patterns targeting embedded device web interfaces
  • Deploy network segmentation to isolate IoT and network devices from untrusted networks
  • Use SentinelOne Singularity to monitor for anomalous behavior from network infrastructure devices

Monitoring Recommendations

  • Enable logging on network firewalls to capture all traffic to Tenda CH22 management interfaces
  • Set up alerts for multiple failed requests or unusual request patterns to device management endpoints
  • Periodically audit device firmware versions to ensure vulnerable devices are identified
  • Monitor for publicly released exploit code targeting this vulnerability via threat intelligence feeds

How to Mitigate CVE-2025-13400

Immediate Actions Required

  • Restrict network access to the Tenda CH22 management interface to trusted IP addresses only
  • Place affected devices behind a firewall and block external access to port 80/443
  • Monitor device behavior for signs of compromise or unusual activity
  • Contact Tenda support for firmware update availability
  • Consider replacing vulnerable devices if no patch is available

Patch Information

No vendor security patch information is currently available in the CVE data. Organizations should monitor the Tenda Official Website for firmware updates addressing this vulnerability. Additionally, track VulDB #332926 for updated remediation guidance.

Workarounds

  • Implement network-level access controls to restrict management interface access to trusted administrators only
  • Deploy a web application firewall (WAF) in front of the device to filter malicious requests
  • Disable remote management features if not required for operations
  • Segment the network to isolate vulnerable devices from critical infrastructure
  • Consider using a VPN for remote administration instead of exposing the management interface

Network administrators should implement firewall rules to restrict access to the Tenda CH22 management interface. Configure access control lists to permit connections only from trusted management networks and block all external access to the /goform/ endpoints.

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

  • EPSS Probability0.21%

  • 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

  • CWE-120
  • Technical References
  • GitHub Issue Report

  • VulDB CTI ID #332926

  • VulDB #332926

  • VulDB Submission #692145

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-5204: Tenda CH22 Buffer Overflow Vulnerability

  • CVE-2026-5156: Tenda CH22 Buffer Overflow Vulnerability

  • CVE-2026-5154: Tenda CH22 Buffer Overflow Vulnerability

  • CVE-2026-4904: Tenda AC5 Buffer Overflow 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