CVE-2025-14611: Gladinet CentreStack and Triofox Hard Coded Cryptographic Vulnerability
Gladinet CentreStack and TrioFox contain a hardcoded cryptographic keys vulnerability for their implementation of the AES cryptoscheme. This vulnerability degrades security for public exposed…
How it works
The underlying weakness is CWE-798, the use of hard-coded credentials. Here the product embeds static keys for its AES scheme instead of deriving or loading them securely at runtime.
An attacker who reaches an exposed endpoint can use the known keys to bypass intended encryption controls. The same condition may allow a crafted request to retrieve arbitrary local files without authentication.
Am I affected? How to find it in your systems
CentreStack and Triofox are typically deployed as on-premises or cloud-hosted file synchronization and collaboration servers. Begin by inventorying every installation through configuration management databases, package managers, or network scans for the associated services.
- Identify instances that accept connections from the public internet or untrusted networks.
- Review endpoint exposure settings and any reverse-proxy or load-balancer configurations that publish the services.
- Examine application and web-server logs for requests containing unusual parameters that could indicate local file inclusion attempts.
Exact version checks and configuration details must be confirmed against the vendor advisory.
How to remediate
Apply the vendor-supplied update referenced in the advisory. After patching, restrict public exposure of the affected endpoints and enforce network controls that limit which addresses can reach the services.
- Replace or isolate any deployments that cannot be updated promptly.
- Follow applicable BOD 22-01 guidance for cloud-hosted instances.
If you can't patch immediately
Apply mitigations described by the vendor or discontinue use of the product if those mitigations are unavailable. Segment the affected systems so they are reachable only from trusted management networks. Deploy web-application firewall rules that block requests exhibiting local-file-inclusion patterns. Increase logging and alerting on the endpoints to detect anomalous unauthenticated access attempts.
If your data may have been exposed
Actively exploited vulnerabilities of this class have led to unauthorized access and subsequent breaches. Run a free exposure scan of your organization’s email addresses against known breach data to determine whether related credentials or files have already appeared in public datasets.
AICompiled with AI assistance from public sources and published under our editorial standards.