Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-15595

CVE-2025-15595: Inno Setup Privilege Escalation Flaw

CVE-2025-15595 is a privilege escalation vulnerability in Inno Setup 6.2.1 and earlier via DLL hijacking. Attackers can exploit this to gain elevated privileges. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-15595 Overview

CVE-2025-15595 is a privilege escalation vulnerability affecting Inno Setup, a popular free installer creation tool for Windows programs. The vulnerability exists in Inno Setup version 6.2.1 and earlier versions, allowing attackers to exploit DLL hijacking to escalate privileges on the affected system.

Critical Impact

Attackers with local access can leverage DLL hijacking to escalate privileges, potentially gaining elevated access to execute malicious code with higher system permissions.

Affected Products

  • Inno Setup version 6.2.1
  • Inno Setup versions earlier than 6.2.1

Discovery Timeline

  • 2026-03-03 - CVE-2025-15595 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2025-15595

Vulnerability Analysis

This vulnerability is classified under CWE-1390 (Weak Authentication). The flaw enables privilege escalation through DLL hijacking, a technique where an attacker places a malicious Dynamic Link Library (DLL) in a location where the vulnerable application will load it instead of the legitimate library.

When Inno Setup or installers created with Inno Setup execute, they may search for required DLLs in directories that could be writable by unprivileged users. If an attacker can place a malicious DLL in one of these search paths before the legitimate DLL is loaded, the malicious code executes with the same privileges as the target application.

The attack requires local access to the system, along with specific conditions to be met regarding the DLL search order and write permissions to relevant directories. This complexity moderates the immediate risk but still presents a significant security concern in environments where Inno Setup-based installers are commonly used.

Root Cause

The root cause of this vulnerability lies in improper handling of the DLL search order during application execution. Inno Setup fails to adequately validate or restrict the paths from which it loads DLLs, allowing attackers to insert malicious libraries into the search path. This is a common weakness in Windows applications that do not implement secure DLL loading practices such as using absolute paths or SafeDllSearchMode configurations.

Attack Vector

The attack vector is local, requiring the attacker to have access to the target system. The exploitation process typically involves:

  1. Identifying writable directories in the DLL search path used by Inno Setup
  2. Crafting a malicious DLL with the same name as a legitimate library loaded by the application
  3. Placing the malicious DLL in a location that will be searched before the legitimate DLL location
  4. Waiting for or triggering execution of Inno Setup or an installer created with Inno Setup
  5. The malicious DLL executes with the privileges of the target process

The attack requires specific preconditions to be met, including appropriate file system permissions and timing, which adds complexity to successful exploitation. However, in environments where installers run with elevated privileges, successful exploitation could result in complete system compromise.

Detection Methods for CVE-2025-15595

Indicators of Compromise

  • Unexpected DLL files appearing in directories associated with Inno Setup installations or installer execution paths
  • Unsigned or suspiciously signed DLL files in application directories that would normally contain only vendor-signed binaries
  • Process execution logs showing Inno Setup processes loading DLLs from unexpected locations

Detection Strategies

  • Monitor for file creation events in directories commonly used by Inno Setup installations
  • Implement application allowlisting to prevent unauthorized DLLs from being loaded
  • Use endpoint detection tools to alert on DLL sideloading attempts targeting known vulnerable applications
  • Review process execution trees for abnormal parent-child relationships involving installer processes

Monitoring Recommendations

  • Enable detailed Windows Event logging for process creation and DLL loading events
  • Configure SIEM rules to detect suspicious DLL loading patterns associated with privilege escalation
  • Implement file integrity monitoring on directories where Inno Setup components are installed

How to Mitigate CVE-2025-15595

Immediate Actions Required

  • Update Inno Setup to the latest version that addresses this vulnerability
  • Review and restrict write permissions on directories in the DLL search path
  • Audit systems for any unauthorized DLL files in Inno Setup installation directories
  • Consider using application control solutions to prevent unauthorized code execution

Patch Information

JR Software has released updated information regarding this vulnerability. Users should consult the JRSoftware Update Information for details on available fixes and version updates that address this DLL hijacking vulnerability.

Workarounds

  • Restrict write access to directories in the system PATH and application installation directories
  • Run Inno Setup and related installers from protected directories with limited user write access
  • Implement strict application whitelisting policies to prevent unauthorized DLLs from executing
  • Use User Account Control (UAC) and principle of least privilege to limit the impact of potential exploitation
bash
# Example: Restrict write permissions on Inno Setup installation directory
# Run from an elevated command prompt
icacls "C:\Program Files (x86)\Inno Setup 6" /inheritance:r /grant:r "BUILTIN\Administrators:(OI)(CI)F" /grant:r "BUILTIN\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/TechInno Setup

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H/E:U/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:N/R:X/V:X/RE:X/U:Clear
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1390
  • Technical References
  • JRSoftware Update Information
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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