LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2025-30406: Gladinet CentreStack and Triofox Use of Hard-coded Cryptographic Key Vulnerability

RBRecent Breaches Vulnerability Intelligence·Apr 8, 2025
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Apr 29, 2025
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2025-30406 to its Known Exploited Vulnerabilities catalog on Apr 8, 2025, with a federal patch deadline of Apr 29, 2025 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Gladinet CentreStack and Triofox contains a use of hard-coded cryptographic key vulnerability in the way that the application manages keys used for ViewState integrity verification. Successful…

CVE-2025-30406 is a use of hard-coded cryptographic key vulnerability in Gladinet CentreStack and Triofox. The applications rely on a fixed key for ViewState integrity checks; an attacker who knows or obtains that key can forge ViewState data that the server accepts and deserializes, resulting in remote code execution. This matters because successful exploitation gives an unauthenticated or low-privilege attacker the ability to run arbitrary code on the host, potentially compromising the file-sharing or remote-access service and any data it handles.

Defenders should treat the issue as high priority for any deployment of these products and confirm all version, configuration, and patch details against the vendor advisory before acting.

How it works

The underlying weakness is CWE-321: use of a hard-coded cryptographic key. In ASP.NET-style applications, ViewState is a client-side blob that the server re-hydrates on post-back; integrity is normally protected by a machine key so that only the legitimate server can produce valid payloads. When that key is hard-coded rather than randomly generated and stored securely, any party who learns the key can craft a ViewState object that passes the integrity check. The forged object is then deserialized on the server. Deserialization of untrusted data frequently leads to remote code execution when gadget chains or other unsafe type handling are present. The CISA summary states that successful exploitation of this hard-coded-key flaw allows an attacker to forge ViewState payloads for server-side deserialization and thereby achieve remote code execution. Exact payload construction and any required network conditions must be confirmed against the vendor advisory; no public exploit details are assumed here.

Am I affected? How to find it in your systems

Gladinet CentreStack and Triofox are typically deployed as on-premises or hybrid file-sharing / remote-access platforms that provide web-based access to internal storage. They commonly run on Windows servers with IIS and expose HTTPS endpoints for user and administrative portals.

If the product is present, treat it as potentially vulnerable until the advisory confirms otherwise.

How to remediate

The primary remediation is to apply the vendor-supplied update that removes or properly randomizes the hard-coded key used for ViewState integrity. Follow the installation and verification steps published in the Gladinet advisory exactly; do not rely on generic version numbers or patch IDs not listed there.

If you can't patch immediately

Until the vendor update can be installed, reduce exposure with compensating controls appropriate to this class of flaw:

If your data may have been exposed

Actively exploited remote-code-execution vulnerabilities frequently lead to full host compromise and subsequent data theft or ransomware deployment; although ransomware use is not documented for this CVE, treat any confirmed exploitation as a potential breach. Isolate the affected system, preserve forensic evidence, and begin incident-response procedures. As a quick check for prior credential or personal-data exposure, you can run a free exposure scan of your email addresses against known breach data sets.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedGladinet · CentreStack
WeaknessCWE-321
Added to CISA KEVApr 8, 2025
Federal patch deadlineApr 29, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities