CVE-2026-39907
Analyzed Analyzed - Analysis Complete
SMB Relay Vulnerability in Unisys WebPerfect Image Suite

Publication date: 2026-04-14

Last updated on: 2026-05-06

Assigner: VulnCheck

Description
Unisys WebPerfect Image Suite versions 3.0.3960.22810 and 3.0.3960.22604 expose an unauthenticated WCF SOAP endpoint on TCP port 1208 that accepts unsanitized file paths in the ReadLicense action's LFName parameter, allowing remote attackers to trigger SMB connections and leak NTLMv2 machine-account hashes. Attackers can submit crafted SOAP requests with UNC paths to force the server to initiate outbound SMB connections, exposing authentication credentials that may be relayed for privilege escalation or lateral movement within the network.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-14
Last Modified
2026-05-06
Generated
2026-06-16
AI Q&A
2026-04-15
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
unisys webperfect_image_suite 3.0.3960.22604
unisys webperfect_image_suite 3.0.3960.22810
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in Unisys WebPerfect Image Suite versions 3.0.3960.22810 and 3.0.3960.22604. It involves an unauthenticated WCF SOAP endpoint on TCP port 1208 that accepts unsanitized file paths in the ReadLicense action's LFName parameter.

Remote attackers can exploit this by sending crafted SOAP requests containing UNC paths, which cause the server to initiate outbound SMB connections. This behavior can leak NTLMv2 machine-account hashes.

The leaked authentication credentials may then be used for privilege escalation or lateral movement within the network.

Impact Analysis

The vulnerability can lead to unauthorized disclosure of NTLMv2 machine-account hashes by forcing the server to make outbound SMB connections.

Attackers can use these leaked credentials to escalate privileges or move laterally within your network, potentially gaining access to sensitive systems or data.

Detection Guidance

This vulnerability involves an unauthenticated WCF SOAP endpoint on TCP port 1208 that accepts unsanitized file paths, allowing remote attackers to trigger SMB connections and leak NTLMv2 hashes.

To detect this vulnerability on your network or system, you can monitor for unusual outbound SMB connection attempts originating from the affected server, especially those triggered by SOAP requests to TCP port 1208.

You may use network monitoring tools or commands to check for connections on TCP port 1208 and SMB traffic patterns.

  • Use netstat or equivalent to check if the service is listening on TCP port 1208: `netstat -an | grep 1208`
  • Monitor outbound SMB connections (typically TCP port 445) from the server using network monitoring tools or commands like `tcpdump` or `Wireshark`.
  • Inspect logs for SOAP requests to the ReadLicense action with suspicious UNC paths in the LFName parameter.
Mitigation Strategies

Immediate mitigation steps include restricting access to the WCF SOAP endpoint on TCP port 1208 to trusted users or networks only.

Additionally, monitoring and blocking outbound SMB connections that are not necessary can help prevent leakage of NTLMv2 hashes.

Applying any available patches or updates from Unisys for WebPerfect Image Suite versions 3.0.3960.22810 and 3.0.3960.22604 is recommended once they become available.

  • Restrict or firewall TCP port 1208 to prevent unauthorized access.
  • Monitor and restrict outbound SMB traffic from the affected server.
  • Review and harden authentication and network segmentation to limit lateral movement.
Compliance Impact

This vulnerability allows remote attackers to leak NTLMv2 machine-account hashes by exploiting an unauthenticated WCF SOAP endpoint that accepts unsanitized file paths. Such exposure of authentication credentials can lead to privilege escalation or lateral movement within the network.

The leakage of authentication credentials and potential unauthorized access could impact compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and secure access controls. However, specific effects on compliance are not detailed in the provided information.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-39907. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart