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

CVE-2026-5055: NoMachine Privilege Escalation Vulnerability

CVE-2026-5055 is a local privilege escalation vulnerability in NoMachine that allows attackers to gain SYSTEM-level access through an uncontrolled search path. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-5055 Overview

CVE-2026-5055 is an Uncontrolled Search Path Element vulnerability affecting NoMachine that enables local privilege escalation. This vulnerability allows local attackers to escalate privileges on affected installations of NoMachine by exploiting how the NoMachine Device Server loads libraries from an unsecured location. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.

The specific flaw exists within the NoMachine Device Server component. By placing a malicious library in an unsecured path, an attacker can leverage this vulnerability to escalate privileges and execute arbitrary code in the context of SYSTEM.

Critical Impact

Local attackers with low-privileged access can escalate to SYSTEM-level privileges, enabling complete system compromise and arbitrary code execution with the highest Windows privileges.

Affected Products

  • NoMachine (all affected versions as per vendor advisory)
  • NoMachine Device Server component

Discovery Timeline

  • 2026-04-11 - CVE-2026-5055 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-5055

Vulnerability Analysis

This vulnerability is classified as CWE-427 (Uncontrolled Search Path Element), a category of security flaws where an application searches for and loads executable code or libraries from directories that may be under attacker control. In the case of NoMachine Device Server, the software loads a library from an unsecured location without proper validation of the library source.

The vulnerability requires local access with low-privileged user credentials as a prerequisite. Once an attacker has established this initial foothold, they can exploit the insecure library loading behavior to achieve privilege escalation to SYSTEM level. This represents a complete compromise of confidentiality, integrity, and availability on the affected system.

Root Cause

The root cause of CVE-2026-5055 stems from the NoMachine Device Server's failure to properly secure or validate the search path used when loading dynamic libraries. When the software attempts to load a required library, it searches directories in a specific order, and one or more of these directories can be manipulated by a low-privileged user. By placing a malicious library with an expected filename in such a directory, attackers can hijack the library loading process.

This type of vulnerability commonly occurs when:

  • The application does not use absolute paths for library loading
  • The DLL search order includes user-writable directories before secure system directories
  • Proper access controls are not enforced on directories in the search path

Attack Vector

The attack vector for CVE-2026-5055 is local, requiring the attacker to have existing access to the target system with the ability to execute low-privileged code. The exploitation workflow typically involves:

  1. An attacker gains initial access to the target system with a low-privileged user account
  2. The attacker identifies the vulnerable library loading behavior in the NoMachine Device Server
  3. A malicious DLL is crafted with the expected library name and placed in an unsecured directory within the search path
  4. When the NoMachine Device Server loads or restarts, it locates and loads the attacker's malicious library
  5. The malicious code executes in the context of SYSTEM, providing the attacker with full administrative control

This vulnerability was tracked internally as ZDI-CAN-28494 before public disclosure. For additional technical details, refer to the Zero Day Initiative Advisory ZDI-26-249.

Detection Methods for CVE-2026-5055

Indicators of Compromise

  • Unexpected DLL files appearing in NoMachine installation directories or user-writable paths within the search order
  • Unusual process behavior from NoMachine Device Server (nxserver.exe or related processes)
  • Evidence of SYSTEM-level processes spawned by NoMachine components executing unexpected code
  • Modified file timestamps on legitimate NoMachine libraries or the presence of similarly-named DLL files

Detection Strategies

  • Monitor for DLL file creation events in directories commonly used by NoMachine and within the Windows DLL search path
  • Implement application whitelisting to detect unauthorized libraries being loaded by NoMachine processes
  • Use endpoint detection and response (EDR) solutions like SentinelOne to identify anomalous library loading behavior and privilege escalation attempts
  • Enable Windows Security Event logging for process creation (Event ID 4688) and audit object access to track suspicious file operations

Monitoring Recommendations

  • Configure SentinelOne agents to alert on suspicious DLL side-loading activities targeting NoMachine processes
  • Establish baseline behavior for NoMachine Device Server processes and alert on deviations
  • Monitor for new files created in NoMachine installation directories by non-administrative users
  • Implement integrity monitoring on critical NoMachine directories to detect unauthorized modifications

How to Mitigate CVE-2026-5055

Immediate Actions Required

  • Review NoMachine installations and ensure they are updated to the latest patched version when available from the vendor
  • Restrict write access to NoMachine installation directories and any directories in the library search path to administrators only
  • Implement application control policies to prevent unauthorized DLL execution
  • Deploy SentinelOne Singularity Platform to detect and block privilege escalation attempts targeting this vulnerability

Patch Information

Organizations should monitor NoMachine for official security patches addressing CVE-2026-5055. Refer to the Zero Day Initiative Advisory ZDI-26-249 for the latest information on vendor response and patch availability.

Workarounds

  • Apply strict file system permissions to ensure only administrators can write to directories in the NoMachine library search path
  • Use Windows Group Policy to enforce DLL search order restrictions via the SafeDllSearchMode registry setting
  • Consider restricting NoMachine service execution to dedicated, hardened systems with minimal user access
  • Implement application whitelisting solutions to prevent unauthorized library loading
bash
# Verify and restrict permissions on NoMachine installation directory (PowerShell)
# Ensure only SYSTEM and Administrators have write access
icacls "C:\Program Files\NoMachine" /inheritance:r /grant:r "SYSTEM:(OI)(CI)F" /grant:r "Administrators:(OI)(CI)F" /grant:r "Users:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechNomachine

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Zero Day Initiative Advisory ZDI-26-249
  • Related CVEs
  • CVE-2026-5053: NoMachine Privilege Escalation Vulnerability

  • CVE-2026-5054: NoMachine Privilege Escalation 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