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-40004

CVE-2026-40004: ZTE uSmartview Privilege Escalation Flaw

CVE-2026-40004 is a privilege escalation vulnerability in ZTE Cloud PC client uSmartview affecting openssl.cnf configurations. Attackers can execute arbitrary code and gain elevated privileges locally.

Published: May 7, 2026

CVE-2026-40004 Overview

CVE-2026-40004 is a local privilege escalation vulnerability in the ZTE Cloud PC client uSmartview. The flaw stems from insecure handling of the openssl.cnf configuration file, allowing an attacker with local access to load attacker-controlled resources during execution. Successful exploitation results in arbitrary code execution and elevation of privileges on the affected host. The vulnerability is categorized under [CWE-427] (Uncontrolled Search Path Element). Exploitation requires physical access, low-level privileges, and user interaction, which limits the practical attack surface but does not eliminate insider risk.

Critical Impact

An authenticated local attacker can escalate privileges and execute arbitrary code by abusing how the uSmartview client resolves the openssl.cnf configuration file.

Affected Products

  • ZTE Cloud PC client uSmartview

Discovery Timeline

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

Technical Details for CVE-2026-40004

Vulnerability Analysis

The ZTE uSmartview Cloud PC client loads its OpenSSL configuration from openssl.cnf during startup. The client does not enforce a trusted, fully-qualified path or integrity validation when locating this configuration file. An attacker who can place or modify openssl.cnf along the search path used by the client can inject directives that load arbitrary OpenSSL engine modules or providers. Because OpenSSL engines run in the host process, attacker-controlled code executes within the privilege context of uSmartview.

Root Cause

The root cause is an Uncontrolled Search Path Element [CWE-427]. The application resolves openssl.cnf using a search order that includes locations writable by lower-privileged users. When OpenSSL parses the malicious configuration, directives such as engines or providers cause the library to load attacker-supplied dynamic libraries. This pattern converts a configuration file write into arbitrary code execution within the client process.

Attack Vector

Exploitation requires local access to the target system and user interaction to launch or re-launch the uSmartview client. The attacker plants a crafted openssl.cnf file and a companion malicious shared library in a location the client searches before the trusted system path. When the user starts the client, OpenSSL parses the rogue configuration and loads the attacker library, executing code with the privileges available to the client. Refer to the ZTE Security Bulletin for vendor-specific technical details.

Detection Methods for CVE-2026-40004

Indicators of Compromise

  • Presence of openssl.cnf files in user-writable directories adjacent to the uSmartview installation or working directory.
  • Unexpected dynamic libraries referenced by engines or providers directives within any openssl.cnf parsed by the client.
  • uSmartview process loading shared objects or DLLs from non-standard, user-writable paths.

Detection Strategies

  • Monitor file creation and modification events for openssl.cnf in directories accessible to standard users.
  • Audit module load events for the uSmartview process and alert on loads from paths outside the vendor installation directory.
  • Correlate uSmartview launches with subsequent privileged process activity that does not match baseline behavior.

Monitoring Recommendations

  • Enable endpoint logging for image and library loads, and forward events to a centralized analytics platform for path-based anomaly review.
  • Track child process creation from uSmartview and flag spawns of interpreters or shells.
  • Review user-writable directories on endpoints that run the Cloud PC client for unauthorized configuration files.

How to Mitigate CVE-2026-40004

Immediate Actions Required

  • Apply the vendor-provided update referenced in the ZTE Security Bulletin as soon as it is available for your deployment.
  • Restrict local and physical access to systems running the uSmartview client to trusted users only.
  • Inventory endpoints with uSmartview installed and prioritize patching for shared or kiosk-style workstations.

Patch Information

Consult the ZTE Security Bulletin for the fixed version of the uSmartview Cloud PC client and upgrade instructions. No other vendor advisory URLs are provided in the CVE record.

Workarounds

  • Remove write permissions on directories from which uSmartview resolves openssl.cnf for non-administrative users.
  • Set the OPENSSL_CONF environment variable to a fixed, administrator-controlled path that points to a trusted configuration file.
  • Audit and remove any unauthorized openssl.cnf files discovered alongside the client binaries before launching the application.
bash
# Configuration example: pin OpenSSL to a trusted config and lock down permissions
export OPENSSL_CONF="/etc/ssl/openssl.cnf"
chown root:root /etc/ssl/openssl.cnf
chmod 644 /etc/ssl/openssl.cnf

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechZte

  • SeverityMEDIUM

  • CVSS Score5.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:H/PR:L/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-427
  • Technical References
  • ZTE Security Bulletin
  • Related CVEs
  • CVE-2026-40001: ZTE Cloud Client Privilege Escalation Flaw

  • CVE-2026-34474: ZTE Router Information Disclosure Flaw

  • CVE-2026-44407: ZTE uSmartView DoS Vulnerability

  • CVE-2026-44406: ZTE uSmartView DLL Hijacking 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