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

CVE-2026-5397: UPS Management DLL Hijacking Vulnerability

CVE-2026-5397 is a DLL hijacking privilege escalation flaw in UPS management applications that allows attackers to execute malicious code with admin privileges. This article covers technical details, impact, and mitigation.

Published: April 17, 2026

CVE-2026-5397 Overview

A DLL hijacking vulnerability (CWE-427) has been identified in an Omron UPS (Uninterruptible Power Supply) management application. The vulnerability exists due to improper permissions on the installation directory, which allows a malicious actor to place a DLL that is then executed with administrator privileges during service startup.

If a malicious DLL is placed in the installation directory of this product, there is a possibility that the malicious DLL may be executed by exploiting the product's behavior of loading missing DLLs from the same directory as the executable during service startup.

Critical Impact

A local attacker with low privileges can achieve privilege escalation to administrator by exploiting the DLL search order hijacking vulnerability, potentially leading to full system compromise with high impact to confidentiality, integrity, and availability.

Affected Products

  • Omron UPS Management Application (specific versions not disclosed in CVE data)

Discovery Timeline

  • April 15, 2026 - CVE-2026-5397 published to NVD
  • April 15, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5397

Vulnerability Analysis

This vulnerability is classified as CWE-427 (Uncontrolled Search Path Element), commonly known as DLL hijacking or DLL search order hijacking. The root issue stems from the UPS management application's behavior during service startup, where it attempts to load DLLs from its installation directory before searching more secure system directories.

The vulnerability requires local access to the target system and elevated privileges are achieved through the Windows service execution context. When the UPS management service starts, it loads DLLs from its installation directory, and due to weak directory permissions, an attacker can place a malicious DLL in this location. The service then loads and executes this malicious DLL with administrator privileges, effectively escalating the attacker's privileges.

The changed scope in the attack scenario indicates that exploitation can affect resources beyond the vulnerable component's security scope, potentially impacting the entire system.

Root Cause

The vulnerability originates from two compounding security weaknesses:

  1. Improper Directory Permissions: The installation directory lacks appropriate access controls, allowing users with lower privileges to write files to the directory.

  2. Insecure DLL Loading Behavior: The application loads missing DLLs from the same directory as the executable rather than using a secure DLL search order or specifying absolute paths.

This combination creates a classic DLL hijacking scenario where attackers can plant malicious code that will be executed in a privileged context.

Attack Vector

The attack requires local access to the system. An attacker must:

  1. Identify DLLs that the UPS management service attempts to load but cannot find in secure system directories
  2. Craft a malicious DLL with the same name as the missing DLL
  3. Place the malicious DLL in the application's installation directory (possible due to weak permissions)
  4. Wait for or trigger a service restart, at which point the malicious DLL is loaded and executed with administrator privileges

The vulnerability mechanism involves the Windows DLL search order. When an application loads a DLL without specifying a full path, Windows searches through a predefined sequence of directories. By placing a malicious DLL earlier in this search path (in the application directory), attackers can hijack the loading process. For technical details, see the Omron Security Advisory.

Detection Methods for CVE-2026-5397

Indicators of Compromise

  • Unexpected DLL files appearing in the UPS management application installation directory
  • New or modified DLL files with recent timestamps that don't match vendor-provided files
  • Service startup events correlated with unusual process spawning or network activity
  • Unsigned or invalidly signed DLLs in the application directory

Detection Strategies

  • Monitor file system changes to the UPS management application installation directory using file integrity monitoring (FIM) tools
  • Implement application whitelisting to prevent unauthorized DLLs from executing
  • Deploy endpoint detection and response (EDR) solutions to detect DLL hijacking patterns and privilege escalation attempts
  • Review Windows Event Logs for service startup failures or unusual DLL loading events

Monitoring Recommendations

  • Configure SentinelOne to alert on DLL loads from non-standard or writable directories by privileged services
  • Establish baseline DLL inventories for the UPS management application and alert on deviations
  • Monitor for suspicious process creation chains where the UPS service spawns unexpected child processes
  • Track permission changes to the application installation directory

How to Mitigate CVE-2026-5397

Immediate Actions Required

  • Review and restrict permissions on the UPS management application installation directory to prevent unauthorized writes
  • Audit the installation directory for any unauthorized or suspicious DLL files
  • Apply vendor patches as soon as they become available from Omron
  • Consider temporarily disabling the UPS management service if it is not critical to operations until patches can be applied

Patch Information

Omron has released a security advisory addressing this vulnerability. Administrators should consult the Omron Security Advisory (English) or the Omron Security Advisory (Japanese) for official patch and remediation guidance.

Workarounds

  • Restrict write access to the application installation directory using Windows ACLs, allowing only administrators and SYSTEM to write files
  • Implement application control policies to block execution of unsigned or untrusted DLLs
  • Use process monitoring tools to detect and block DLL side-loading attempts
  • Deploy SentinelOne Singularity to provide behavioral protection against DLL hijacking and privilege escalation attacks
bash
# Restrict installation directory permissions (PowerShell)
# Replace <InstallPath> with actual UPS application installation path
icacls "<InstallPath>" /inheritance:r
icacls "<InstallPath>" /grant:r "SYSTEM:(OI)(CI)F"
icacls "<InstallPath>" /grant:r "Administrators:(OI)(CI)F"
icacls "<InstallPath>" /grant:r "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/TechUps

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Omron Security Advisory English

  • Omron Security Advisory Japanese
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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