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-2026-32679

CVE-2026-32679: Windows Installer DLL Hijacking RCE Flaw

CVE-2026-32679 is a DLL hijacking remote code execution vulnerability affecting LiveOn Meet Client and Canon Network Camera Plugin installers for Windows. Attackers can execute malicious code by placing DLLs in the installer directory.

Published: April 23, 2026

CVE-2026-32679 Overview

CVE-2026-32679 is a DLL Injection vulnerability affecting the installers of LiveOn Meet Client for Windows and Canon Network Camera Plugin. The affected installers (Downloader5Installer.exe, Downloader5InstallerForAdmin.exe, CanonNWCamPlugin.exe, and CanonNWCamPluginForAdmin.exe) insecurely load Dynamic Link Libraries (DLLs). If a malicious DLL is placed in the same directory as the installer, the affected application may load that DLL and execute its code with the privilege of the user invoking the installer.

Critical Impact

An attacker can achieve arbitrary code execution with the same privileges as the user running the installer, potentially leading to full system compromise if executed by an administrator.

Affected Products

  • LiveOn Meet Client for Windows (Downloader5Installer.exe)
  • LiveOn Meet Client for Windows (Downloader5InstallerForAdmin.exe)
  • Canon Network Camera Plugin (CanonNWCamPlugin.exe)
  • Canon Network Camera Plugin (CanonNWCamPluginForAdmin.exe)

Discovery Timeline

  • 2026-04-23 - CVE CVE-2026-32679 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-32679

Vulnerability Analysis

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), which describes a condition where an application searches for critical resources using an externally-supplied search path that can point to resources not under the application's direct control. In this case, the installers for LiveOn Meet Client and Canon Network Camera Plugin fail to properly specify the full path when loading DLL dependencies, allowing the Windows DLL search order to be exploited.

When an installer is executed from a user-writable directory (such as the Downloads folder), Windows follows a predefined search order to locate required DLLs. If the installer does not use absolute paths or implement SafeDllSearchMode properly, the current working directory is searched before system directories. An attacker can exploit this by placing a malicious DLL with the same name as a legitimate system DLL in the same directory as the installer.

Root Cause

The root cause of this vulnerability is the improper implementation of DLL loading within the affected installers. The applications fail to use secure DLL loading practices such as specifying absolute paths, using the SetDllDirectory API to restrict the search path, or employing manifest files to enforce side-by-side assembly loading. This oversight allows the Windows loader to search the current directory for DLLs before trusted system locations.

Attack Vector

The attack requires local access and user interaction. An attacker must place a malicious DLL file in the same directory where the victim will execute the installer. Common attack scenarios include:

  1. Download Folder Attack: An attacker sends a malicious DLL file via email or web download. If the DLL lands in the same folder where the user downloads the legitimate installer, the malicious DLL will be loaded when the installer runs.

  2. Network Share Attack: An attacker places both the installer and malicious DLL on a network share, tricking users into running the installer from that location.

  3. Social Engineering: An attacker convinces the user to extract both files from an archive to the same directory before running the installer.

The malicious DLL executes with the same privileges as the installer process. When using Downloader5InstallerForAdmin.exe or CanonNWCamPluginForAdmin.exe, which require administrative privileges, the attacker's code would execute with elevated permissions, enabling complete system compromise.

Detection Methods for CVE-2026-32679

Indicators of Compromise

  • Unexpected DLL files present in user download directories or alongside installer executables
  • Process creation events showing the affected installer loading DLLs from non-system directories
  • Suspicious DLL files with names matching common Windows system libraries in temporary or user-writable folders
  • Unusual child processes spawned by the installer executables

Detection Strategies

  • Monitor for DLL load events where the path is not within standard Windows system directories (C:\Windows\System32, C:\Windows\SysWOW64)
  • Implement application whitelisting to prevent unauthorized DLL execution
  • Deploy endpoint detection rules to alert on known-vulnerable installer file names loading DLLs from the current directory
  • Use Sysmon Event ID 7 (Image Loaded) to track DLL loading behavior of the affected installers

Monitoring Recommendations

  • Enable enhanced process and module load logging through Windows Event Log or EDR solutions
  • Implement file integrity monitoring on download directories to detect suspicious DLL placement
  • Configure SentinelOne Deep Visibility to track process-to-DLL relationships and flag anomalous loading patterns
  • Alert on any execution of the affected installer binaries to ensure proper security controls are in place

How to Mitigate CVE-2026-32679

Immediate Actions Required

  • Avoid running the affected installers from user-writable directories such as Downloads, Desktop, or temporary folders
  • Before executing any installer, verify the directory contains only the legitimate installer file and no unexpected DLLs
  • Run installers from a dedicated clean directory with restricted write permissions
  • Use application control solutions to prevent execution of unsigned or untrusted DLLs

Patch Information

Organizations should consult the vendor security advisories for updated installer versions that address this vulnerability. The JVN #45563482 Advisory provides official guidance on this vulnerability. Additionally, the LiveOn Security Report JMSSA2026-001 contains specific remediation steps from the vendor.

Workarounds

  • Create a dedicated installation directory with administrator-only write permissions and copy the installer there before execution
  • Clear the Downloads folder of any DLL files before running installers
  • Use Group Policy to restrict DLL loading from the current directory by enabling SafeDllSearchMode
  • Implement application whitelisting policies that block unsigned DLLs from user-writable directories
bash
# Verify no suspicious DLLs exist in installer directory before execution
# PowerShell command to check for DLL files in a directory
Get-ChildItem -Path "C:\InstallerDirectory" -Filter "*.dll" -Recurse | Select-Object FullName, Length, LastWriteTime

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCanon

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/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
  • JVN #45563482 Advisory

  • LiveOn Security Report JMSSA2026-001
  • Related CVEs
  • CVE-2024-12647: Canon MF455dw Buffer Overflow Vulnerability

  • CVE-2024-12648: Canon Printer Buffer Overflow Vulnerability

  • CVE-2025-14234: Canon Printer Buffer Overflow Vulnerability

  • CVE-2025-14235: Canon Printer Buffer Overflow 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