<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>CentreStack - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/centrestack/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 30 Jul 2026 13:41:11 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/centrestack/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authentication Bypass Vulnerability in CentreStack</title><link>https://feed.craftedsignal.io/briefs/2026-07-centrestack-auth-bypass/</link><pubDate>Thu, 30 Jul 2026 13:41:11 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-centrestack-auth-bypass/</guid><description>CentreStack versions prior to 17.2 are vulnerable to an authentication bypass that allows unauthenticated attackers to manipulate account settings and enumerate system data via exposed API endpoints.</description><content:encoded><![CDATA[<p>CentreStack versions prior to 17.2 contain a critical authentication bypass vulnerability (CVE-2026-54367) originating from exposed API endpoints that fail to enforce necessary authorization checks. By leveraging a static shared encryption key, an unauthenticated attacker can generate valid, encrypted EntAcctId values. These values allow the attacker to forge identifiers for any user GUID, including those associated with system-wide cluster settings. Successful exploitation permits an attacker to perform unauthorized read, write, and delete operations on arbitrary account settings, and provides the capability to enumerate hosted tenant domains and administrative identities. This flaw poses a significant risk to organizations relying on CentreStack for managed file services, as it enables deep unauthorized access to the platform configuration and user data structures.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthenticated attackers to gain administrative-level visibility and control over the platform's account settings. This leads to the exposure of sensitive organizational tenant information, potential account takeover of administrative roles, and the ability to modify core system configurations. The compromise of tenant enumeration and administrative identity metadata significantly increases the risk of further targeted attacks against the organization's infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all CentreStack deployments to version 17.2 or later immediately to remediate CVE-2026-54367.</li>
<li>Review web server access logs for anomalous, high-frequency POST or GET requests targeting API endpoints associated with user or cluster setting management.</li>
<li>Perform a security audit of current administrative accounts to ensure no unauthorized identities or modified settings were introduced while the system was unpatched.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authentication-bypass</category><category>cve-2026-54367</category><category>api-security</category></item><item><title>CVE-2026-54366 CentreStack XXE Injection</title><link>https://feed.craftedsignal.io/briefs/2026-07-centrestack-xxe/</link><pubDate>Thu, 30 Jul 2026 13:41:05 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-centrestack-xxe/</guid><description>CentreStack versions prior to 17.4 are vulnerable to an unauthenticated XXE injection via the SharePoint storage configuration handler, allowing attackers to exfiltrate sensitive server-side files.</description><content:encoded><![CDATA[<p>CentreStack versions prior to 17.4 contain an XML external entity (XXE) injection vulnerability in the SharePoint storage configuration handler. This flaw allows an unauthenticated attacker to supply a malicious URL to the StorageConfig endpoint. The vulnerability exists because the application improperly processes user-supplied XML data without sufficient validation, permitting the inclusion of external DTD references. By sending a crafted request, an attacker can force the server to parse an external entity and exfiltrate the contents of local files out-of-band. This represents a significant risk, as the exfiltration of files such as Web.config can expose sensitive database credentials, configuration details, and cryptographic keys, leading to full system compromise or unauthorized access to backend storage.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies the target instance of CentreStack accessible via the internet.</li>
<li>Attacker crafts an XML payload containing a malicious external DTD reference targeting a local file (e.g., Web.config).</li>
<li>Attacker sends an unauthenticated HTTP POST request to the /StorageConfig endpoint of the CentreStack application.</li>
<li>The application processes the malicious XML payload within the SharePoint storage configuration handler.</li>
<li>The server performs an out-of-band request to the attacker-controlled DTD server as instructed by the XXE payload.</li>
<li>The server reads the target file content and includes it in the communication or triggers a side-channel exfiltration of the data.</li>
<li>The attacker captures the exfiltrated sensitive data, such as database credentials or encryption keys, from their controlled server.</li>
<li>Attacker uses the stolen credentials to gain persistent or elevated access to the CentreStack backend and associated storage environments.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to read arbitrary files from the filesystem of the hosting server. In typical enterprise deployments, this leads to the compromise of Web.config files, resulting in the theft of database connection strings, administrative credentials, and cryptographic keys. This impact compromises the confidentiality of all data managed by the CentreStack instance and enables further lateral movement into linked storage services like SharePoint.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade all instances of CentreStack to version 17.4 or later immediately to patch CVE-2026-54366.</li>
<li>Deploy the provided Sigma rule to webserver access logs to detect potential XXE probe attempts targeting the StorageConfig endpoint.</li>
<li>Review web server logs for HTTP requests to the StorageConfig endpoint originating from unexpected or untrusted external IP addresses.</li>
<li>If an instance was compromised, rotate all database credentials, API keys, and cryptographic secrets stored within Web.config and application settings.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>xxe</category><category>vulnerability</category><category>web-application</category></item><item><title>Authentication Bypass and RCE in CentreStack via Hardcoded Cryptographic Key</title><link>https://feed.craftedsignal.io/briefs/2026-07-centrestack-hardcoded-key/</link><pubDate>Thu, 30 Jul 2026 13:40:33 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-centrestack-hardcoded-key/</guid><description>CentreStack versions prior to 17.5 contain a hardcoded cryptographic key vulnerability, allowing unauthenticated attackers to forge authentication tokens and execute arbitrary code.</description><content:encoded><![CDATA[<p>CentreStack versions prior to 17.5 contain a critical cryptographic vulnerability where a hardcoded 'SysNumber' value is utilized as entropy for the AccessTicket.Encrypt() and AccessTicket.Decrypt() functions. Because this key is consistent across all installations, an unauthenticated attacker can effectively forge encrypted tokens. By crafting valid 'x-glad-auth' headers, an attacker can bypass authentication to access sensitive, privileged API endpoints. A primary objective identified for this exploit chain is the 'acquiretenantbackuptoken' endpoint, which facilitates the retrieval of a Domain Administrator IdentityTicket. Successful exploitation grants the attacker administrative control over the CentreStack instance, enabling remote code execution on the underlying server. This vulnerability represents a significant risk to organizations managing file server access and remote data synchronization via CentreStack, as it provides a direct path from unauthenticated network access to full system compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies an internet-facing CentreStack instance.</li>
<li>The attacker uses the known hardcoded 'SysNumber' to replicate the encryption routine used for AccessTicket generation.</li>
<li>The attacker crafts a malicious 'x-glad-auth' HTTP header using the forged token.</li>
<li>The attacker sends a crafted request to the 'acquiretenantbackuptoken' privileged API endpoint.</li>
<li>The backend service validates the forged token as authentic due to the static entropy key.</li>
<li>The server returns a high-privileged Domain Administrator IdentityTicket to the attacker.</li>
<li>The attacker uses the stolen IdentityTicket to authenticate to administrative API endpoints.</li>
<li>The attacker interacts with file management or configuration APIs to execute arbitrary commands on the host server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability leads to full unauthenticated remote code execution on the affected CentreStack server. This allows for complete data exfiltration, modification of system configurations, and lateral movement within the corporate network. Because this is a systemic vulnerability in the product's cryptographic implementation, all installations prior to version 17.5 are at risk of total compromise without requiring prior knowledge of legitimate user credentials.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for detection engineering teams:</p>
<ul>
<li>Upgrade CentreStack instances to version 17.5 or later immediately as the primary remediation for CVE-2026-54363.</li>
<li>Monitor web server logs for anomalous 'POST' or 'GET' requests to the '/acquiretenantbackuptoken' API endpoint originating from non-authenticated or external IP addresses.</li>
<li>Implement strict network perimeter controls to restrict access to CentreStack management API endpoints to trusted internal IP ranges only.</li>
<li>Deploy WAF rules to inspect and filter suspicious 'x-glad-auth' headers that deviate from expected token formatting or originate from suspicious sources.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>authentication-bypass</category><category>remote-code-execution</category><category>hardcoded-key</category></item></channel></rss>