Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-accessible REST API with a uniform hardcoded token effectively negates authentication (PR:N); only confidentiality impact applies as no write or availability effects are described.
Primary rating from Vendor (ibm).
CVSS VectorVendor: ibm
Lifecycle Timeline
2DescriptionCVE.org
IBM Storage Scale 5.2.3.0 through 5.2.3.8, and 6.0.0.0 through 6.0.1.0 GUI contains a hardcoded token in the source code, which was used for inter-node cluster communication and REST API authentication between GUI.
AnalysisAI
IBM Storage Scale GUI versions 5.2.3.0-5.2.3.8 and 6.0.0.0-6.0.1.0 ship with a hardcoded authentication token embedded in source code, granting any network-reachable attacker the ability to authenticate to the REST API and inter-node cluster communication channels without valid credentials. The static nature of the token means it is identical across every affected deployment, making a single disclosure universally exploitable against all unpatched instances. IBM has released a patch via advisory 7283308, and no public exploit or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
IBM Storage Scale (formerly IBM Spectrum Scale / GPFS) is an enterprise parallel file system used in HPC and large-scale storage environments. The vulnerability resides in the GUI component, which manages cluster administration and coordinates inter-node communication via a REST API. CWE-798 (Use of Hard-coded Credentials) identifies the root cause: a static token baked into the application source code at build time, used as a shared secret for both inter-node cluster communication and REST API authentication between GUI instances. Because the token is static and uniform across all affected installations - spanning CPE cpe:2.3:a:ibm:storage_scale:*:*:*:*:*:*:*:* - it cannot be rotated, revoked, or uniquely scoped per deployment. An attacker who obtains the token through source inspection, binary extraction, or disclosure can replay it against any vulnerable GUI endpoint to impersonate a legitimate cluster node.
RemediationAI
IBM has released a patch addressing this vulnerability; the authoritative fixed version details and upgrade instructions are available at https://www.ibm.com/support/pages/node/7283308, and administrators should consult this advisory directly since the exact patched version string was not independently confirmed in the available data. As an immediate compensating control prior to patching, restrict network access to the Storage Scale GUI and its REST API port using firewall rules or network segmentation, limiting reachability exclusively to trusted management hosts or VLANs - note this does not eliminate the hardcoded token but substantially reduces the attack surface by preventing external access. If inter-node GUI REST API communication is not operationally required in a given environment, disabling or binding the service to loopback or a dedicated management interface is a viable short-term measure, though this may impact cluster management functionality and should be validated against operational requirements before implementation.
More in Storage Scale
View allIBM Storage Scale GUI 5.1.9.0 through 5.1.9.6 and 5.2.0.0 through 5.2.1.1 contains a local privilege escalation vulnerab
IBM Storage Scale 5.2.2.0 and 5.2.2.1, under certain configurations, could allow an authenticated user to execute privil
IBM Storage Scale GUI 5.1.9.0 through 5.1.9.6 and 5.2.0.0 through 5.2.1.1 could allow a user to perform unauthorized act
IBM Storage Scale IBM S through rage Scale 5.2.3.0 - 5.2.3.5, and IBM S through rage Scale 6.0.0.0 - 6.0.0.1 could allow
IBM Storage Scale 5.2.3.0 and 5.2.3.1 could allow an authenticated user to obtain sensitive information from files due t
Plaintext credential disclosure in IBM Storage Scale Management GUI allows local users to extract administrator password
Same weakness CWE-798 – Use of Hard-coded Credentials
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58361
GHSA-xr96-mx7v-w32h