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-2024-2658

CVE-2024-2658: FlexNet Publisher Privilege Escalation

CVE-2024-2658 is a privilege escalation vulnerability in FlexNet Publisher that allows low-privileged users to execute malicious code with elevated privileges. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-2658 Overview

A misconfiguration vulnerability exists in lmadmin.exe of FlexNet Publisher versions prior to 2024 R1 (11.19.6.0). The flaw allows the OpenSSL configuration file to load from a non-existent directory, enabling an unauthorized, locally authenticated user with low privileges to potentially create the directory and load a specially crafted openssl.conf file. This can lead to the execution of a malicious DLL (Dynamic-Link Library) with elevated privileges, resulting in local privilege escalation.

Critical Impact

Local privilege escalation allowing low-privileged users to execute arbitrary code with elevated privileges through DLL injection via a crafted OpenSSL configuration file.

Affected Products

  • FlexNet Publisher versions prior to 2024 R1 (11.19.6.0)
  • lmadmin.exe component in vulnerable FlexNet Publisher installations
  • Systems running FlexNet Publisher License Server Manager

Discovery Timeline

  • 2025-01-30 - CVE CVE-2024-2658 published to NVD
  • 2025-01-30 - Last updated in NVD database

Technical Details for CVE-2024-2658

Vulnerability Analysis

This vulnerability is classified as CWE-427 (Uncontrolled Search Path Element), a class of weaknesses where an application searches for critical resources using an externally-supplied search path that can point to resources outside the intended directory. In this case, the lmadmin.exe process attempts to load an OpenSSL configuration file from a directory that does not exist on the system by default.

When an application with elevated privileges references a configuration file path that doesn't exist, a local attacker can create the missing directory structure and place a malicious configuration file in that location. The OpenSSL configuration file format supports loading dynamic engines, which allows an attacker to specify a malicious DLL to be loaded when the configuration is parsed.

Root Cause

The root cause of this vulnerability lies in the hardcoded or misconfigured path reference within lmadmin.exe for the OpenSSL configuration file. The application expects the configuration file at a specific filesystem location that may not exist on a clean installation. This creates a race condition where an attacker with local access can preemptively create the directory structure and populate it with a malicious openssl.conf file before the legitimate application accesses it.

The OpenSSL library, when loading its configuration, follows the path specified in the OPENSSL_CONF environment variable or a default path. If the FlexNet Publisher service runs with elevated privileges and loads a configuration from a world-writable or user-controllable location, any DLL specified in that configuration will execute with those same elevated privileges.

Attack Vector

The attack requires local access to the target system with low-privilege user credentials. The attacker must:

  1. Identify the non-existent directory path that lmadmin.exe references for OpenSSL configuration
  2. Create the missing directory structure with appropriate permissions
  3. Craft a malicious openssl.conf file that references a DLL under the attacker's control
  4. Wait for or trigger the FlexNet Publisher service to restart or reload its configuration
  5. Upon loading, the malicious DLL executes with the elevated privileges of the lmadmin.exe process

The exploitation mechanism leverages the OpenSSL engine loading functionality. A crafted configuration file can specify a dynamic engine that points to an attacker-controlled DLL. When OpenSSL parses this configuration, it loads and executes the specified DLL, granting the attacker code execution in the context of the privileged process.

Detection Methods for CVE-2024-2658

Indicators of Compromise

  • Unexpected directories created in paths typically reserved for OpenSSL configuration files
  • Presence of openssl.conf or openssl.cnf files in non-standard locations
  • Unusual DLL files in user-writable directories referenced by configuration files
  • Process creation events showing lmadmin.exe spawning unexpected child processes or loading untrusted DLLs

Detection Strategies

  • Monitor filesystem activity for directory creation in paths associated with OpenSSL configuration (e.g., paths containing OpenSSL or ssl)
  • Implement DLL load monitoring for the lmadmin.exe process to detect loading of DLLs from non-standard locations
  • Use application whitelisting to prevent execution of unsigned or untrusted DLLs by FlexNet Publisher components
  • Deploy endpoint detection rules to alert on modification of OpenSSL configuration files in sensitive directories

Monitoring Recommendations

  • Enable verbose logging for FlexNet Publisher License Server Manager to capture configuration load events
  • Implement file integrity monitoring on directories where OpenSSL configuration files should reside
  • Configure Windows Event logging to capture process creation and DLL load events for lmadmin.exe
  • Use SentinelOne's behavioral AI to detect privilege escalation patterns associated with DLL injection attacks

How to Mitigate CVE-2024-2658

Immediate Actions Required

  • Upgrade FlexNet Publisher to version 2024 R1 (11.19.6.0) or later immediately
  • Audit existing systems for unauthorized directories or configuration files in OpenSSL-related paths
  • Restrict filesystem permissions to prevent low-privileged users from creating directories in system paths
  • Implement application control policies to prevent unauthorized DLL loading

Patch Information

Flexera has released FlexNet Publisher version 2024 R1 (11.19.6.0) which addresses this vulnerability. Organizations using FlexNet Publisher should upgrade to this version or later to remediate the issue. For detailed patching instructions, refer to the Flexera CVE-2024-2658 Advisory. Additional technical details are available from the Zero Day Initiative ZDI-24-359 Advisory.

Workarounds

  • Pre-create the expected OpenSSL configuration directory with restrictive permissions (accessible only by SYSTEM or administrators)
  • Use Windows NTFS permissions to lock down potential configuration file paths against modification by standard users
  • Consider running FlexNet Publisher services with minimal required privileges where possible
  • Implement endpoint protection solutions like SentinelOne to detect and block DLL injection attempts in real-time

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFlexnet Publisher

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Flexera CVE-2024-2658 Advisory

  • Zero Day Initiative ZDI-24-359 Advisory
  • Related CVEs
  • CVE-2019-25313: FlexNet Publisher CSRF 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