CVE-2026-8360
NULL Pointer Dereference in Triofox Server Agent Management Console
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: Tenable Network Security, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs because certain function calls to WOSCommonUtil.dll!WOSSysInfoGetDeviceInterface() in various DLLs (such as WOSProfileMgrModule.dll and WOSWebDavModule.dll) can return a NULL pointer when no user is logged into the Triofox Server Agent Management Console. The problem is that the returned NULL pointer is not checked before it is used (dereferenced), which can lead to errors or crashes.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily availability-related. Since the NULL pointer is dereferenced without checking, it can cause the affected application or service to crash or become unavailable. According to the CVSS score, the vulnerability has a high impact on availability but does not affect confidentiality or integrity.