CVE-2026-30403
Published: 19 March 2026
Summary
CVE-2026-30403 is a high-severity Path Traversal (CWE-22) 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 22.3th 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-3 (Access Enforcement) and SI-10 (Information Input Validation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the arbitrary file read flaw in wgcloud's test connection function through identification, reporting, and patching.
Validates inputs to the vulnerable test connection function to block path traversal exploits enabling arbitrary file reads.
Enforces access control policies to prevent unauthorized logical access to server files via the unauthenticated backend function.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary file read (path traversal) in a network-accessible web/backend component directly enables remote exploitation of public-facing applications (T1190) and collection of arbitrary local files (T1005), including credential files (T1552.001).
NVD Description
There is an arbitrary file read vulnerability in the test connection function of backend database management in wgcloud v3.6.3 and before, which can be used to read any file on the victim's server.
Deeper analysisAI
CVE-2026-30403 is an arbitrary file read vulnerability, classified under CWE-22, affecting the test connection function in the backend database management component of wgcloud versions 3.6.3 and earlier. This flaw allows unauthorized access to any file on the affected server. The vulnerability 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) and was published on 2026-03-19T17:16:23.950.
An unauthenticated remote attacker can exploit this vulnerability over the network with low attack complexity and without requiring user interaction. Successful exploitation enables the attacker to read arbitrary files on the victim's server, potentially disclosing sensitive configuration data, credentials, or other critical information.
Advisories and discussions on mitigation are available in the following GitHub issues: https://github.com/TTTlw1024/qwe/issues/2 and https://github.com/tianshiyeben/wgcloud/issues/97.
Details
- CWE(s)