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.

2931+ Articles
167+ 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. Totolink A3002MU Router Buffer Overflow Enables Remote Attacks
Totolink A3002MU Router Buffer Overflow Enables Remote Attacks

Critical Security Alert

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

SECURITYCRITICALCVE-2026-93741

Totolink A3002MU Router Buffer Overflow Enables Remote Attacks

CVE-2026-93741 (CVSS 10) lets remote attackers overflow a buffer in the Totolink A3002MU's web admin interface. Public exploit code, no patch yet.

Dylan H.

Security Team

September 19, 2026
4 min read

Affected Products

  • Totolink A3002MU firmware Hh-B20211125.1046

Executive Summary

A maximum-severity buffer overflow vulnerability (CVE-2026-93741) has been disclosed in the Totolink A3002MU router, firmware version Hh-B20211125.1046. The flaw carries a perfect CVSS score of 10.0 and can be triggered remotely without authentication via the device's embedded Boa web management interface.

CVSS Score: 10.0 (Critical)

The vulnerable function, formWlWds in /boafrm/formWlWds, copies the submit-url argument into a fixed-size buffer without verifying its length before the copy. An attacker who submits an excessively long or malformed submit-url value can overwrite adjacent memory, corrupting device state or achieving code execution. Public exploit code for this vulnerability is already circulating, and no vendor patch is currently available.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-93741
CVSS Score10.0 (Critical)
CWECWE-120 (Buffer Copy Without Checking Size of Input)
TypeRemote Buffer Overflow
Attack VectorNetwork (device's web management interface)
Privileges RequiredNone documented — exploit is remotely triggerable
Affected FunctionformWlWds in /boafrm/formWlWds
Vulnerable Parametersubmit-url
Exploit StatusPublic exploit released

Affected Devices

DeviceAffected FirmwareFixed Firmware
Totolink A3002MUHh-B20211125.1046Not yet available

This is one of several related buffer overflow issues recently disclosed in Totolink A3002MU firmware; similar flaws have been found in other submit-url-handling functions such as formWlEncrypt and formWlAc, suggesting a systemic lack of input-length validation across the device's Boa-based web management endpoints.


Attack Vector

1. Attacker identifies a Totolink A3002MU with its web admin interface reachable
2. Attacker sends a crafted HTTP request to /boafrm/formWlWds
3. The submit-url argument contains an oversized or malformed payload
4. formWlWds copies the value into a fixed-size buffer without bounds checking
5. Adjacent memory is overwritten, corrupting control flow
6. Depending on exploit sophistication, this can crash the device (DoS) or yield RCE

Because the embedded Boa web server is a common target across many consumer router models, any A3002MU with its administrative interface exposed to the internet — either directly or via port forwarding/UPnP — is at immediate risk of both denial of service and full compromise.

Impact of Successful Exploitation

ImpactDescription
Denial of ServiceDevice crash/reboot from a malformed request
Remote Code ExecutionFull compromise of the router's control plane
Network PivotA compromised router can intercept, redirect, or MITM all LAN traffic
Botnet RecruitmentPublic exploit availability makes this an attractive IoT botnet target

Immediate Remediation

No official firmware fix has been published at the time of writing. Until Totolink releases a patch, apply compensating controls:

Step 1: Restrict Access to the Admin Interface

  1. Disable remote/WAN administration in the router's settings
  2. Ensure the web management interface is reachable only from trusted LAN devices
  3. Disable UPnP if not required, to prevent unintended port exposure

Step 2: Network-Level Controls

- Block inbound WAN traffic to the router's admin HTTP/HTTPS port at the ISP or upstream firewall
- Segment the router's management interface onto a separate VLAN where possible
- Monitor for unusual traffic to /boafrm/ endpoints

Step 3: Monitor for Firmware Updates

  • Check Totolink's official support pages periodically for a firmware release addressing CVE-2026-93741
  • Subscribe to CVE/NVD alerts for the A3002MU model

If the Device Cannot Be Secured

  1. Replace the device with a router receiving active security updates, if a fix is not released promptly
  2. Isolate the device behind an additional firewall if it must remain in service

Detection Indicators

IndicatorDescription
Unusually long submit-url parameters in requests to /boafrm/formWlWdsExploitation attempt
Unexpected device reboots or admin interface crashesPossible DoS exploitation
Unrecognized outbound connections from the routerPossible post-exploitation compromise

Post-Remediation Steps

  1. Verify remote administration is disabled on all A3002MU deployments
  2. Audit firewall rules to confirm the admin interface isn't internet-reachable
  3. Track vendor firmware releases and apply the fix as soon as it's available
  4. Reset admin credentials as a precaution if remote access was previously enabled
  5. Consider device replacement if Totolink does not ship a timely patch

References

  • TheHackerWire — Totolink A3002MU Buffer Overflow (CVE-2026-93741)
  • NIST NVD — CVE-2026-93741

Related Reading

  • Gravity Forms Unauthenticated File Upload Lets Attackers Achieve RCE
  • WordPress Plugin Vulnerability (CVSS 10.0) Under Active
#IoT Security#Router#CVE-2026-93741#Totolink#Buffer Overflow

Related Articles

Critical Stack-Based Buffer Overflow in Totolink NR1800X

A critical CVSS 9.8 stack-based buffer overflow in the Totolink NR1800X router's lighttpd component allows unauthenticated remote code execution via a...

5 min read

Tenda HG10 Routers Hit By Critical Unauthenticated Buffer Overflow

A critical buffer overflow in Tenda HG10 firmware's formURL function allows remote memory corruption with a public exploit and no patch yet.

4 min read

CVE-2026-10187: Totolink N300RH Stack Buffer Overflow in WiFi Config

A critical-severity stack buffer overflow in the Totolink N300RH wireless router allows remote attackers to execute arbitrary code via a crafted KeyStr…

5 min read
Back to all Security Alerts