CVE-2026-8363
Description
A stack-based buffer overflow condition exists in WOSDeviceDropFolder.dll when processing a long URL path starting with /resources:
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stack-based buffer overflow in Gladinet Triofox Agent's WOSDeviceDropFolder.dll via crafted /resources URL, enabling unauthenticated remote code execution.
Vulnerability
A stack-based buffer overflow condition exists in WOSDeviceDropFolder.dll when processing an overly long URL path that starts with /resources. The vulnerable component is part of Gladinet Triofox Server Agent version 17.1.10488.57063. The GladServerAgentService.exe listens on TCP port 7878 and accepts HTTP requests without authentication. Any URL path beginning with /resources triggers the overflow if the path length exceeds the fixed stack buffer size.
Exploitation
An unauthenticated remote attacker can send a crafted HTTP request to port 7878 with a long /resources URL. No prior authentication or user interaction is required. The attacker can leverage the overflow to overwrite the return address on the stack. By controlling the length and content of the path, the attacker can redirect execution to shellcode embedded in the request.
Impact
Successful exploitation yields arbitrary code execution under the privileges of the GladServerAgentService.exe process. This grants the attacker full control over the server agent host, including the ability to list, view, add, change, and delete files on the Triofox Drive (M:). The compromise does not require credentials, making it a critical risk for confidentiality, integrity, and availability [1].
Mitigation
As of the publication date (2026-05-27), no fixed version is mentioned in the advisory. The vendor, Gladinet, has not released a patch for version 17.1.10488.57063. Until a patch is available, administrators should restrict inbound access to TCP port 7878 to trusted networks only, or disable the service if not needed. This vulnerability is not listed on CISA KEV as of the advisory date.
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.