CVE-2026-8360
Description
Function calls to WOSCommonUtil.dll!WOSSysInfoGetDeviceInterface() in various DLLs (i.e., WOSProfileMgrModule.dll, WOSWebDavModule.dll) can return a NULL pointer (i.e., when no user is logged into the Triofox Server Agent Management Console). The returned NULL pointer is not checked before being dereferenced.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A NULL pointer dereference in Gladinet Triofox Server Agent allows remote denial of service when no user is logged into the management console.
Vulnerability
A NULL pointer dereference vulnerability exists in the WOSSysInfoGetDeviceInterface() function within WOSCommonUtil.dll of Gladinet Triofox Server Agent version 17.1.10488.57063 [1]. This function is called from various DLLs, including WOSProfileMgrModule.dll and WOSWebDavModule.dll. When no user is logged into the Triofox Server Agent Management Console, the function returns a NULL pointer, which is subsequently dereferenced without a prior check, leading to a crash.
Exploitation
An unauthenticated remote attacker can trigger this vulnerability by sending a crafted HTTP request to the Triofox Server Agent service (listening on TCP port 7878) when no user is logged into the Management Console [1]. The attacker does not require any prior authentication or user interaction. The exact endpoint that triggers the vulnerable code path is not specified in the available references, but the service processes requests to paths such as /resources, /status, /sysinfo, etc., which may invoke the vulnerable function.
Impact
Successful exploitation results in a denial of service (DoS) condition, causing the Triofox Server Agent service to crash. This disrupts file sharing and other functionality provided by the agent. The CVSS v3 base score of 7.5 (High) reflects the high availability impact and the low complexity of the attack.
Mitigation
As of the publication date, no official patch has been disclosed in the available references [1]. Administrators should ensure that at least one user is logged into the Triofox Server Agent Management Console to avoid the NULL pointer condition. Additionally, restricting network access to TCP port 7878 to trusted hosts can reduce the attack surface until a fix is applied.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.