A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-52945

CVE-2023-52945: Synology BeeDrive RCE Vulnerability

CVE-2023-52945 is a remote code execution flaw in Synology BeeDrive for desktop that allows local users to execute arbitrary code. This article explains the technical details, affected versions, and mitigation steps.

Published: May 28, 2026

CVE-2023-52945 Overview

CVE-2023-52945 is an uncontrolled search path element vulnerability in the OpenSSL Dynamic Link Library (DLL) component used by Synology BeeDrive for desktop. Versions prior to 1.3.2-13814 load DLLs from insecure locations, allowing local users to execute arbitrary code through unspecified vectors. The flaw is classified under CWE-427: Uncontrolled Search Path Element. Successful exploitation results in code execution within the security context of the BeeDrive process.

Critical Impact

Local attackers can place a malicious DLL in a path searched by BeeDrive before the legitimate OpenSSL library, achieving arbitrary code execution with high impact to confidentiality, integrity, and availability.

Affected Products

  • Synology BeeDrive for desktop versions before 1.3.2-13814
  • OpenSSL DLL component bundled with BeeDrive desktop client
  • Windows endpoints running vulnerable BeeDrive installations

Discovery Timeline

  • 2026-05-27 - CVE-2023-52945 published to the National Vulnerability Database (NVD)
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2023-52945

Vulnerability Analysis

The vulnerability resides in how Synology BeeDrive resolves and loads its bundled OpenSSL DLL at runtime. The application does not enforce a fully qualified path when loading the library. Windows therefore falls back to its standard DLL search order, which includes the application's working directory and other writable locations.

A local attacker who can write a file to a directory present in the search path can plant a malicious DLL with the expected OpenSSL filename. When BeeDrive starts or invokes the affected functionality, the planted DLL loads instead of the legitimate library. Code in the attacker-controlled DLL executes within the BeeDrive process context.

The CWE-427 classification confirms the root issue is path resolution rather than a memory safety defect. The attack requires local access and low privileges but does not require user interaction beyond normal application use.

Root Cause

The BeeDrive client invokes the OpenSSL DLL without specifying an absolute path or applying SetDefaultDllDirectories style hardening. Windows resolves the DLL name using the default search order, which can include user-writable directories. This permits substitution of the legitimate library with an attacker-supplied binary that exports the same symbols.

Attack Vector

Exploitation requires local file system access on a Windows host where BeeDrive is installed. An attacker writes a crafted DLL bearing the OpenSSL filename expected by BeeDrive into a directory searched before the install path. On the next BeeDrive process start or library load, the malicious DLL is mapped into the process. The DLL's DllMain or exported functions then execute attacker code with the user's privileges. No verified public proof-of-concept is currently available; refer to the Synology Security Advisory SA-24-26 for vendor-confirmed details.

Detection Methods for CVE-2023-52945

Indicators of Compromise

  • Unsigned or unexpected libcrypto, libssl, or related OpenSSL DLL files located in BeeDrive working directories or user-writable paths
  • BeeDrive processes loading OpenSSL DLLs from paths outside the official installation directory
  • New DLL files appearing in directories adjacent to the BeeDrive executable shortly before process launch
  • Child processes spawned by BeeDrive that do not match expected synchronization activity

Detection Strategies

  • Monitor image load events (Sysmon Event ID 7) for BeeDrive processes loading DLLs from non-standard locations
  • Compare hashes of loaded OpenSSL DLLs against vendor-published values from the Synology Security Advisory SA-24-26
  • Alert on file write operations placing DLLs into BeeDrive's current working directory by non-installer processes
  • Inspect digital signatures of all DLLs loaded by BeeDrive.exe and flag unsigned or untrusted publishers

Monitoring Recommendations

  • Enable detailed module load auditing on endpoints running BeeDrive
  • Track BeeDrive version inventory and flag hosts running builds older than 1.3.2-13814
  • Forward Sysmon and EDR telemetry to a central data lake for retrospective hunting against DLL search order abuse patterns mapped to MITRE ATT&CK technique T1574.001

How to Mitigate CVE-2023-52945

Immediate Actions Required

  • Upgrade Synology BeeDrive for desktop to version 1.3.2-13814 or later on all affected Windows endpoints
  • Inventory all systems running BeeDrive and prioritize patching of multi-user or shared workstations
  • Remove any unauthorized DLL files found in BeeDrive directories or user-writable paths in the application's search order
  • Restrict write permissions on directories from which BeeDrive loads libraries

Patch Information

Synology released the fix in BeeDrive for desktop 1.3.2-13814. The corrected build resolves the OpenSSL DLL through hardened search path logic. Patch details and download instructions are available in the Synology Security Advisory SA-24-26.

Workarounds

  • Where patching cannot occur immediately, restrict local logon rights to trusted users only
  • Apply NTFS access control lists that deny non-administrative write access to the BeeDrive installation directory and parent folders
  • Use application allowlisting to block execution of unsigned DLLs from user-writable paths
  • Disable or uninstall BeeDrive on hosts where the synchronization functionality is not required until the patch is applied

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenssl

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • 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
  • Technical References
  • Synology Security Advisory SA-24-26
  • Related CVEs
  • CVE-2022-4991: Tychon OpenSSL RCE Vulnerability

  • CVE-2026-24695: XWEB Pro RCE Vulnerability

  • CVE-2024-9143: OpenSSL Elliptic Curve RCE Vulnerability

  • CVE-2022-2068: OpenSSL c_rehash Command Injection RCE
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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