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

CVE-2026-26306: OM Workspace DLL Hijacking Vulnerability

CVE-2026-26306 is a DLL hijacking flaw in OM Workspace (Windows Edition) Ver 2.4 and earlier that enables arbitrary code execution. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-26306 Overview

A DLL hijacking vulnerability exists in the installer for OM Workspace (Windows Edition) Ver 2.4 and earlier versions. The installer insecurely loads Dynamic Link Libraries (DLLs), which allows an attacker to execute arbitrary code with the privileges of the user invoking the installer. This type of vulnerability (CWE-427: Uncontrolled Search Path Element) occurs when the application searches for required DLLs in an insecure manner, enabling attackers to place malicious DLLs in locations where the installer will load them.

Critical Impact

An attacker could execute arbitrary code with the privileges of the user running the installer, potentially leading to complete system compromise if the installer is run with administrative privileges.

Affected Products

  • OM Workspace (Windows Edition) Ver 2.4
  • OM Workspace (Windows Edition) all versions earlier than Ver 2.4

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-26306 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-26306

Vulnerability Analysis

The OM Workspace Windows installer fails to properly specify the locations from which it loads DLL files during execution. When Windows applications load DLLs without specifying an absolute path, the operating system searches for the DLL in a series of directories in a specific order, starting with the application's current directory. This creates an opportunity for attackers to place a malicious DLL with an expected name in a location that gets searched before legitimate system directories.

The vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), which describes situations where an application searches for critical resources using an externally-influenced search path that could point to resources outside the intended control sphere. In this case, the installer's DLL loading behavior can be exploited to load attacker-controlled code.

Root Cause

The root cause of this vulnerability is the installer's failure to implement secure DLL loading practices. The OM Workspace installer does not use absolute paths when loading required DLLs, nor does it leverage Windows security features like SetDllDirectory("") or manifest files to control DLL search order. This allows the Windows loader to search for DLLs in directories that may be under attacker control, such as the user's Downloads folder where the installer might be executed from.

Attack Vector

The attack requires local access and user interaction. An attacker must place a malicious DLL with a specific filename in a location where the installer will search for it—typically the same directory as the installer executable or another directory in the search path. When a user downloads and runs the OM Workspace installer, the malicious DLL is loaded and executed with the same privileges as the installer process.

A typical attack scenario involves an attacker distributing a malicious DLL alongside the legitimate installer, perhaps bundled in an archive or placed in a shared network location. When an unsuspecting user extracts and runs the installer, the malicious DLL is automatically loaded, giving the attacker code execution on the victim's system.

Detection Methods for CVE-2026-26306

Indicators of Compromise

  • Unexpected DLL files present in the same directory as the OM Workspace installer executable
  • DLL files with suspicious names commonly targeted in DLL hijacking attacks (e.g., version.dll, msvcr*.dll, dwmapi.dll) in user-writable directories
  • Process creation events showing the OM Workspace installer loading DLLs from non-standard locations

Detection Strategies

  • Monitor for DLL loading events where the OM Workspace installer (OMWorkspaceSetup.exe or similar) loads DLLs from the same directory as the executable rather than from C:\Windows\System32
  • Implement application whitelisting to prevent execution of unsigned or untrusted DLLs
  • Use endpoint detection tools to identify DLL side-loading attempts during software installation processes

Monitoring Recommendations

  • Enable Windows Event Logging for process creation and DLL loading events (Event IDs 4688 and Sysmon Event ID 7)
  • Configure SentinelOne to alert on suspicious DLL loading patterns during installer execution
  • Monitor user Downloads folders and other common attack staging directories for unexpected DLL files

How to Mitigate CVE-2026-26306

Immediate Actions Required

  • Download the OM Workspace installer only from the official OM System website and verify its integrity before execution
  • Run installers from a clean, dedicated directory that contains only the installer executable
  • Avoid running installers directly from compressed archives or shared network locations
  • Execute the installer with the minimum required privileges to limit potential impact

Patch Information

Users should download the latest version of OM Workspace from the official OM System support page. According to the OM System Camera Support Information, updated versions address this DLL loading vulnerability. The JVN Security Advisory provides additional details about the vulnerability and remediation steps.

Workarounds

  • Create a new, empty folder and copy only the installer executable to this folder before running it, ensuring no malicious DLLs can be loaded from the same directory
  • Use Windows Defender Application Control (WDAC) or AppLocker to restrict DLL loading to trusted directories
  • Consider running the installer in an isolated virtual machine or sandbox environment to contain potential compromise
  • Enable User Account Control (UAC) to ensure you are aware when the installer requests elevated privileges
bash
# Create a clean installation directory and run the installer safely
mkdir C:\Temp\OMWorkspaceInstall
copy "Downloads\OMWorkspaceSetup.exe" C:\Temp\OMWorkspaceInstall\
cd C:\Temp\OMWorkspaceInstall
.\OMWorkspaceSetup.exe

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOm Workspace

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • JVN Security Advisory

  • OM System Camera Support Information
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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