Cyber Resilience

CVE-2026-6483

HighRCE

Published: 17 April 2026

Published
17 April 2026
Modified
22 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.0004 11.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6483 is a high-severity Command Injection (CWE-77) vulnerability in Wavlink WL-WN530H4 (inferred from references). 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 11.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-6483 is an OS command injection vulnerability in the Wavlink WL-WN530H4 router firmware version 20220721. The issue resides in the strcat and snprintf functions within the /cgi-bin/internet.cgi script, where improper input handling allows attackers to inject and execute arbitrary operating system commands. This flaw, classified under CWE-77 (Command Injection) and CWE-78 (OS Command Injection), 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), indicating high severity due to its potential for significant impact on confidentiality, integrity, and availability.

Exploitation requires network access with high privileges, such as administrative authentication to the device, and low attack complexity with no user interaction needed. A remote attacker with these privileges can manipulate inputs to the affected CGI endpoint, injecting commands that execute in the context of the web server process. Successful exploitation enables full control over the router, including data exfiltration, modification of configurations, or disruption of network services.

Vendor guidance recommends upgrading to firmware version 2026.04.16, available via the official download link, to address the vulnerability. A proof-of-concept exploit has been publicly disclosed on GitHub, detailing the command injection in the set_add_routing functionality, as documented in VulDB advisories. No additional mitigations are specified beyond the patch.

EU & UK References

Vulnerability details

A vulnerability was found in Wavlink WL-WN530H4 20220721. This vulnerability affects the function strcat/snprintf of the file /cgi-bin/internet.cgi. The manipulation results in os command injection. It is possible to launch the attack remotely. The exploit has been made public and…

more

could be used. Upgrading to version 2026.04.16 is able to resolve this issue. 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?

OS command injection in public-facing CGI script directly enables exploitation of public-facing application (T1190) and arbitrary Unix shell command execution on the router (T1059.004).

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

CVEs Like This One

CVE-2026-9454Shared CWE-77, CWE-78
CVE-2026-6116Shared CWE-77, CWE-78
CVE-2026-6158Shared CWE-77, CWE-78
CVE-2026-7138Shared CWE-77, CWE-78
CVE-2025-9387Shared CWE-77, CWE-78
CVE-2025-15472Shared CWE-77, CWE-78
CVE-2026-2260Shared CWE-77, CWE-78
CVE-2026-9385Shared CWE-77, CWE-78
CVE-2026-4465Shared CWE-77, CWE-78
CVE-2026-7125Shared CWE-77, CWE-78

Affected Assets

Wavlink
WL-WN530H4
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 OS command injection vulnerability by requiring timely installation of the vendor-recommended firmware upgrade to version 2026.04.16.

prevent

Prevents command injection by enforcing input validation and error handling at the vulnerable /cgi-bin/internet.cgi interface using strcat/snprintf.

detectrespond

Detects the publicly disclosed CVE-2026-6483 through vulnerability scanning of the router firmware and triggers remediation via patching.

References