Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2249+ Articles
157+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Gladinet CentreStack / Triofox Hardcoded AES Key Enables Unauthenticated LFI and RCE Chain
Gladinet CentreStack / Triofox Hardcoded AES Key Enables Unauthenticated LFI and RCE Chain

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2025-14611

Gladinet CentreStack / Triofox Hardcoded AES Key Enables Unauthenticated LFI and RCE Chain

A hardcoded AES cryptographic key in Gladinet CentreStack and Triofox allows unauthenticated attackers to exploit arbitrary local file inclusion, with active exploitation chaining this into full remote code execution. CISA added it to the KEV catalog.

Dylan H.

Security Team

August 7, 2026
6 min read

Affected Products

  • Gladinet CentreStack < 16.12.10420.56791
  • Gladinet Triofox < 16.12.10420.56791

Executive Summary

A critical insecure cryptography vulnerability in Gladinet CentreStack and Triofox exposes all versions prior to 16.12.10420.56791 to unauthenticated attack. The root cause is a hardcoded AES key embedded in the application source — an attacker who knows this static key can craft requests that exploit arbitrary local file inclusion (LFI), enabling access to sensitive configuration files including web.config.

In the wild, threat actors have been observed chaining CVE-2025-14611 with two related flaws — CVE-2025-30406 (hardcoded machineKey → ViewState deserialization) and CVE-2025-11371 — to achieve full unauthenticated remote code execution (RCE) in a single orchestrated attack workflow.

CISA added CVE-2025-14611 to the Known Exploited Vulnerabilities (KEV) catalog on December 15, 2025, with a remediation deadline of January 5, 2026.

AttributeValue
CVE IDCVE-2025-14611
CVSS Score9.8 (Critical)
Attack VectorNetwork
AuthenticationNone required
Privileges RequiredNone
User InteractionNone
EPSS37.83%
CISA KEVYes — added December 15, 2025
ExploitationActive in the wild

Vulnerability Overview

Root Cause

Gladinet CentreStack and Triofox use AES encryption to protect certain application data and authentication tokens. However, the encryption key is statically hardcoded in the source code rather than being generated at runtime per-installation. Any attacker who extracts or knows this hardcoded value — which has been circulating in threat actor communities following reverse engineering — can:

  1. Craft authentication bypass requests using the known key
  2. Manipulate application parameters to trigger local file inclusion
  3. Read arbitrary files from the web server, including the web.config configuration file containing sensitive secrets

Exploit Chain with CVE-2025-30406

When chained with CVE-2025-30406 (a separate hardcoded machineKey vulnerability), attackers progress from LFI to RCE:

CVE-2025-14611: Hardcoded AES key → Unauthenticated LFI
  ↓ Read web.config (contains machineKey value)
CVE-2025-30406: Known machineKey → Forge malicious ViewState payload
  ↓ Deserialize ViewState on server
CVE-2025-11371: Deserialization gadget → Arbitrary OS command execution
  ↓ Full unauthenticated RCE achieved

Threat intelligence from Huntress and Horizon3.ai indicates that observed attackers demonstrate pre-built exploit workflows with deep familiarity across all three vulnerability classes, suggesting organized and practiced threat actor groups.


Affected Products and Versions

ProductAffected VersionsFixed Version
Gladinet CentreStackAll versions < 16.12.10420.5679116.12.10420.56791
Gladinet TriofoxAll versions < 16.12.10420.5679116.12.10420.56791

CentreStack and Triofox are enterprise cloud file access and sharing platforms commonly deployed for remote access to on-premises file servers. Internet-exposed instances are particularly at risk.


Exploitation Timeline

DateEvent
2025Gladinet releases patch (version 16.12.10420.56791)
December 15, 2025CISA adds CVE-2025-14611 to KEV catalog
January 5, 2026CISA remediation deadline for federal agencies
OngoingActive exploitation observed by Huntress, Horizon3.ai, FINRA

FINRA issued a cybersecurity alert in January 2026 warning financial sector organizations specifically about active exploitation of Gladinet vulnerabilities.


Why This Is Especially Dangerous

