A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-23355

CVE-2025-23355: Nvidia Nsight Graphics RCE Vulnerability

CVE-2025-23355 is a remote code execution vulnerability in Nvidia Nsight Graphics for Windows caused by DLL hijacking. Attackers can execute code, escalate privileges, and cause denial of service. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: June 2, 2026

CVE-2025-23355 Overview

NVIDIA Nsight Graphics for Windows contains a DLL hijacking vulnerability in the ngfx component. An attacker with local access can place a malicious Dynamic-Link Library (DLL) in a location searched by the application, causing the trusted process to load attacker-controlled code. Successful exploitation can lead to arbitrary code execution, privilege escalation, data tampering, and denial of service. The flaw is tracked under CWE-427: Uncontrolled Search Path Element and requires user interaction to trigger the vulnerable load path.

Critical Impact

Local attackers can execute arbitrary code in the context of NVIDIA Nsight Graphics, enabling privilege escalation and persistent compromise of developer workstations.

Affected Products

  • NVIDIA Nsight Graphics for Windows (ngfx component)
  • Microsoft Windows host platforms running Nsight Graphics
  • Developer workstations using NVIDIA graphics debugging tooling

Discovery Timeline

  • 2025-10-01 - CVE-2025-23355 published to the National Vulnerability Database
  • 2025-10-22 - Last updated in NVD database
  • Vendor advisory - Published in NVIDIA Security Bulletin (Answer ID 5704)

Technical Details for CVE-2025-23355

Vulnerability Analysis

The vulnerability is a classic DLL hijacking flaw within the ngfx component of NVIDIA Nsight Graphics. When the application launches, it loads one or more DLLs without using a fully qualified path or without restricting the DLL search order. Windows then follows its standard library search sequence, which includes the application's working directory and other locations writable by the user. An attacker who can place a crafted DLL in such a location causes the legitimate Nsight process to map and execute the attacker's code. Because the exploit chain requires the victim to launch Nsight Graphics, the vulnerability is classified as local with user interaction. Once loaded, the malicious DLL runs with the privileges of the invoking user, which on developer machines frequently includes administrative rights.

Root Cause

The root cause is an uncontrolled search path element [CWE-427]. The ngfx component resolves dependent libraries through Windows' default search order rather than enforcing a hardened load policy such as LOAD_LIBRARY_SEARCH_SYSTEM32 or explicit absolute paths. This allows planted DLLs in user-writable directories to be loaded before or instead of the intended system libraries.

Attack Vector

An attacker stages a malicious DLL with a filename matching a library that Nsight Graphics attempts to load. Common delivery methods include archives containing both a project file and the rogue DLL, shared network folders, or compromised download directories. When the user opens the project or launches Nsight from that directory, the DLL is loaded and the attacker's DllMain executes. No network access or authentication is required, and the attacker inherits the user's session privileges.

No public proof-of-concept code is currently available. Refer to the NVIDIA Security Bulletin for vendor-supplied technical context.

Detection Methods for CVE-2025-23355

Indicators of Compromise

  • Unexpected DLL files located in directories alongside Nsight Graphics project files or shortcut targets
  • Nsight Graphics processes loading modules from user profile paths such as C:\Users\<user>\Downloads\ or %TEMP%
  • Child processes spawned by ngfx.exe or related binaries that do not match normal developer tool behavior

Detection Strategies

  • Monitor image-load events (Sysmon Event ID 7) where the parent process is an Nsight Graphics binary and the loaded DLL resides outside Program Files or System32
  • Apply application allowlisting rules that flag unsigned or untrusted DLLs loaded by NVIDIA developer tools
  • Hunt for archive extractions that drop both .exe or .ngfx project files and DLLs into the same user-writable directory

Monitoring Recommendations

  • Enable PowerShell and command-line logging on developer workstations to capture lateral movement following code execution
  • Forward image-load telemetry and module signing data to a centralized SIEM for correlation across endpoints
  • Baseline normal DLL load behavior for Nsight Graphics and alert on deviations involving non-NVIDIA signed modules

How to Mitigate CVE-2025-23355

Immediate Actions Required

  • Update NVIDIA Nsight Graphics to the fixed version identified in the NVIDIA Security Bulletin (Answer ID 5704)
  • Restrict launching Nsight Graphics from untrusted directories such as Downloads, network shares, or extracted archives
  • Audit endpoints for unexpected DLL files in directories that contain Nsight project files or shortcuts

Patch Information

NVIDIA has released updated installers addressing the ngfx DLL search path issue. Administrators should consult the NVIDIA Support Answer 5704 for fixed version numbers and deploy through standard software management workflows. Verify installer signatures and confirm the upgrade on every developer workstation running the affected product.

Workarounds

  • Launch Nsight Graphics only from its installation directory under Program Files and avoid double-clicking project files from untrusted locations
  • Apply Windows AppLocker or Windows Defender Application Control policies to block unsigned DLLs from loading into NVIDIA developer tools
  • Remove write permissions for standard users on directories that contain Nsight Graphics binaries or shared project files
bash
# Example AppLocker DLL rule (PowerShell) to restrict unsigned DLL loads in user directories
New-AppLockerPolicy -RuleType Dll -User Everyone -Action Deny `
  -FilePath "%OSDRIVE%\Users\*\Downloads\*.dll" `
  -Description "Block DLL loads from Downloads to mitigate CVE-2025-23355"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNvidia Nsight Graphics

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • NVD CVE Detail

  • CVE.org Record for CVE-2025-23355
  • Vendor Resources
  • NVIDIA Support Answer
  • Related CVEs
  • CVE-2025-33206: NVIDIA Nsight Graphics RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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