Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-39907

CVE-2026-39907: Unisys WebPerfect Information Disclosure

CVE-2026-39907 is an information disclosure vulnerability in Unisys WebPerfect Image Suite that exposes NTLMv2 hashes via unauthenticated SOAP endpoints. This article covers the technical details, affected versions, and steps.

Published: April 17, 2026

CVE-2026-39907 Overview

CVE-2026-39907 is an information disclosure vulnerability affecting Unisys WebPerfect Image Suite that allows remote attackers to leak NTLMv2 machine-account hashes through an unauthenticated WCF SOAP endpoint. The vulnerability exists due to improper input validation (CWE-73: External Control of File Name or Path) in the ReadLicense action's LFName parameter, which accepts unsanitized file paths including UNC paths.

Attackers can exploit this flaw by submitting crafted SOAP requests containing UNC paths to TCP port 1208, forcing the vulnerable server to initiate outbound SMB connections. This results in the exposure of NTLMv2 authentication credentials that can be captured by an attacker-controlled server and subsequently relayed for privilege escalation or lateral movement within the target network.

Critical Impact

Unauthenticated remote attackers can force NTLMv2 credential leakage, enabling credential relay attacks and potential lateral movement across enterprise networks.

Affected Products

  • Unisys WebPerfect Image Suite version 3.0.3960.22810
  • Unisys WebPerfect Image Suite version 3.0.3960.22604

Discovery Timeline

  • April 14, 2026 - CVE CVE-2026-39907 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-39907

Vulnerability Analysis

This vulnerability stems from an exposed WCF (Windows Communication Foundation) SOAP endpoint that listens on TCP port 1208 without requiring authentication. The endpoint's ReadLicense action accepts file path input through the LFName parameter, which fails to properly validate or sanitize the input before processing.

The lack of input sanitization allows attackers to inject UNC (Universal Naming Convention) paths such as \\attacker-server\share\file. When the vulnerable application attempts to access the specified path, it initiates an outbound SMB connection to the attacker-controlled server, automatically sending the machine account's NTLMv2 hash as part of the SMB authentication handshake.

The captured NTLMv2 hashes can be leveraged in several attack scenarios including offline password cracking, NTLM relay attacks against other network services, and pass-the-hash techniques for lateral movement.

Root Cause

The root cause is improper external control of file name or path (CWE-73), where the application fails to validate that user-supplied file paths are constrained to local file system resources only. The WCF SOAP endpoint accepts arbitrary path strings without checking for UNC path patterns or restricting access to a safe directory scope.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to TCP port 1208 can directly send malicious SOAP requests to the vulnerable endpoint. The exploitation flow involves:

  1. The attacker identifies a vulnerable Unisys WebPerfect Image Suite instance with port 1208 exposed
  2. The attacker sets up an SMB capture server (such as Responder or Impacket's smbserver.py)
  3. A crafted SOAP request is sent to the ReadLicense action containing a UNC path pointing to the attacker's server
  4. The vulnerable server attempts to read the file, initiating an SMB connection to the attacker
  5. The attacker captures the NTLMv2 hash from the SMB authentication attempt
  6. The hash can then be relayed, cracked, or used in further attacks

For detailed technical analysis and exploitation methodology, refer to the VulnCheck Advisory on Unisys WebPerfect.

Detection Methods for CVE-2026-39907

Indicators of Compromise

  • Unexpected outbound SMB connections (TCP port 445) from servers running Unisys WebPerfect Image Suite
  • Network traffic to TCP port 1208 from external or untrusted IP addresses
  • SOAP requests to the ReadLicense action containing UNC paths or backslash characters in the LFName parameter
  • Evidence of NTLM authentication attempts to unknown or external servers in Windows Security Event logs

Detection Strategies

  • Monitor network traffic for outbound SMB connections originating from application servers that should not initiate such connections
  • Implement intrusion detection rules to identify SOAP requests on port 1208 containing UNC path patterns (e.g., \\ followed by IP addresses or hostnames)
  • Review Windows Security Event Log (Event ID 4648) for explicit credential use to unusual or external destinations
  • Deploy network segmentation monitoring to detect anomalous east-west traffic following potential credential relay

Monitoring Recommendations

  • Configure firewall logging to capture all traffic to and from TCP port 1208
  • Implement SIEM correlation rules to alert on combinations of inbound SOAP traffic followed by outbound SMB connections
  • Monitor for authentication anomalies where machine accounts authenticate to unexpected services
  • Use SentinelOne's Singularity platform to detect and alert on suspicious network behavior and credential access patterns

How to Mitigate CVE-2026-39907

Immediate Actions Required

  • Block external network access to TCP port 1208 using perimeter and host-based firewalls
  • Restrict outbound SMB traffic (TCP 445) from servers running the vulnerable software to only authorized destinations
  • Implement network segmentation to isolate systems running Unisys WebPerfect Image Suite from sensitive network resources
  • Enable Extended Protection for Authentication (EPA) and SMB signing where possible to mitigate relay attacks

Patch Information

No official patch information is currently available in the CVE data. Organizations should monitor the Unisys Application Solutions page and the VulnCheck Advisory for updates on vendor remediation.

Workarounds

  • Configure Windows Firewall to block inbound connections to TCP port 1208 from untrusted networks
  • Block outbound SMB traffic at the network perimeter to prevent hash capture by external attackers
  • Consider disabling the WCF SOAP endpoint if the licensing functionality is not required for business operations
  • Implement network-level authentication requirements for access to the affected service
bash
# Block inbound traffic to TCP port 1208 (Windows Firewall PowerShell)
New-NetFirewallRule -DisplayName "Block WebPerfect WCF Port" -Direction Inbound -LocalPort 1208 -Protocol TCP -Action Block

# Block outbound SMB to external networks (adjust for internal ranges)
New-NetFirewallRule -DisplayName "Block Outbound SMB External" -Direction Outbound -RemotePort 445 -Protocol TCP -RemoteAddress "!10.0.0.0/8,!172.16.0.0/12,!192.168.0.0/16" -Action Block

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechUnisys

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Technical References
  • Unisys Application Solutions

  • VulnCheck Advisory on Unisys WebPerfect
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English