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-2026-36574

CVE-2026-36574: CactusViewer DLL Hijacking Vulnerability

CVE-2026-36574 is a DLL hijacking vulnerability in Wassimulator CactusViewer v2.3.0 that enables privilege escalation and arbitrary code execution. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-36574 Overview

CVE-2026-36574 is a DLL hijacking vulnerability in Wassimulator CactusViewer v2.3.0, an open-source image viewer distributed via GitHub. The flaw allows attackers to place a crafted Dynamic Link Library (DLL) in a location searched by the application before legitimate system directories. When CactusViewer loads, it executes the attacker-controlled DLL with the privileges of the invoking user. Successful exploitation enables arbitrary code execution and privilege escalation on the target host.

Critical Impact

An attacker who can write a malicious DLL to a directory searched by CactusViewer v2.3.0 can achieve arbitrary code execution and escalate privileges on the affected Windows system.

Affected Products

  • Wassimulator CactusViewer v2.3.0
  • CactusViewer.exe binary distributed via GitHub releases
  • Windows hosts running the vulnerable executable

Discovery Timeline

  • 2026-06-03 - CVE-2026-36574 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-36574

Vulnerability Analysis

The vulnerability is a classic Windows DLL search-order hijacking issue. CactusViewer v2.3.0 loads one or more DLL dependencies without specifying a fully qualified path or applying secure search-order controls. Windows resolves the missing DLL by scanning a sequence of directories, including the application's working directory. An attacker who controls any directory earlier in that search order can plant a malicious DLL that the loader will execute inside the CactusViewer process.

Once the rogue DLL loads, its DllMain entry point runs with the same privileges as CactusViewer. If a higher-privileged user or service launches the binary, the attacker inherits those privileges, enabling lateral movement, persistence, and credential theft.

Root Cause

The root cause is insecure library loading behavior in CactusViewer.exe. The application does not call SetDefaultDllDirectories, use LOAD_LIBRARY_SEARCH_SYSTEM32, or specify absolute paths when resolving dependent libraries. This omission causes the Windows loader to fall back to the standard search order, which includes attacker-writable locations such as the directory containing the executable or the current working directory.

Attack Vector

Exploitation requires the attacker to write a malicious DLL with a name CactusViewer attempts to load into a directory the application searches. Common delivery techniques include bundling the rogue DLL alongside a distributed image archive, dropping it via a separate malware stager, or placing it in a shared folder where users execute the viewer. When a user launches CactusViewer v2.3.0 from that location, Windows resolves the import to the malicious DLL and executes its code.

No verified proof-of-concept code is published. Technical discussion is available in GitHub CactusViewer Issue #65 and the project source at the GitHub CactusViewer Repository.

Detection Methods for CVE-2026-36574

Indicators of Compromise

  • Unexpected DLL files located in the same directory as CactusViewer.exe or in user-writable directories where the binary is launched.
  • CactusViewer.exe loading modules from non-standard paths such as %USERPROFILE%\Downloads or removable media.
  • Child processes spawned by CactusViewer.exe that perform reconnaissance, network connections, or credential access.

Detection Strategies

  • Monitor Windows Sysmon Event ID 7 (ImageLoad) for CactusViewer.exe loading DLLs from outside C:\Windows\System32 or the official install directory.
  • Hunt for newly written DLLs that share names with known CactusViewer dependencies in user-writable folders.
  • Alert on CactusViewer.exe parent processes spawning cmd.exe, powershell.exe, rundll32.exe, or other living-off-the-land binaries.

Monitoring Recommendations

  • Enable PowerShell and command-line auditing on hosts where CactusViewer is permitted to run.
  • Forward Sysmon and Windows Security logs to a centralized analytics platform to correlate suspicious image loads with subsequent process activity.
  • Track file-creation events for DLLs dropped into the same directories from which users execute portable applications.

How to Mitigate CVE-2026-36574

Immediate Actions Required

  • Remove or restrict execution of CactusViewer.exe v2.3.0 until a patched build is available.
  • Run the application only from a trusted, write-protected directory that contains no untrusted files.
  • Inventory endpoints to identify where CactusViewer is installed or has been executed from user-writable locations.

Patch Information

No vendor patch is referenced in the NVD entry at the time of publication. Track upstream remediation through the GitHub CactusViewer Repository and the related discussion in GitHub CactusViewer Issue #65. The vulnerable binary is published at CactusViewer v2.3.0 Executable and should not be executed from untrusted directories.

Workarounds

  • Move CactusViewer.exe to a directory writable only by administrators, such as C:\Program Files\CactusViewer, before launching it.
  • Block execution of CactusViewer.exe from user-writable paths using AppLocker or Windows Defender Application Control policies.
  • Apply the CWDIllegalInDllSearch registry policy to restrict DLL loading from the current working directory across affected hosts.
bash
# Example AppLocker-style path rule to deny CactusViewer execution from user-writable locations
New-AppLockerPolicy -RuleType Path -User Everyone -Action Deny `
    -Path "%OSDRIVE%\Users\*\Downloads\CactusViewer.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/TechCactusviewer

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub CactusViewer Repository

  • GitHub CactusViewer Issue #65

  • CactusViewer v2.3.0 Executable

  • GitHub docker-wkhtmltopdf-aas Issue #36
  • Latest CVEs
  • CVE-2026-50263: X.org X Server Use-After-Free Flaw

  • CVE-2026-21033: Samsung Assistant RCE Vulnerability

  • CVE-2026-21032: Samsung Assistant RCE Vulnerability

  • CVE-2026-50260: X.org X Server Use-After-Free Flaw
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