Cyber Posture

CVE-2026-2526

MediumPublic PoC

Published: 16 February 2026

Published
16 February 2026
Modified
18 February 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.0038 59.3th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

A vulnerability was found in Wavlink WL-WN579A3 up to 20210219. This impacts the function multi_ssid of the file /cgi-bin/wireless.cgi. Performing a manipulation of the argument SSID2G2 results in command injection. The attack may be initiated remotely. The exploit has been…

more

made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 enforces information input validation at entry points like the SSID2G2 parameter in the wireless.cgi script, directly preventing command injection attacks.

prevent

SI-2 requires timely identification, reporting, and correction of flaws such as this unpatched command injection vulnerability in router firmware.

detect

SI-4 enables monitoring of the system for indicators of unauthorized command execution resulting from exploitation of the vulnerable CGI function.

Security SummaryAI

CVE-2026-2526 is a command injection vulnerability affecting Wavlink WL-WN579A3 routers running firmware up to version 20210219. The issue resides in the multi_ssid function within the /cgi-bin/wireless.cgi script, where manipulation of the SSID2G2 argument enables attackers to inject and execute arbitrary commands. Associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-77 (Command Injection), it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), classifying it as medium severity. The vulnerability was publicly disclosed on 2026-02-16.

Exploitation requires low privileges (PR:L), such as those held by an authenticated user, and can be performed remotely over the network with low complexity and no user interaction. Successful attacks allow limited impacts on confidentiality, integrity, and availability, potentially enabling command execution on the device to alter configurations, extract sensitive data, or disrupt services.

Advisories from VulDB and a public exploit proof-of-concept on GitHub detail the manipulation vector but report no vendor response despite early disclosure contact. No patches or official mitigations are available, leaving affected devices exposed; security practitioners should isolate or decommission unpatched Wavlink WL-WN579A3 routers and monitor for exploit attempts.

The exploit has been made public and could be used in targeted attacks against exposed IoT devices.

Details

CWE(s)

Affected Products

wavlink
wl-wn579a3 firmware
≤ 2021-02-19

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 via public-facing web CGI script on router (T1190); enables arbitrary command execution on network device CLI (T1059.008).

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

References