Internet-Exposed by Design

CentreStack and Triofox are remote access products — they are intentionally exposed to the internet to allow remote file access. This dramatically expands the attack surface, as virtually all deployments are reachable from the public internet.

No Authentication Required

The exploit requires zero authentication. Any internet-connected machine can attempt exploitation without credentials, making mass scanning and exploitation trivial.

CISA KEV Means Active Exploitation Is Confirmed

CISA's KEV catalog is a list of vulnerabilities with confirmed evidence of active exploitation. Addition to the KEV is not speculative — it means threat actors are actively using this vulnerability against real targets right now.


Immediate Remediation

1. Patch Immediately

Upgrade to Gladinet CentreStack / Triofox version 16.12.10420.56791 or later. This is the only complete remediation.

2. Interim Mitigations (If Immediate Patching Is Not Possible)

  • Remove public internet exposure: Place the portal behind a VPN or zero-trust access layer
  • Restrict access by IP: Allow only known corporate IP ranges to reach the CentreStack/Triofox portal
  • Rotate credentials: Assume the web.config may have already been read — rotate all secrets, API keys, and database passwords stored therein
  • Block common exploit paths: Work with your WAF vendor to block known request patterns targeting this vulnerability

3. Post-Patch Actions

  • Audit access logs from the past 90+ days for anomalous activity
  • Search for evidence of LFI attempts (unusual file path parameters in logs)
  • Verify integrity of the web application (check for webshells or unauthorized file writes)
  • Rotate all credentials that may have been stored in web.config

Detection

Log Indicators to Hunt

IndicatorDescription
Unusual file path traversal strings in HTTP logsLFI exploitation attempt
Requests to / with crafted AES-encoded parametersExploitation attempt signature
Access to web.config content via HTTP responseSuccessful LFI
Unexpected outbound connections from the CentreStack serverPost-exploitation C2
New files in the web application directoryWebshell drop

Network Indicators

  • Outbound connections to unfamiliar IPs from CentreStack/Triofox server processes
  • Spike in POST request volume to authentication endpoints
  • Requests with anomalous Base64-encoded parameters targeting file paths

Key Takeaways

  1. CVSS 9.8 — No authentication required for initial exploitation; full RCE possible via chaining
  2. CISA KEV listed — Active exploitation in the wild is confirmed
  3. Patch to 16.12.10420.56791 immediately — No interim patch is safe; upgrade is mandatory
  4. Remove from internet exposure until patched — these are remote-access products exposed by design
  5. Rotate all web.config secrets — Assume configuration file may have been exfiltrated
  6. Audit logs back 90+ days — Exploitation may have begun well before discovery

References

  • Huntress — Active Exploitation of Gladinet CentreStack/Triofox
  • Horizon3.ai — CVE-2025-14611 Attack Research
  • FINRA Cybersecurity Alert — Gladinet Vulnerabilities (Jan 2026)
  • The Hacker News — Hard-Coded Gladinet Keys Let Attackers
  • CISA Known Exploited Vulnerabilities Catalog
  • SentinelOne — CVE-2025-14611 Vulnerability Database
#Gladinet#CentreStack#Triofox#CVE-2025-14611#LFI#RCE#Hardcoded Key#CISA KEV#Actively Exploited

Related Articles

CVE-2026-1340: Ivanti EPMM Code Injection Vulnerability

Ivanti Endpoint Manager Mobile (EPMM) contains a code injection vulnerability in the Android File Transfer module allowing unauthenticated remote code...

5 min read

CVE-2025-68613: n8n Remote Code Execution via Improper

CISA adds CVE-2025-68613 to the Known Exploited Vulnerabilities catalog — a CVSS 9.9 flaw in n8n's workflow expression evaluation system that enables...

5 min read

CVE-2026-63077: JetBrains TeamCity Deserialization RCE Added to CISA KEV

JetBrains TeamCity contains a critical deserialization of untrusted data vulnerability allowing unauthenticated remote code execution via the agent polling protocol. CISA has added it to the Known Exploited Vulnerabilities catalog.

5 min read
Back to all Security Alerts