Cyber Posture

CVE-2026-7138

Critical

Published: 27 April 2026

Published
27 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0125 79.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse Unix shell commands and scripts for execution.

Security Summary

CVE-2026-7138 is an OS command injection vulnerability in the Totolink A8000RU router running firmware version 7.1cu.643_b20200521. The issue resides in the setNtpCfg function within the /cgi-bin/cstecgi.cgi CGI handler component, where manipulation of the 'tz' argument enables command injection. Associated with CWE-77 (Command Injection) and CWE-78 (OS Command Injection), it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity.

The vulnerability is exploitable remotely by unauthenticated attackers with network access, requiring low complexity and no user interaction. Successful exploitation allows arbitrary OS command execution on the device, potentially granting full control over the router, including data exfiltration, modification of configurations, or disruption of services.

References include a public exploit on GitHub at https://github.com/Litengzheng/vuldb_new2/blob/main/A8000RU/vul_313/README.md, VulDB entries detailing the issue (https://vuldb.com/vuln/359737 and related pages), and the vendor site https://www.totolink.net/. No specific patches or mitigations are detailed in the provided advisories, but the public exploit availability underscores the need for immediate firmware updates or network segmentation.

The exploit is public and may be used, increasing the risk of real-world attacks against exposed Totolink A8000RU devices.

Details

CWE(s)
CWE-77CWE-78

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Unauthenticated remote attackers can exploit the public-facing CGI web interface (T1190) to perform OS command injection, enabling arbitrary Unix shell command execution (T1059.004) on the router.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References