Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://www.tenable.com/security/research/TRA-2026-45
- https://www.tenable.com/security/research/TRA-2026-45
FAQ
What is CVE-2026-8359?
CVE-2026-8359 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-8359?
CVE-2026-8359 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8359?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.