CVE-2026-30404
Published: 19 March 2026
Summary
CVE-2026-30404 is a high-severity SSRF (CWE-918) vulnerability in Wgstart Wgcloud. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.8th 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-4 (Information Flow Enforcement) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SSRF exploitation by validating and sanitizing user-supplied inputs to the wgcloud backend database management connection test feature.
Remediates the specific SSRF flaw in wgcloud v3.6.3 through timely identification, reporting, and correction via patching.
Enforces information flow control policies to block unauthorized server-initiated requests to internal networks or external malicious resources caused by SSRF.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SSRF in public-facing connection test feature directly enables remote exploitation of the app (T1190); forces server-side file downloads from attacker locations (T1105); and permits internal network probing for hosts/services (T1046/T1018).
NVD Description
The backend database management connection test feature in wgcloud v3.6.3 has a server-side request forgery (SSRF) vulnerability. This issue can be exploited to make the server send requests to probe the internal network, remotely download malicious files, and perform other…
more
dangerous operations.
Deeper analysisAI
CVE-2026-30404 is a server-side request forgery (SSRF) vulnerability, classified under CWE-918, in the backend database management connection test feature of wgcloud version 3.6.3. Published on 2026-03-19T16:16:02.060, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), reflecting a high-impact confidentiality risk from network-accessible exploitation with low complexity and no privileges required.
Unauthenticated remote attackers can exploit this SSRF flaw to manipulate the wgcloud server into issuing unauthorized requests. This enables probing of internal networks, remote downloading of malicious files to the server, and execution of other dangerous operations, potentially leading to unauthorized access to sensitive internal resources.
Advisories and further details, including potential mitigation guidance, are available in the referenced GitHub issues: https://github.com/TTTlw1024/qwe/issues/3 and https://github.com/tianshiyeben/wgcloud/issues/98.
Details
- CWE(s)