Description
CentreStack before 17.3 contains an unauthenticated deserialization vulnerability in GSNamespace.dll that allows unauthenticated attackers to create arbitrary local OS user accounts by supplying a crafted base64-encoded XML string to exposed API endpoints. Attackers can send a malicious StorageConfigure parameter to the jsonimportuserbyupn, jsonimportuserbyupnex, or japiimportuserbyupn endpoints to trigger InternalImportAdUserByUPN(), causing GladinetCloudMonitor.exe to invoke the NetUserAdd Windows API with attacker-controlled credentials and create arbitrary directories on the server filesystem.
Published: 2026-07-30
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CentreStack prior to version 17.3 includes an unauthenticated deserialization flaw in GSNamespace.dll that permits attackers to craft a base64‑encoded XML payload and send it to API endpoints jsonimportuserbyupn, jsonimportuserbyupnex, or japiimportuserbyupn. The payload is processed by InternalImportAdUserByUPN(), which calls the Windows NetUserAdd API with attacker‑supplied credentials, creating arbitrary local operating‑system user accounts. This bypasses authentication checks (CWE‑306) and can allow an attacker to add accounts with elevated privileges on the host.

Affected Systems

All installations of Gladinet CentreStack with a version lower than 17.3 are affected. The vulnerability is present in any build of CentreStack that includes GSNamespace.dll before the 17.3 release.

Risk and Exploitability

The CVSS score of 8.7 indicates a high‑severity flaw. The EPSS score of less than 1% suggests that exploitation of this vulnerability is currently unlikely, and the vulnerability is not listed in CISA’s KEV catalog, reducing the immediate threat level. However, because the flaw is remotely exploitable without authentication, an attacker could trigger it from any network that has access to the exposed API endpoints. If successful, the attacker could create new local user accounts, potentially with administrative rights, yielding local privilege escalation and further compromise of the system.

Generated by OpenCVE AI on August 3, 2026 at 10:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update CentreStack to version 17.3 or later, which removes the vulnerable deserialization logic.
  • If an upgrade cannot be applied immediately, block or disable the StorageConfigure parameter on the jsonimportuserbyupn, jsonimportuserbyupnex, and japiimportuserbyupn endpoints so that the vulnerability cannot be exercised.
  • Limit network exposure by restricting access to the CentreStack API endpoints to trusted internal hosts only, ensuring that unauthenticated external traffic cannot reach the vulnerable endpoints.

Generated by OpenCVE AI on August 3, 2026 at 10:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:gladinet:centrestack:*:*:*:*:*:*:*:*

Fri, 31 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Gladinet
Gladinet centrestack
Vendors & Products Gladinet
Gladinet centrestack

Thu, 30 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Description CentreStack before 17.3 contains an unauthenticated deserialization vulnerability in GSNamespace.dll that allows unauthenticated attackers to create arbitrary local OS user accounts by supplying a crafted base64-encoded XML string to exposed API endpoints. Attackers can send a malicious StorageConfigure parameter to the jsonimportuserbyupn, jsonimportuserbyupnex, or japiimportuserbyupn endpoints to trigger InternalImportAdUserByUPN(), causing GladinetCloudMonitor.exe to invoke the NetUserAdd Windows API with attacker-controlled credentials and create arbitrary directories on the server filesystem.
Title CentreStack < 17.3 Unauthenticated User Creation via Deserialization in GSNamespace.dll
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Gladinet Centrestack
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:50:20.435Z

Reserved: 2026-06-12T20:20:02.947Z

Link: CVE-2026-54365

cve-icon Vulnrichment

Updated: 2026-07-31T22:51:36.278Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T13:16:51.503

Modified: 2026-07-31T23:17:24.820

Link: CVE-2026-54365

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T11:00:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function