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.

2935+ 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. CVE-2026-93742: Totolink A3002MU Command Injection via formWsc
CVE-2026-93742: Totolink A3002MU Command Injection via formWsc

Critical Security Alert

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

SECURITYCRITICALCVE-2026-93742

CVE-2026-93742: Totolink A3002MU Command Injection via formWsc

Public PoC exploits an unauthenticated command injection in Totolink A3002MU's WPS handler, giving remote attackers root on the router.

Dylan H.

Security Team

September 20, 2026
3 min read

Affected Products

  • Totolink A3002MU — firmware Hh-B20211125.1046

Overview

A critical command injection vulnerability has been disclosed in the Totolink A3002MU wireless router, firmware version Hh-B20211125.1046. Tracked as CVE-2026-93742 and rated 9.9 (Critical) on the CVSS 3.1 scale, the flaw sits in the formWsc handler behind /boafrm/formWsc — the endpoint that processes WPS (Wi-Fi Protected Setup) configuration requests.

The localPin argument passed to formWsc is not sanitized before being used to build a system command, allowing an unauthenticated remote attacker to inject arbitrary shell commands. A working proof-of-concept has already been published, so this should be treated as actively exploitable.


Technical Details

FieldValue
CVE IDCVE-2026-93742
SeverityCritical (CVSS 3.1: 9.9)
CWECWE-77 — Improper Neutralization of Special Elements used in a Command
ComponentformWsc / /boafrm/formWsc
Vulnerable ParameterlocalPin
Attack VectorNetwork
AuthenticationNone required
Exploit StatusPublic PoC available

How It Works

formWsc is the WPS configuration endpoint that lets a device join the router's Wi-Fi network without manually entering a password. The handler takes the localPin value from an incoming request and passes it — unvalidated — into a shell command executed on the router's underlying Linux OS. By embedding shell metacharacters in localPin, an attacker can append arbitrary commands that execute with the router's privileges.

Because WPS handling happens before any session authentication, the attack requires no credentials: a single crafted HTTP request to /boafrm/formWsc is enough to achieve remote code execution.


Impact Assessment

A successful exploit gives the attacker a shell on the router itself, which typically enables:

  • Full compromise of the device, including persistence via modified firmware or startup scripts
  • Interception, redirection, or manipulation of all LAN traffic passing through the router (DNS hijacking, traffic sniffing)
  • Use of the device as a foothold for further attacks against the internal network
  • Recruitment into IoT botnets for DDoS or proxying malicious traffic

Consumer and small-office routers like the A3002MU are frequently internet-facing via remote management or UPnP-exposed WPS, making this a prime target for mass scanning and botnet recruitment.


Mitigation

  • Disable WPS entirely in the router's admin settings if the feature is not required — this closes the vulnerable code path outright
  • Check for a firmware update from Totolink addressing CVE-2026-93742; at time of writing no vendor patch has been confirmed
  • Restrict management interfaces so /boafrm/ endpoints are not reachable from the WAN side
  • Segment or replace unsupported/EOL Totolink hardware where patching isn't available — this model line has a history of unresolved command injection reports

Detection

  • Watch for unusual outbound connections or DNS resolver changes originating from router-assigned IPs
  • Monitor for unexpected processes or modified /etc startup files on devices where shell access is possible
  • Flag repeated or malformed POST requests to /boafrm/formWsc at the network edge

References

  • NVD — CVE-2026-93742
  • CISA Known Exploited Vulnerabilities Catalog
#Totolink#CVE-2026-93742#Command Injection#Router#IoT#RCE#CWE-77

Related Articles

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.

4 min read

CVE-2026-5977: TOTOLINK A7100RU Critical OS Command

A critical OS command injection vulnerability (CVSS 9.8) in TOTOLINK A7100RU routers allows unauthenticated remote attackers to execute arbitrary system...

4 min read

CVE-2026-7037: Unauthenticated OS Command Injection in Totolink A8000RU

A critical CVSS 9.8 OS command injection vulnerability in the Totolink A8000RU router allows unauthenticated remote attackers to execute arbitrary...

5 min read
Back to all Security Alerts