Cyber Resilience

CVE-2026-4163

HighRCE

Published: 16 March 2026

Published
16 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v4 8.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0210 79.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-4163 is a high-severity Injection (CWE-74) vulnerability in Wavlink WL-WN579A3 (inferred from references). Its CVSS base score is 8.9 (High).

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

The strongest mitigations our analysis identified are NIST 800-53 SC-14 (Public Access Protections) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-4163 is a command injection vulnerability (CWE-74, CWE-77) in the Wavlink WL-WN579A3 firmware version 220323. The issue resides in the SetName/GuestWifi function within the /cgi-bin/wireless.cgi file's POST Request Handler component. Manipulation of requests to this endpoint allows attackers to inject and execute arbitrary commands on the device.

The vulnerability has 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 it is exploitable remotely by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation enables full compromise of the device, including high confidentiality, integrity, and availability impacts through arbitrary command execution.

Advisories recommend upgrading the affected component to mitigate the issue, with a patched firmware image available at https://dl.wavlink.com/firmware/RD/WINSTAR_WN579A3-A-2026-03-10-94f93d4-WO-mt7628-squashfs-sysupgrade.bin. Additional details and likely proof-of-concept exploits are documented in GitHub repositories (https://github.com/Litengzheng/vul_db/blob/main/WL-WN579A3/vul_10/README.md, https://github.com/Litengzheng/vul_db/blob/main/WL-WN579A3/vul_9/README.md) and VulDB entries (https://vuldb.com/?ctiid.351070, https://vuldb.com/?id.351070).

The exploit is public, increasing the risk of widespread abuse against exposed Wavlink WL-WN579A3 devices.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was detected in Wavlink WL-WN579A3 220323. This issue affects the function SetName/GuestWifi of the file /cgi-bin/wireless.cgi of the component POST Request Handler. Performing a manipulation results in command injection. It is possible to initiate the attack remotely. The…

more

exploit is now public and may be used. Upgrading the affected component is recommended.

CWE(s)

Related Threats

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.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Unauthenticated command injection via public-facing router web interface (T1190: Exploit Public-Facing Application) enables arbitrary Unix shell command execution (T1059.004: Unix Shell) on the Linux-based router.

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

CVEs Like This One

CVE-2026-1413Shared CWE-74, CWE-77
CVE-2026-1624Shared CWE-74, CWE-77
CVE-2026-4204Shared CWE-74, CWE-77
CVE-2026-8345Shared CWE-74, CWE-77
CVE-2026-4197Shared CWE-74, CWE-77
CVE-2026-2085Shared CWE-74, CWE-77
CVE-2026-2000Shared CWE-74, CWE-77
CVE-2026-3662Shared CWE-74, CWE-77
CVE-2026-4195Shared CWE-74, CWE-77
CVE-2025-13798Shared CWE-74, CWE-77

Affected Assets

Wavlink
WL-WN579A3
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely identification, reporting, and patching of the command injection flaw in the Wavlink firmware.

prevent

Prevents command injection exploitation by enforcing validation of untrusted inputs to the vulnerable SetName/GuestWifi POST handler in wireless.cgi.

prevent

Protects the remotely accessible, publicly exposed web management interface hosting the vulnerable CGI endpoint from unauthorized access.

References