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-2022-26345

CVE-2022-26345: Intel OpenMP Privilege Escalation Flaw

CVE-2022-26345 is a privilege escalation vulnerability in Intel oneAPI Toolkit OpenMP caused by an uncontrolled search path element. Authenticated attackers can exploit this flaw locally to escalate privileges and gain unauthorized access.

Published: February 17, 2026

CVE-2022-26345 Overview

CVE-2022-26345 is an uncontrolled search path element vulnerability affecting Intel oneAPI Toolkit OpenMP before version 2022.1. This vulnerability allows an authenticated user with local access to potentially escalate privileges on the affected system. The flaw exists due to improper handling of search paths, which could allow an attacker to place a malicious library in a location where it will be loaded by the application.

Critical Impact

An authenticated local attacker could exploit this vulnerability to gain elevated privileges, potentially compromising the confidentiality, integrity, and availability of the affected system.

Affected Products

  • Intel oneAPI Toolkit OpenMP versions prior to 2022.1
  • Intel OpenMP runtime library components

Discovery Timeline

  • 2023-02-16 - CVE-2022-26345 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-26345

Vulnerability Analysis

This vulnerability is classified as CWE-427 (Uncontrolled Search Path Element), which occurs when an application searches for critical resources using an externally-supplied search path that can point to resources outside of the application's intended control sphere. In the context of Intel oneAPI Toolkit OpenMP, the application fails to properly validate or restrict the paths used when loading dynamic libraries.

The vulnerability requires local access and user interaction to exploit, making it a targeted attack vector rather than a remote exploitation scenario. An attacker must already have authenticated access to the system and must convince a user to trigger the vulnerable code path.

Root Cause

The root cause stems from the OpenMP runtime's handling of library search paths during dynamic library loading operations. When the application searches for required libraries, it does not adequately restrict or validate the search path, allowing an attacker to inject malicious libraries into the search path. This is a common issue in applications that rely on environment variables or working directories for locating dependencies without proper validation.

Attack Vector

The attack vector is local, requiring an authenticated user on the target system. An attacker could exploit this vulnerability by:

  1. Placing a malicious dynamic library (DLL on Windows, shared object on Linux) in a directory that appears earlier in the search path than the legitimate library location
  2. Waiting for or inducing a privileged user to execute an application that uses the vulnerable Intel OpenMP runtime
  3. When the OpenMP runtime loads, it searches for required libraries and loads the attacker's malicious library instead of the legitimate one
  4. The malicious library code executes with the privileges of the user running the application

This technique is commonly known as DLL hijacking on Windows systems or shared library injection on Unix-like systems. The attack is particularly effective in scenarios where applications are executed from user-writable directories or where environment variables controlling the library search path can be manipulated.

Detection Methods for CVE-2022-26345

Indicators of Compromise

  • Unexpected DLL or shared library files appearing in application directories or user-writable paths
  • Process execution with unusual library loading patterns from non-standard directories
  • Modifications to environment variables such as PATH, LD_LIBRARY_PATH, or LD_PRELOAD
  • Suspicious files with names matching Intel OpenMP libraries (e.g., libiomp5.dll, libiomp5.so) in unexpected locations

Detection Strategies

  • Monitor file system events for creation of DLL/shared object files in user-writable directories that match known Intel OpenMP library names
  • Implement application whitelisting to prevent unauthorized library loading
  • Audit process execution logs for applications loading libraries from non-standard paths
  • Use endpoint detection tools to identify DLL side-loading or preloading attempts

Monitoring Recommendations

  • Enable detailed logging for library loading events on critical systems
  • Monitor for changes to environment variables that affect library search paths
  • Implement file integrity monitoring on directories containing Intel development tools
  • Review security logs for privilege escalation attempts following OpenMP-related process execution

How to Mitigate CVE-2022-26345

Immediate Actions Required

  • Upgrade Intel oneAPI Toolkit OpenMP to version 2022.1 or later immediately
  • Restrict write permissions on directories in the library search path
  • Review and harden environment variable configurations on development systems
  • Audit systems for unauthorized DLL or shared library files in application directories

Patch Information

Intel has addressed this vulnerability in Intel oneAPI Toolkit OpenMP version 2022.1 and later releases. Organizations should update to the patched version as soon as possible. Detailed information about the security fix is available in the Intel Security Advisory SA-00674.

Workarounds

  • Remove write permissions for non-administrative users on directories within the application's library search path
  • Configure applications to use absolute paths for library loading where possible
  • Implement application whitelisting policies to prevent execution of unauthorized libraries
  • On Windows systems, consider using Safe DLL Search Mode by setting the SetDllDirectory function appropriately
bash
# Configuration example - Restrict directory permissions on Linux
# Ensure library directories are not user-writable
chmod 755 /opt/intel/oneapi/compiler/latest/linux/compiler/lib/
chown root:root /opt/intel/oneapi/compiler/latest/linux/compiler/lib/

# Set secure library path environment
export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIntel Openmp

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Vendor Resources
  • Intel Security Advisory SA-00674
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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