Cyber Posture

CVE-2026-5178

MediumPublic PoC

Published: 31 March 2026

Published
31 March 2026
Modified
06 April 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0069 71.9th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5178 is a medium-severity Injection (CWE-74) vulnerability in Totolink A3300R Firmware. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 28.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires identification, reporting, and correction of the specific command injection flaw in the Totolink A3300R firmware's setIptvCfg function.

prevent

Mandates validation of untrusted inputs like the vlanPriLan3 argument to block command injection in /cgi-bin/cstecgi.cgi.

detect

Enables automated scanning and monitoring to identify systems affected by CVE-2026-5178 in the vulnerable firmware version.

MITRE ATT&CK Enterprise TechniquesAI

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.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Why these techniques?

Command injection in router's web CGI enables exploitation of public-facing application (T1190) and facilitates arbitrary command execution on network device (T1059.008).

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

NVD Description

A security vulnerability has been detected in Totolink A3300R 17.0.0cu.557_b20221024. Affected by this issue is the function setIptvCfg of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument vlanPriLan3 leads to command injection. Remote exploitation of the attack is possible. The…

more

exploit has been disclosed publicly and may be used.

Deeper analysisAI

CVE-2026-5178 is a command injection vulnerability (CWE-74, CWE-77) in the Totolink A3300R router, specifically firmware version 17.0.0cu.557_b20221024. The flaw resides in the setIptvCfg function within the /cgi-bin/cstecgi.cgi file, where manipulation of the vlanPriLan3 argument enables command injection.

The vulnerability allows remote exploitation over the network with low attack complexity and requires low privileges (PR:L) but no user interaction. Per its CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), an attacker with authenticated low-privilege access can achieve low-level impacts on confidentiality, integrity, and availability through injected commands.

Advisories note that the exploit has been publicly disclosed and is available as a proof-of-concept on GitHub (https://github.com/LvHongW/Vuln-of-totolink_A3300R/tree/main/A3300R_vlanPriLan3_cmd_inject), with further details on VulDB (https://vuldb.com/vuln/354246). The vendor site is at https://www.totolink.net/, though no specific patch or mitigation details are outlined in the references.

Details

CWE(s)

Affected Products

totolink
a3300r firmware
17.0.0cu.557_b20221024

CVEs Like This One

CVE-2026-5105Same product: Totolink A3300R
CVE-2026-5176Same product: Totolink A3300R
CVE-2025-52046Same product: Totolink A3300R
CVE-2026-5104Same product: Totolink A3300R
CVE-2026-5177Same product: Totolink A3300R
CVE-2026-5102Same product: Totolink A3300R
CVE-2026-5103Same product: Totolink A3300R
CVE-2026-31181Same product: Totolink A3300R
CVE-2026-5101Same product: Totolink A3300R
CVE-2026-31178Same product: Totolink A3300R

References