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

CVE-2026-25190: Windows GDI RCE Vulnerability

CVE-2026-25190 is a remote code execution flaw in Windows GDI caused by an untrusted search path issue. Attackers can exploit this to execute unauthorized code locally. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2026-25190 Overview

CVE-2026-25190 is an untrusted search path vulnerability in Windows GDI (Graphics Device Interface) that allows an unauthorized attacker to execute arbitrary code locally. This vulnerability stems from improper handling of the DLL search path, enabling attackers to place malicious libraries in locations where they will be loaded by GDI components.

Critical Impact

Successful exploitation allows local code execution with the privileges of the affected application, potentially leading to complete system compromise when targeting privileged processes.

Affected Products

  • Windows GDI Component
  • Windows Operating Systems with vulnerable GDI implementations

Discovery Timeline

  • 2026-03-10 - CVE-2026-25190 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-25190

Vulnerability Analysis

This vulnerability is classified as CWE-426 (Untrusted Search Path), which occurs when an application searches for libraries or executables in directories that may be under the control of an attacker. In the context of Windows GDI, the vulnerability allows an unauthorized attacker to influence the search path used when loading dynamic-link libraries.

The Windows GDI component is a core graphics subsystem responsible for representing graphical objects and transmitting them to output devices such as monitors and printers. When GDI or applications utilizing GDI load dependent libraries, they follow a specific search order. If this search order includes untrusted locations before trusted system directories, an attacker can place a malicious DLL in one of these locations to achieve code execution.

The attack requires local access and user interaction, meaning an attacker must either have existing access to the system or convince a user to place a malicious file in a location where it will be loaded. Despite requiring user interaction, the potential impact is significant as successful exploitation results in code execution with the privileges of the vulnerable process.

Root Cause

The root cause of CVE-2026-25190 lies in the Windows GDI component's failure to properly validate or restrict the search path when loading dynamic-link libraries. When an application or system component attempts to load a DLL without specifying a fully qualified path, Windows follows a predefined search order that may include the current working directory or other user-controllable locations.

This behavior becomes exploitable when:

  1. The GDI component loads a DLL using a relative path or just the filename
  2. The search order includes directories writable by unprivileged users
  3. An attacker can predict or influence which DLL will be loaded

Attack Vector

The attack vector for CVE-2026-25190 is local, requiring the attacker to either have existing access to the target system or to socially engineer a user into placing a malicious DLL in a specific location. The typical attack scenario involves:

  1. The attacker identifies a DLL that the vulnerable GDI component attempts to load from an untrusted path
  2. The attacker crafts a malicious DLL with the same name containing arbitrary code
  3. The malicious DLL is placed in a directory that appears earlier in the search path than the legitimate library location
  4. When a user opens a file or triggers GDI functionality, the malicious DLL is loaded and executed

The vulnerability can be exploited through various file types that trigger GDI processing, such as image files or documents containing embedded graphics. When a user opens such a file from a directory containing the malicious DLL, the attacker's code executes with the privileges of the application processing the file.

Detection Methods for CVE-2026-25190

Indicators of Compromise

  • Unexpected DLL files appearing in user-writable directories alongside document or image files
  • Suspicious DLL loading events from non-standard locations such as %TEMP%, user downloads, or shared network folders
  • Process execution anomalies where GDI-dependent applications spawn unexpected child processes
  • File system modifications creating new DLL files in directories containing commonly opened document types

Detection Strategies

  • Monitor DLL load events using Sysmon Event ID 7, filtering for loads from user-writable directories
  • Implement application allowlisting to prevent unauthorized DLL execution
  • Configure Windows Defender Attack Surface Reduction rules to block untrusted processes from loading DLLs
  • Deploy endpoint detection solutions capable of identifying DLL hijacking attempts based on behavioral analysis

Monitoring Recommendations

  • Enable verbose logging for DLL load operations on critical systems
  • Establish baseline behavior for GDI-related processes and alert on deviations
  • Monitor file creation events in user profile directories for new DLL files
  • Implement real-time alerting for DLL loading from directories containing user documents

How to Mitigate CVE-2026-25190

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2026-25190 immediately on all affected Windows systems
  • Enable SafeDLL search mode via registry settings if not already configured
  • Review and restrict permissions on directories that appear in the DLL search path
  • Educate users to avoid opening files from untrusted locations or extracting archives to user-writable folders

Patch Information

Microsoft has released a security update addressing CVE-2026-25190. The official advisory and patch information is available through the Microsoft Security Update Guide. Organizations should prioritize deployment of this update, particularly on systems where users frequently open external documents or images.

Workarounds

  • Configure the CWDIllegalInDllSearch registry value to remove the current working directory from the DLL search path
  • Implement Software Restriction Policies or AppLocker rules to prevent DLL execution from user-writable locations
  • Use process isolation technologies to limit the impact of potential exploitation
  • Configure endpoint protection solutions to monitor and block suspicious DLL loading behavior
bash
# Registry configuration to enable SafeDLL search mode
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /v SafeDllSearchMode /t REG_DWORD /d 1 /f

# Configure CWDIllegalInDllSearch to remove current directory from search path
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /v CWDIllegalInDllSearch /t REG_DWORD /d 0xFFFFFFFF /f

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.05%

  • 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-426
  • Technical References
  • Microsoft Security Update CVE-2026-25190
  • Related CVEs
  • CVE-2026-33826: Windows Active Directory RCE Vulnerability

  • CVE-2026-32183: Windows Snipping Tool RCE Vulnerability

  • CVE-2026-32149: Windows Hyper-V RCE Vulnerability

  • CVE-2026-31995: Openclaw Command Injection 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