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. TOTOLINK A720R Router: Unauthenticated Memory Corruption RCE (CVE-2026-82539)
TOTOLINK A720R Router: Unauthenticated Memory Corruption RCE (CVE-2026-82539)

Critical Security Alert

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

SECURITYCRITICALCVE-2026-82539

TOTOLINK A720R Router: Unauthenticated Memory Corruption RCE (CVE-2026-82539)

CVE-2026-82539 (CVSS 9.4) lets remote attackers corrupt memory in TOTOLINK A720R routers via the MAC filtering CGI handler. Public PoC exists.

Dylan H.

Security Team

August 30, 2026
4 min read

Affected Products

  • TOTOLINK A720R firmware 4.1.5cu.630_B20250509

Executive Summary

CVE-2026-82539 affects the TOTOLINK A720R wireless router running firmware 4.1.5cu.630_B20250509. The flaw is a memory corruption vulnerability in the setMacFilterRules function of cstecgi.cgi, the CGI handler backing the router's MAC Filtering component. A remote attacker can trigger the flaw by manipulating the desc argument passed to this endpoint.

CVSS Score: 9.4 (Critical) — CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P

The vulnerability was assigned by VulDB, reserved August 29, 2026, and published August 30, 2026. A proof-of-concept exploit is already public on GitHub, so this should be treated as actively exploitable.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-82539
CVSS Score9.4 (Critical)
TypeMemory Corruption
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredHigh (device management access)
User InteractionNone
Affected ComponentsetMacFilterRules() in cstecgi.cgi (MAC Filtering)
Exploit MaturityPublic PoC available
AssignerVulDB

Affected Versions

ProductAffected VersionsFixed Version
TOTOLINK A720R4.1.5cu.630_B20250509Not yet published — check TOTOLINK's firmware download page directly

Technical Details

cstecgi.cgi is the CGI executable that backs much of TOTOLINK's web-management interface on embedded router firmware — a common pattern across the TOTOLINK product line and one that has produced a string of related findings, including stack-based overflows in the same setMacFilterRules handler on other models such as the A800R (CVE-2026-19813).

In the A720R, setMacFilterRules() processes the desc argument of a MAC filtering rule without adequate bounds validation. A specially crafted value in this field corrupts memory during processing, which can be leveraged for denial of service or, depending on the layout of the corrupted memory, remote code execution on the device.

Attack Vector

1. Attacker identifies a reachable TOTOLINK A720R running firmware
   4.1.5cu.630_B20250509
2. Attacker sends a crafted request to cstecgi.cgi invoking
   setMacFilterRules with a malicious desc argument
3. The handler processes the argument without sufficient bounds
   checking, corrupting adjacent memory
4. Depending on exploitation technique, this crashes the device
   or grants the attacker code execution on the router

Although the published CVSS vector lists privileges required as High, TOTOLINK devices in this product family have a history of weak default credentials and exposed management interfaces, which meaningfully lowers the real-world bar for exploitation on unhardened deployments.

Impact of Successful Exploitation

Impact AreaDescription
Device TakeoverSuccessful memory corruption may allow arbitrary code execution on the router
Network PivotA compromised router sits at the network edge, exposing all connected LAN devices
Denial of ServiceEven failed exploitation attempts can crash the device, disrupting connectivity
Public Exploit AvailableA working PoC lowers the skill required to exploit this flaw

Immediate Remediation

Step 1: Check for a Patched Firmware Release

No fixed firmware version has been published in the public record at the time of writing. Check TOTOLINK's official support and download pages directly for the A720R model, and apply any update addressing setMacFilterRules or cstecgi.cgi as soon as it becomes available.

Step 2: Restrict Management Access

Disable remote (WAN-facing) administration on the device, and restrict access to the management interface to trusted LAN hosts only.

Step 3: Change Default Credentials

Confirm the router is not using default or weak administrator credentials — several prior TOTOLINK vulnerabilities have been chained with weak-credential access to reach vulnerable CGI endpoints.

Step 4: Consider Replacement

TOTOLINK's consumer router line has accumulated a large number of CGI memory-corruption findings across models. If patching is not available promptly, organizations relying on this device for perimeter or critical network functions should evaluate replacing it with actively maintained hardware.


Detection Indicators

IndicatorDescription
Unusual POST requests to cstecgi.cgi referencing setMacFilterRulesPossible exploitation attempt
Unexpected router reboots or crash loopsSign of failed/DoS-oriented exploitation
Unexplained changes to MAC filtering rulesPossible successful configuration tampering

Post-Remediation Steps

  1. Apply the vendor firmware patch as soon as TOTOLINK publishes one for the A720R.
  2. Audit MAC filtering and other CGI-managed settings for unauthorized changes.
  3. Disable WAN-side management if not strictly required.
  4. Monitor for the public PoC being weaponized in mass-scanning campaigns, consistent with prior TOTOLINK CGI vulnerabilities.

References

  • OffSeq Threat Radar — CVE-2026-82539: Memory Corruption in TOTOLINK A720R
  • NVD — CVE-2026-82539
#TOTOLINK#CVE-2026-82539#Router Security#IoT#Remote Code Execution

Related Articles

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-5978: TOTOLINK A7100RU Critical OS Command

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

5 min read

CVE-2026-7154: Totolink A8000RU OS Command Injection via CGI Handler

A critical unauthenticated OS command injection vulnerability in the Totolink A8000RU router firmware 7.1cu.643_b20200521 allows remote attackers to...

5 min read
Back to all Security Alerts