The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-44406

CVE-2026-44406: ZTE uSmartView DLL Hijacking Vulnerability

CVE-2026-44406 is a DLL hijacking flaw in ZTE Cloud PC client uSmartView that enables privilege escalation to SYSTEM level. This article covers the technical details, security impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-44406 Overview

CVE-2026-44406 is a DLL hijacking vulnerability [CWE-427] in the ZTE Cloud PC client uSmartView. The flaw resides in uSmartViewServiceAgent.exe, which runs with SYSTEM privileges on Windows hosts. A local attacker who can place a malicious dynamic-link library in a directory searched by the service can trigger arbitrary code execution at the highest local privilege level. Successful exploitation leads to local code execution, privilege escalation from a standard user to SYSTEM, and memory corruption within the affected process.

Critical Impact

Local attackers can escalate to SYSTEM privileges and execute arbitrary code on hosts running the ZTE Cloud PC uSmartView client.

Affected Products

  • ZTE Cloud PC client uSmartView
  • uSmartViewServiceAgent.exe service component
  • Windows endpoints running the vulnerable client

Discovery Timeline

  • 2026-05-07 - CVE-2026-44406 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-44406

Vulnerability Analysis

The vulnerability stems from insecure library loading in the ZTE Cloud PC uSmartView client. The uSmartViewServiceAgent.exe process loads one or more DLLs without specifying a fully qualified path or without validating the loaded module. Windows then resolves the module name through its default search order, which includes directories writable by non-privileged users in some configurations.

Because the agent runs as SYSTEM, any DLL it loads inherits SYSTEM privileges. A standard user who can drop a crafted DLL into a directory that precedes the legitimate library in the search order will have that code executed in the context of the privileged service. The advisory also notes resulting memory corruption, indicating the loaded DLL can disrupt the service's address space.

Root Cause

The root cause is uncontrolled search path element handling [CWE-427]. The application does not pin DLL loads to a trusted absolute path, does not enforce code signing on loaded modules, and does not call SetDefaultDllDirectories or use LOAD_LIBRARY_SEARCH_SYSTEM32 flags to constrain the search order.

Attack Vector

Exploitation requires local access to a host running the vulnerable client. The attacker writes a malicious DLL named after a library that uSmartViewServiceAgent.exe loads. The DLL is placed in a writable directory that Windows searches before the legitimate location. When the service starts, restarts, or otherwise triggers the load, the malicious DLL executes as SYSTEM. No user interaction beyond normal client usage is required, and no prior privileges beyond a local user account are needed.

No public exploit code is referenced in the advisory. Technical details are described in prose; see the ZTE Security Bulletin for vendor information.

Detection Methods for CVE-2026-44406

Indicators of Compromise

  • Unsigned or unexpected DLL files located in the installation directory of the ZTE Cloud PC uSmartView client or in user-writable directories on the PATH.
  • uSmartViewServiceAgent.exe loading modules from non-standard paths such as user profile, Downloads, or temporary directories.
  • New child processes spawned by uSmartViewServiceAgent.exe running as NT AUTHORITY\SYSTEM.

Detection Strategies

  • Monitor Windows Sysmon Event ID 7 (Image Loaded) for uSmartViewServiceAgent.exe and alert on DLLs that are unsigned or located outside the trusted install path.
  • Hunt for file-write events that drop DLLs into directories adjacent to the uSmartView binaries, especially when the writing process is not an installer or update service.
  • Correlate service start events with subsequent loads of newly created DLLs to identify hijack attempts.

Monitoring Recommendations

  • Baseline the legitimate set of DLLs loaded by uSmartViewServiceAgent.exe and alert on deviations.
  • Track creation of executable content in any directory writable by non-administrative users on systems running the client.
  • Forward endpoint telemetry to a centralized analytics platform to detect privilege escalation chains across the fleet.

How to Mitigate CVE-2026-44406

Immediate Actions Required

  • Identify all hosts with the ZTE Cloud PC uSmartView client installed and prioritize patching according to the vendor bulletin.
  • Restrict write permissions on the uSmartView installation directory and on any directory present in the system or service PATH.
  • Enforce application allowlisting to block execution of unsigned DLLs by privileged services.

Patch Information

Refer to the ZTE Security Bulletin for the fixed version of uSmartView. Apply the vendor-supplied update on all affected Windows endpoints. After upgrading, verify that uSmartViewServiceAgent.exe loads only signed libraries from the trusted installation path.

Workarounds

  • Remove or stop the uSmartViewServiceAgent service on hosts that do not require Cloud PC connectivity until the patch is applied.
  • Apply NTFS access control lists that prevent non-administrators from writing to directories searched by the service.
  • Configure Windows Defender Application Control or AppLocker policies to block unsigned DLL loads by uSmartViewServiceAgent.exe.
bash
# Restrict write access to the uSmartView install directory (run as Administrator)
icacls "C:\Program Files\ZTE\uSmartView" /inheritance:r
icacls "C:\Program Files\ZTE\uSmartView" /grant:r "SYSTEM:(OI)(CI)F" "Administrators:(OI)(CI)F" "Users:(OI)(CI)RX"

# Stop and disable the service until patched
sc stop uSmartViewServiceAgent
sc config uSmartViewServiceAgent start= disabled

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechZte

  • SeverityMEDIUM

  • CVSS Score5.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-427
  • Technical References
  • ZTE Security Bulletin
  • Related CVEs
  • CVE-2026-40003: ZTE ZX297520V3 BootROM RCE Vulnerability

  • CVE-2024-10119: ZTE WRTM326 Firmware RCE Vulnerability

  • CVE-2026-40001: ZTE Cloud Client Privilege Escalation Flaw

  • CVE-2026-34474: ZTE Router Information Disclosure Flaw
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