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-2023-22358

CVE-2023-22358: F5 BIG-IP APM DLL Hijacking Vulnerability

CVE-2023-22358 is a DLL hijacking vulnerability in F5 BIG-IP Edge Client Windows Installer affecting versions 7.2.2 to before 7.2.3.1. This post covers technical details, affected versions, and mitigation steps.

Published: February 4, 2026

CVE-2023-22358 Overview

A DLL hijacking vulnerability exists in the F5 BIG-IP Edge Client Windows Installer affecting versions 7.2.2 to before 7.2.3.1. This vulnerability allows a local attacker with user-level privileges to potentially execute arbitrary code with elevated privileges by placing a malicious DLL in a location that the installer loads during execution. The vulnerability affects the installation process of the BIG-IP Edge Client, which is used for remote access VPN connectivity.

Critical Impact

Local attackers can exploit this DLL hijacking vulnerability to achieve complete system compromise, including unauthorized code execution with elevated privileges, data exfiltration, and persistent access to affected systems.

Affected Products

  • F5 BIG-IP Access Policy Manager (versions 7.2.2 to before 7.2.3.1)
  • F5 BIG-IP Edge Client for Windows
  • F5 BIG-IP Access Policy Manager Clients

Discovery Timeline

  • February 1, 2023 - CVE-2023-22358 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-22358

Vulnerability Analysis

This vulnerability falls under CWE-427 (Uncontrolled Search Path Element), a class of vulnerabilities where an application searches for critical resources using an externally-controlled search path. In the case of the BIG-IP Edge Client Windows Installer, the application fails to properly validate or restrict the directories from which it loads DLL files during the installation process.

When the installer executes, it attempts to load required DLLs following the Windows DLL search order. If the installer does not specify absolute paths for required libraries, Windows will search through a predefined sequence of directories. An attacker with local access can exploit this behavior by placing a malicious DLL with the expected filename in a directory that is searched before the legitimate DLL location.

The attack requires local access and user-level privileges, meaning an attacker must either have physical access to the target machine or have already established a foothold through another vector. Once the malicious DLL is loaded, the code executes within the context of the installer process, which may run with elevated privileges.

Root Cause

The root cause of CVE-2023-22358 is the improper handling of DLL loading paths in the BIG-IP Edge Client Windows Installer. The installer does not use absolute paths when loading required DLL files, allowing the Windows loader to search through the default DLL search path. This uncontrolled search path element permits an attacker to inject a malicious DLL into a location that is checked before the intended system directories, resulting in the execution of attacker-controlled code.

Attack Vector

The attack vector is local, requiring the attacker to have some level of access to the target system. The exploitation scenario typically involves:

  1. An attacker gains local access to a system where the BIG-IP Edge Client installer will be executed
  2. The attacker identifies the DLL files that the installer attempts to load
  3. The attacker places a crafted malicious DLL with the appropriate filename in a directory that precedes the legitimate DLL location in the search order (such as the current working directory or a user-writable path)
  4. When an administrator or user runs the installer, the malicious DLL is loaded and executed

The vulnerability requires no user interaction beyond the normal installation process, and the attacker needs only low-level user privileges to place the malicious DLL file.

Detection Methods for CVE-2023-22358

Indicators of Compromise

  • Unexpected DLL files in user-writable directories that match names of legitimate system DLLs
  • Installation processes loading DLLs from non-standard locations such as %TEMP% or the current working directory
  • Anomalous process behavior during BIG-IP Edge Client installation
  • Presence of unsigned or suspiciously signed DLL files in installation directories

Detection Strategies

  • Monitor for DLL load events from the BIG-IP Edge Client installer process that reference non-standard paths
  • Implement application allowlisting to prevent unauthorized DLLs from loading during installation procedures
  • Use endpoint detection and response (EDR) solutions to identify DLL sideloading attempts
  • Configure Windows Event Logging to capture process creation and module loading events

Monitoring Recommendations

  • Enable Sysmon logging with specific rules for DLL loading events (Event ID 7)
  • Monitor installation directories and user-writable paths for newly created DLL files
  • Implement file integrity monitoring on systems where BIG-IP Edge Client installations occur
  • Review security logs for installation processes that exhibit unexpected behavior

How to Mitigate CVE-2023-22358

Immediate Actions Required

  • Upgrade the BIG-IP Edge Client to version 7.2.3.1 or later as recommended by F5
  • Audit systems for evidence of exploitation prior to patching
  • Restrict user write permissions on directories that are searched for DLLs during installation
  • Run installers only from trusted locations with restricted write access

Patch Information

F5 has addressed this vulnerability in BIG-IP Edge Client version 7.2.3.1 and later releases. Organizations should consult the F5 Security Advisory K76964818 for detailed patch information and download links. Note that software versions that have reached End of Technical Support (EoTS) are not evaluated for this vulnerability.

Workarounds

  • Execute the BIG-IP Edge Client installer from a protected directory where standard users do not have write permissions
  • Verify the integrity of the installer and associated files before execution using cryptographic hashes
  • Use application control solutions to prevent unauthorized DLLs from loading during installation
  • Implement the principle of least privilege to limit the potential impact if exploitation occurs
bash
# Configuration example - Verify installer integrity before execution
# Calculate SHA256 hash of the installer and compare against known good value
certutil -hashfile BIGIPEdgeClient.exe SHA256

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechF5 Big Ip Access Policy Manager

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Vendor Resources
  • F5 Security Advisory K76964818
  • Related CVEs
  • CVE-2025-53521: F5 BIG-IP APM RCE Vulnerability

  • CVE-2025-53868: F5 BIG-IP APM Auth Bypass Vulnerability

  • CVE-2025-23415: F5 BIG-IP APM Auth Bypass Vulnerability

  • CVE-2025-23412: F5 BIG-IP APM DoS 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