Cyber Resilience

CVE-2026-30402

CriticalPublic PoCRCE

Published: 19 March 2026

Published
19 March 2026
Modified
02 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0072 48.9th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-30402 is a critical-severity Code Injection (CWE-94) vulnerability in Wgstart Wgcloud. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 48.9th percentile by exploit likelihood (below the median); 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 AC-14 (Permitted Actions Without Identification or Authentication) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-30402 is a critical vulnerability (CVSS 9.8, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) affecting wgcloud versions 2.3.7 and prior. The issue, classified under CWE-94 (code injection), enables a remote attacker to execute arbitrary code through the test connection function.

Any unauthenticated remote attacker can exploit this vulnerability over the network with low attack complexity and no user interaction required. Successful exploitation allows the attacker to achieve high-impact effects on confidentiality, integrity, and availability, including full arbitrary code execution on the targeted system.

Mitigation details and further information are available in the referenced GitHub issues: https://github.com/TTTlw1024/qwe/issues/1 and https://github.com/tianshiyeben/wgcloud/issues/96. The vulnerability was published on 2026-03-19T15:16:26.190.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An issue in wgcloud v.2.3.7 and before allows a remote attacker to execute arbitrary code via the test connection function

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.
Why these techniques?

CVE-2026-30402 is an unauthenticated remote code execution vulnerability in a network-accessible application (wgcloud), directly enabling exploitation of public-facing applications for initial access.

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

CVEs Like This One

CVE-2026-30403Same product: Wgstart Wgcloud
CVE-2026-30404Same product: Wgstart Wgcloud
CVE-2026-41229Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2026-40563Shared CWE-94
CVE-2024-32641Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-2052Shared CWE-94
CVE-2026-9170Shared CWE-94
CVE-2025-54451Shared CWE-94

Affected Assets

wgstart
wgcloud
≤ 2.3.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CWE-94 code injection in the test connection function by enforcing input validation mechanisms to reject malicious inputs.

prevent

Prevents unauthenticated remote attackers from accessing the vulnerable test connection function by limiting permitted actions without identification or authentication.

prevent

Addresses the specific flaw in wgcloud by identifying, reporting, and remediating the vulnerability through timely patching.

References