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
    • 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-22561

CVE-2026-22561: Claude for Windows Privilege Escalation Flaw

CVE-2026-22561 is a privilege escalation vulnerability in Anthropic Claude for Windows installer caused by DLL search-order hijacking. Attackers can execute arbitrary code with elevated privileges. This article covers affected versions, impact, and mitigation strategies.

Published: April 2, 2026

CVE-2026-22561 Overview

CVE-2026-22561 is a DLL Search Order Hijacking vulnerability affecting the Anthropic Claude for Windows installer (Claude Setup.exe) in versions prior to 1.1.3363. The vulnerability stems from uncontrolled search path elements that allow local privilege escalation. When the installer is executed and UAC elevation occurs, it loads DLLs (such as profapi.dll) from its own directory rather than trusted system paths. An attacker who can plant a malicious DLL alongside the installer can achieve arbitrary code execution with elevated privileges.

Critical Impact

Local attackers can achieve privilege escalation by planting a malicious DLL in the same directory as the Claude for Windows installer, leading to arbitrary code execution with elevated privileges when a user runs the installer.

Affected Products

  • Anthropic Claude for Windows installer (Claude Setup.exe) versions prior to 1.1.3363

Discovery Timeline

  • 2026-03-31 - CVE-2026-22561 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-22561

Vulnerability Analysis

This vulnerability is classified as a DLL Search Order Hijacking issue, which falls under the broader category of uncontrolled search path vulnerabilities. The core issue lies in how the Claude for Windows installer resolves and loads dynamic-link libraries during execution.

When a Windows application loads a DLL without specifying a fully qualified path, Windows follows a predefined search order to locate the library. The vulnerable installer searches its own directory early in this sequence, before checking secure system directories. This behavior becomes exploitable when the installer runs with elevated privileges after UAC consent is granted.

The attack requires local access and user interaction—specifically, a victim must execute the installer from a directory containing the attacker-controlled DLL. Common attack scenarios include placing the malicious installer bundle in shared directories, download folders, or removable media where users commonly execute downloaded software.

Root Cause

The root cause is improper DLL loading practices in the installer. The Claude Setup.exe application loads DLLs such as profapi.dll without specifying absolute paths, relying instead on the Windows DLL search order. Because the application's directory takes precedence over system directories in the default search order, a malicious DLL placed alongside the executable will be loaded instead of the legitimate system DLL.

This is a common vulnerability pattern in Windows installers, particularly those that run with elevated privileges. The installer should either specify absolute paths to system DLLs, use SetDllDirectory to control the search path, or implement DLL redirection manifests to ensure only trusted libraries are loaded.

Attack Vector

The attack is local in nature and requires the following conditions:

  1. An attacker must have local access or the ability to write files to a directory where the victim will execute the installer
  2. The attacker plants a malicious DLL (e.g., profapi.dll) in the same directory as Claude Setup.exe
  3. A user with standard privileges runs the installer and approves the UAC elevation prompt
  4. The installer loads the malicious DLL with elevated privileges, executing the attacker's payload

The vulnerability mechanism involves Windows DLL search order behavior. When Claude Setup.exe calls LoadLibrary for profapi.dll without a full path, Windows searches the application directory first. The malicious DLL exports the same functions as the legitimate library but includes additional malicious code that executes upon load. Since this occurs after UAC elevation, the malicious code runs with administrative privileges.

For technical details and vendor guidance, refer to the Anthropic Security Resource.

Detection Methods for CVE-2026-22561

Indicators of Compromise

  • Presence of unexpected DLL files (particularly profapi.dll or other Windows system DLLs) in the same directory as Claude Setup.exe
  • Unusual process behavior or child processes spawned by the installer
  • DLL loading events from non-system directories during installer execution
  • Evidence of privilege escalation attempts following installer execution

Detection Strategies

  • Monitor for DLL loading from non-standard paths during installer execution, particularly DLLs with names matching common Windows system libraries
  • Implement application whitelisting to prevent execution of unsigned or unexpected DLLs alongside installers
  • Use SentinelOne's behavioral AI to detect anomalous code execution patterns during software installation processes
  • Deploy file integrity monitoring in common download directories to detect planted DLLs

Monitoring Recommendations

  • Enable detailed process and DLL loading audit events in Windows Security logs (Event IDs 4688, 7045)
  • Monitor download directories, temp folders, and removable media for suspicious DLL files alongside installer executables
  • Configure endpoint detection to alert on DLL sideloading patterns, especially when UAC elevation is involved

How to Mitigate CVE-2026-22561

Immediate Actions Required

  • Update to Anthropic Claude for Windows installer version 1.1.3363 or later immediately
  • Verify the integrity of downloaded installers using official checksums before execution
  • Run installers only from trusted, clean directories—preferably dedicated installation folders with restricted write access
  • Remove any suspicious DLL files from directories containing the installer prior to execution

Patch Information

Anthropic has addressed this vulnerability in Claude for Windows installer version 1.1.3363. Users should download the latest installer directly from official Anthropic distribution channels. The Anthropic Security Resource provides additional details regarding the fix.

Workarounds

  • Execute the installer from a newly created, empty directory to prevent DLL hijacking
  • Copy the installer to a protected directory with restricted write permissions before execution
  • Use software restriction policies or application control solutions to prevent execution of unsigned DLLs
  • Run the installer in a sandboxed environment or virtual machine for additional isolation
bash
# Create a secure installation directory and execute installer
mkdir C:\SecureInstall
copy "Claude Setup.exe" C:\SecureInstall\
cd C:\SecureInstall
"Claude Setup.exe"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAnthropic Claude

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Anthropic Security Resource
  • Related CVEs
  • CVE-2026-35020: Claude CLI OS Command Injection Vulnerability

  • CVE-2026-35022: Claude CLI & SDK RCE 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