Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2604+ Articles
162+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Critical Unauthenticated Buffer Overflow in Tenda HG10 Routers
Critical Unauthenticated Buffer Overflow in Tenda HG10 Routers

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-82542

Critical Unauthenticated Buffer Overflow in Tenda HG10 Routers

CVE-2026-82542 (CVSS 10) lets remote attackers trigger a buffer overflow in Tenda HG10 routers via the formIPv6Routing handler. Public exploit exists.

Dylan H.

Security Team

August 31, 2026
4 min read

Affected Products

  • Tenda HG10 (firmware 300001138)

Executive Summary

A critical, unauthenticated buffer overflow vulnerability (CVE-2026-82542) has been disclosed in the Tenda HG10 AC1200 dual-band Wi-Fi xPON ONT router running firmware 300001138. The flaw sits in the formIPv6Routing function of the device's Boa web server, exposed at /boaform/admin/formIPv6Routing. Manipulating the destNet argument with an overlong value overflows the buffer, and the issue has been assigned a CVSS score of 10.0 (Critical).

CVSS Score: 10.0 (Critical)

The vulnerability was reserved on 2026-08-29 and published on 2026-08-30. An exploit is already publicly available, meaning attackers do not need advanced reverse-engineering skills to weaponize it. Successful exploitation can crash the device (denial of service) or, depending on memory layout and mitigations present in the firmware, achieve arbitrary code execution on the router.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-82542
CVSS Score10.0 (Critical)
TypeStack/Buffer Overflow → potential RCE
ComponentBoa Web Server, formIPv6Routing handler
Vulnerable ParameterdestNet
Attack VectorNetwork (remote, no authentication)
Privileges RequiredNone
User InteractionNone
Exploit StatusPublic exploit available

Affected Devices

VendorModelFirmwareFixed Version
TendaHG10 (AC1200 Dualband Wi-Fi xPON ONT)300001138None published at time of writing

This disclosure follows a string of similar Boa web server buffer overflow flaws recently reported across the Tenda HG7 / HG9 / HG10 router family (including CVE-2026-11553, CVE-2026-11499, and CVE-2026-11498), suggesting systemic, insufficient input validation across multiple admin endpoints in this firmware line rather than an isolated bug.


Attack Vector

1. Attacker identifies an internet- or LAN-exposed Tenda HG10 admin interface
2. Attacker crafts an HTTP POST to /boaform/admin/formIPv6Routing
3. The destNet parameter is set to an overlong, crafted value
4. Boa web server copies the value without adequate bounds checking
5. Buffer overflow corrupts adjacent memory / the process stack
6. Result: device crash (DoS), or code execution depending on mitigations

Impact of Successful Exploitation

ImpactDescription
Denial of ServiceRouter crashes or reboots, disrupting connectivity
Remote Code ExecutionPossible depending on firmware memory protections
Network PivotA compromised router can be used to intercept or redirect LAN traffic
Botnet RecruitmentUnpatched, internet-exposed routers are prime targets for IoT botnets

Remediation

Tenda has not published a fixed firmware version for CVE-2026-82542 as of this writing. Until a patch is available, treat affected devices as unmanageable from the untrusted network and apply the following mitigations:

  1. Disable remote/WAN administration on the HG10 — restrict the web admin interface to the LAN only.
  2. Block external access to the admin interface at the perimeter firewall (do not port-forward the management port).
  3. Segment IoT/router management onto a VLAN isolated from trusted devices.
  4. Check for firmware updates regularly via the Tenda support portal, and apply any release addressing this CVE as soon as it ships.
  5. Replace end-of-life hardware — the HG10 firmware line has now accumulated multiple unauthenticated overflow disclosures; organizations with compliance requirements should budget for replacement if Tenda does not ship a fix.

Detection

IndicatorDescription
Unusual POST requests to /boaform/admin/formIPv6RoutingPossible exploitation attempt
Oversized destNet values in request logsSignature of the overflow payload
Unexpected router reboots or connectivity dropsPossible DoS exploitation

References

  • NVD — CVE-2026-82542

Related Reading

  • WPvivid Backup Plugin Critical RCE (CVE-2026-1357)
  • WordPress Plugin Vulnerability (CVSS 10.0) Under Active Exploitation
#CVE-2026-82542#Tenda#Router#Buffer Overflow#IoT#RCE

Related Articles

Tenda A15 UploadCfg Stack Buffer Overflow (CVE-2026-4567)

A CVSS 9.8 Critical stack-based buffer overflow in Tenda A15 firmware 15.13.07.13 allows unauthenticated remote attackers to execute arbitrary code by...

5 min read

CVE-2026-51380: Tenda AC10 v3 Buffer Overflow Enables DoS and Remote Code Execution

A critical CVSS 9.8 buffer overflow vulnerability in Tenda AC10 v3 firmware V03.03.16.09 allows remote attackers to cause permanent denial of service or...

4 min read

CVE-2024-51311: Critical Stack Overflow in Tenda TX9 Router Firmware

A critical stack overflow vulnerability (CVSS 9.8) in Tenda TX9 firmware V22.03.02.05 allows remote attackers to execute arbitrary code via a crafted...

4 min read
Back to all Security Alerts