Cyber Resilience

CVE-2026-2566

High

Published: 16 February 2026

Published
16 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 7.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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.0006 18.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2566 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-2566 is a stack-based buffer overflow vulnerability (CWE-119, CWE-121) affecting Wavlink WL-NU516U1 firmware versions up to 130/260. The issue resides in the sub_406194 function within the /cgi-bin/adm.cgi script, where improper handling of the firmware_url argument enables the overflow. Published on 2026-02-16, it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H).

The vulnerability is exploitable remotely over the network by authenticated attackers possessing high privileges on the target device. Exploitation requires low complexity and no user interaction, allowing successful attackers to achieve high impacts across confidentiality, integrity, and availability, such as arbitrary code execution or denial of service.

Advisories from VulDB and a related GitHub repository detail the vulnerability and confirm that a public exploit has been disclosed. The vendor was notified early regarding the issue but provided no response, and no patches or official mitigations are referenced in the available sources. Security practitioners should isolate affected devices and monitor for anomalous firmware update attempts until further vendor guidance emerges.

EU & UK References

Vulnerability details

A security vulnerability has been detected in Wavlink WL-NU516U1 up to 130/260. This affects the function sub_406194 of the file /cgi-bin/adm.cgi. Such manipulation of the argument firmware_url leads to stack-based buffer overflow. The attack can be launched remotely. The exploit…

more

has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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?

Stack-based buffer overflow in public-facing /cgi-bin/adm.cgi (firmware_url) enables remote authenticated RCE on Linux-based router firmware, directly mapping to exploitation of public-facing applications and Unix shell command execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-6194Shared CWE-119, CWE-121
CVE-2026-3768Shared CWE-119, CWE-121
CVE-2026-6199Shared CWE-119, CWE-121
CVE-2026-5830Shared CWE-119, CWE-121
CVE-2026-3732Shared CWE-119, CWE-121
CVE-2026-5349Shared CWE-119, CWE-121
CVE-2026-6015Shared CWE-119, CWE-121
CVE-2026-5687Shared CWE-119, CWE-121
CVE-2026-6121Shared CWE-119, CWE-121
CVE-2026-3976Shared CWE-119, CWE-121

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of the firmware_url argument in adm.cgi to block the oversized input that triggers the stack overflow.

prevent

Applies memory-protection mechanisms that can prevent exploitation of the stack-based buffer overflow even if malformed input reaches sub_406194.

prevent

Limits the high-privilege accounts that can reach /cgi-bin/adm.cgi, reducing the population able to supply the malicious firmware_url parameter.

References