Detect Gladinet CentreStack/Triofox Unauthorized File/Directory Access (CVE-2025-11371) in CrowdStrike LogScale
Detects exploitation of CVE-2025-11371, a CWE-552 vulnerability in Gladinet CentreStack and Triofox where files or directories are accessible to external parties without proper authorization. This CISA KEV-listed vulnerability allows unauthenticated or unauthorized actors to access sensitive files and directories exposed by the affected file-sharing platform.
MITRE ATT&CK
- Tactic
- Collection Exfiltration
LogScale Detection Query
#event_simpleName=NetworkConnectIP4 OR #event_simpleName=HttpRequest
| $falcon.metadata.eventType != "internal"
| RemotePort in [80, 443, 8080, 8443]
| HttpUrl = /(?i)\/(storage|files|share|download|content)\// OR HttpUrl = /(?i)(\.\.[\/\\]|%2e%2e|%252e%252e)/ OR HttpUrl = /(?i)\/(web\.config|appsettings|\.ssh|etc\/passwd)/
| HttpStatus in [200, 206, 301, 302]
| groupby([RemoteAddressIP4, HttpUrl, HttpStatus, HttpMethod, UserAgent], function=count(1, as=RequestCount))
| where RequestCount > 2
| sort(RequestCount, order=desc) CrowdStrike Falcon LogScale query identifying repeated external HTTP requests to file-serving endpoints, consistent with CVE-2025-11371 exploitation of Gladinet CentreStack or Triofox.
Data Sources
Required Tables
False Positives & Tuning
- Legitimate remote workforce accessing files via the CentreStack web portal from home networks
- Automated backup clients operating from cloud-hosted IPs
- Software update mechanisms polling file distribution endpoints
- Security team performing authorized file access testing
Other platforms for CVE-2025-11371
Testing Methodology
Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Unauthenticated File Enumeration via CentreStack Storage Endpoint
Expected signal: IIS access logs will show HTTP GET requests to /storage/, /files/, /share/ etc. from the test IP with no authentication headers. Responses of 200/206 indicate the vulnerability is present.
- Test 2Path Traversal Attempt Against CentreStack File Server
Expected signal: Web server logs will contain requests with URL-encoded traversal sequences. Windows Security Event Log Event ID 4663 may fire if file auditing is enabled and a real file is accessed.
- Test 3Bulk File Download Simulation from External IP
Expected signal: IIS logs will show high-volume sequential GET requests from a single external IP with large response sizes (sc-bytes). Network flow data will show sustained outbound data transfer to the test IP.
Unlock Pro Content
Get the full detection package for CVE-2025-11371 including response playbook, investigation guide, and atomic red team tests.