Detect Gladinet Triofox Improper Access Control Exploitation Detected in Elastic Security
Detects exploitation attempts targeting CVE-2025-12480, an improper access control vulnerability (CWE-284) in Gladinet Triofox. This vulnerability allows attackers to bypass access controls, potentially gaining unauthorized access to file storage and collaboration resources. Listed as a CISA Known Exploited Vulnerability, active exploitation has been observed in the wild.
MITRE ATT&CK
Elastic Detection Query
sequence by source.ip with maxspan=5m
[network where network.protocol == "http" and
(url.path : ("/api/*", "/admin/*", "/user/login*", "/token*", "/share/*") or
process.name : ("triofox*", "CentreStack*", "gladinet*")) and
http.request.method in ("GET", "POST", "PUT", "DELETE", "PATCH")] with runs=10
[network where network.protocol == "http" and
http.response.status_code in (200, 201, 403) and
url.path : ("/admin/*", "/user/login*", "/token*")] EQL sequence detection for CVE-2025-12480 identifying rapid repeated HTTP requests to Triofox endpoints followed by successful or forbidden responses, indicating access control bypass probing.
Data Sources
Required Tables
False Positives & Tuning
- Bulk file sync clients hitting API endpoints in rapid succession from trusted source IPs
- Triofox internal health monitoring probing authentication endpoints
- Authorized API integrations with high request rates from known service accounts
- Browser preloading or caching behaviors generating multiple rapid requests
Other platforms for CVE-2025-12480
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 1Triofox Unauthenticated Admin Endpoint Probe
Expected signal: IIS access log entries showing GET requests to /api/user/list, /admin/dashboard, /admin/users, /token, /api/settings from the test machine IP without authentication headers. Windows Security Event ID 4625 may appear if the application logs failed authentication attempts.
- Test 2Triofox Token Endpoint Brute Force Simulation
Expected signal: IIS log entries showing 30 POST requests to /token from the test IP within seconds, with HTTP 401 or 200 response codes. Application-level Triofox logs may record authentication attempts.
- Test 3Triofox File Access Path Traversal Probe
Expected signal: Windows Security event logs and IIS access logs recording HTTP GET requests to file-related Triofox endpoints without valid session tokens. Network telemetry in CrowdStrike or EDR showing outbound HTTP connections from the test machine to the Triofox server.
Unlock Pro Content
Get the full detection package for CVE-2025-12480 including response playbook, investigation guide, and atomic red team tests.