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
    • 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-2019-25268

CVE-2019-25268: NREL BEopt DLL Hijacking Vulnerability

CVE-2019-25268 is a DLL hijacking flaw in NREL BEopt 2.8.0.0 that allows attackers to execute arbitrary code by loading malicious libraries from remote shares. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2019-25268 Overview

CVE-2019-25268 is a DLL hijacking vulnerability affecting NREL BEopt version 2.8.0.0, a building energy optimization tool developed by the National Renewable Energy Laboratory. The vulnerability allows attackers to execute arbitrary code by exploiting insecure library loading mechanisms when users open application files from remote network shares.

The vulnerability occurs due to the application's improper handling of DLL search order, specifically affecting sdl2.dll and libegl.dll libraries. An attacker can place malicious versions of these DLLs on WebDAV or SMB shares, which are then loaded and executed when a victim opens a legitimate BEopt application file from the compromised share.

Critical Impact

Successful exploitation enables remote code execution through social engineering, allowing attackers to execute arbitrary code with the privileges of the user running BEopt.

Affected Products

  • NREL BEopt 2.8.0.0
  • Applications loading sdl2.dll from untrusted paths
  • Applications loading libegl.dll from untrusted paths

Discovery Timeline

  • 2026-01-08 - CVE CVE-2019-25268 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2019-25268

Vulnerability Analysis

This vulnerability falls under CWE-427 (Uncontrolled Search Path Element), a class of weakness where software uses a search path that includes directories outside of the application's direct control. In the case of BEopt 2.8.0.0, the application fails to specify absolute paths when loading dependent DLLs, instead relying on the Windows DLL search order.

When a user opens a BEopt project file (.beopt or related file types) from a network share, the application searches for required DLLs in the current working directory before checking system directories. This behavior allows an attacker to plant malicious copies of sdl2.dll and libegl.dll alongside seemingly legitimate project files on a WebDAV or SMB share.

The attack requires user interaction—the victim must be convinced to open a file from an attacker-controlled network location. However, this is a common attack vector in enterprise environments where users regularly access shared resources.

Root Cause

The root cause is the application's failure to implement safe DLL loading practices. BEopt 2.8.0.0 does not use absolute paths when loading sdl2.dll and libegl.dll, nor does it restrict the DLL search path to trusted directories only. The Windows DLL search order includes the directory from which the application was loaded (or in some cases, the current working directory), making it susceptible to hijacking when files are opened from untrusted locations.

Modern secure coding practices recommend using functions like SetDllDirectory() or SetDefaultDllDirectories() to restrict the search path, or loading DLLs with absolute paths to prevent this class of vulnerability.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a malicious scenario by:

  1. Creating or obtaining a legitimate BEopt project file
  2. Placing the project file on an attacker-controlled WebDAV or SMB share
  3. Adding malicious sdl2.dll and/or libegl.dll files to the same directory
  4. Social engineering the victim to open the project file from the network share

When the victim opens the project file, Windows loads the malicious DLLs from the network share directory instead of the legitimate libraries from the application's installation directory. The malicious code executes with the user's privileges, potentially enabling data theft, persistence mechanisms, or lateral movement within the network.

Detection Methods for CVE-2019-25268

Indicators of Compromise

  • Unexpected DLL files named sdl2.dll or libegl.dll in network share directories alongside BEopt project files
  • BEopt.exe loading DLLs from network paths (SMB or WebDAV) rather than the application installation directory
  • Process creation events showing BEopt spawning unexpected child processes after loading from network locations

Detection Strategies

  • Monitor for DLL loading events where the path contains network indicators (\\ for SMB or http:// for WebDAV) and the DLL names match sdl2.dll or libegl.dll
  • Deploy endpoint detection rules to alert on BEopt.exe loading DLLs from directories outside %ProgramFiles%\BEopt or similar expected installation paths
  • Use application whitelisting solutions to prevent unauthorized DLL loading in sensitive environments

Monitoring Recommendations

  • Enable Windows Sysmon with configurations tracking DLL load events (Event ID 7) for BEopt.exe
  • Configure network monitoring to detect suspicious WebDAV or SMB traffic involving DLL files
  • Implement user behavior analytics to identify unusual access patterns to network shares containing executable content

How to Mitigate CVE-2019-25268

Immediate Actions Required

  • Avoid opening BEopt project files directly from network shares, especially WebDAV or SMB locations from untrusted sources
  • Copy project files to local storage before opening them with BEopt
  • Implement Group Policy settings to restrict DLL loading from network paths
  • Consider application sandboxing or virtualization for running BEopt in environments where network file access is necessary

Patch Information

No official patch information is currently available from NREL for this vulnerability. Organizations using BEopt 2.8.0.0 should implement the recommended workarounds and monitor vendor communications for security updates. Additional technical details are available through CXSecurity Issue WLB-2019030108, IBM X-Force Vulnerability #158065, and ZeroScience Vulnerability ZSL-2019-5513.

Workarounds

  • Configure Windows to require SMB signing and disable WebDAV if not required in the enterprise environment
  • Use Software Restriction Policies or AppLocker to prevent DLL execution from network locations
  • Implement network segmentation to limit access to untrusted file shares from workstations running BEopt
  • Train users to recognize social engineering attempts involving network-hosted files

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNrel Beopt

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/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
  • CXSecurity Issue WLB-2019030108

  • IBM X-Force Vulnerability #158065

  • Packet Storm Security File #152043

  • Archived BEOPT NREL Resource

  • ZeroScience Vulnerability ZSL-2019-5513
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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