Description
When processing a request with a URL path starting with /status or /sysinfo, WOSHttpStatusModule.dll is to be loaded to handle such URL patterns. The WOSBin_LoadHttpModule function in the dll would be called to set up a "module" object for that module. However, WOSHttpStatusModule.dll is not present in the installation. As a result, a function pointer to WOSBin_LoadHttpModule (which would have been in the export table in WOSHttpStatusModule.dll) is set to NULL, resulting in calling a function at address 0.
Published: 2026-05-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A null pointer dereference occurs when the Gladinet Triofox web server receives an HTTP request whose URL path starts with /status or /sysinfo. Under normal conditions the WOSHttpStatusModule.dll would be loaded and its entry point WOSBin_LoadHttpModule would initialize the module. Because the DLL is missing, the function pointer is set to NULL and the server attempts to call address 0. This causes the process handling the request to crash and the request to fail, resulting in a denial‑of‑service for that session. The flaw is a classic NULL Pointer Dereference (CWE‑476) and does not provide a path for arbitrary code execution; its impact is limited to service availability rather than confidentiality or integrity.

Affected Systems

The vulnerability affects the Gladinet Triofox product suite. Exact affected versions are not enumerated in the CVE, so any installation that lacks the WOSHttpStatusModule.dll and processes the /status or /sysinfo paths may be vulnerable.

Risk and Exploitability

The CVSS base score of 7.5 indicates high severity with medium likelihood of exploitation under typical conditions. EPSS data is not available, but the attack can be triggered remotely by submitting an HTTP request to the specified URL paths without authentication. The exploit immediately disrupts legitimate traffic, creating a denial of service. Because the flaw is a NULL pointer dereference rather than an injection or privilege escalation, the risk is confined to availability; it does not threaten confidentiality or integrity. The vulnerability is not listed in the CISA KEV catalog, so no public exploits are confirmed, yet the simplicity of the trigger makes it attractive for automated scanners.

Generated by OpenCVE AI on May 27, 2026 at 21:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update or patch the Gladinet Triofox installation to a version that includes the WOSHttpStatusModule.dll or applies the vendor-recommended fix, ensuring the function pointer is valid and preventing the crash.
  • If an immediate patch is unavailable, block or disable the /status and /sysinfo URL paths at the web server or application firewall level to stop the null‑pointer call from being triggered.
  • Deploy monitoring and alerting for application crashes or abnormal process terminations so that potential exploitation attempts are detected early.

Generated by OpenCVE AI on May 27, 2026 at 21:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 02:15:00 +0000

Type Values Removed Values Added
First Time appeared Gladinet
Gladinet triofox
Vendors & Products Gladinet
Gladinet triofox

Wed, 27 May 2026 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 27 May 2026 20:15:00 +0000

Type Values Removed Values Added
Description When processing a request with a URL path starting with /status or /sysinfo, WOSHttpStatusModule.dll is to be loaded to handle such URL patterns. The WOSBin_LoadHttpModule function in the dll would be called to set up a "module" object for that module. However, WOSHttpStatusModule.dll is not present in the installation. As a result, a function pointer to WOSBin_LoadHttpModule (which would have been in the export table in WOSHttpStatusModule.dll) is set to NULL, resulting in calling a function at address 0.
Title Gladinet Triofox WOSHttpStatusModule.dll NULL Function Pointer Call DoS
Weaknesses CWE-476
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Gladinet Triofox
cve-icon MITRE

Status: PUBLISHED

Assigner: tenable

Published:

Updated: 2026-05-27T20:26:19.922Z

Reserved: 2026-05-11T19:17:36.248Z

Link: CVE-2026-8359

cve-icon Vulnrichment

Updated: 2026-05-27T20:26:16.960Z

cve-icon NVD

Status : Received

Published: 2026-05-27T20:16:42.590

Modified: 2026-05-27T21:16:19.293

Link: CVE-2026-8359

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T02:00:04Z

Weaknesses