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

CVE-2026-32679: Windows Installer DLL Hijacking Vulnerability

CVE-2026-32679 is a DLL hijacking vulnerability affecting LiveOn Meet Client and Canon Network Camera Plugin installers for Windows. Malicious DLLs can be loaded to execute arbitrary code. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Updated: May 14, 2026

CVE-2026-32679 Overview

CVE-2026-32679 is a DLL search order hijacking vulnerability affecting the Windows installers for LiveOn Meet Client and Canon Network Camera Plugin. The affected installers, Downloader5Installer.exe, Downloader5InstallerForAdmin.exe, CanonNWCamPlugin.exe, and CanonNWCamPluginForAdmin.exe, insecurely load Dynamic Link Libraries (DLLs) from their working directory. An attacker who places a malicious DLL alongside the installer can execute arbitrary code with the privileges of the user running the installer. The flaw is classified under CWE-427 (Uncontrolled Search Path Element).

Critical Impact

Local code execution with the privileges of the user invoking the installer. Administrator-targeted installers expand the blast radius if exploited during privileged installation.

Affected Products

  • LiveOn Meet Client for Windows installers (Downloader5Installer.exe, Downloader5InstallerForAdmin.exe)
  • Canon Network Camera Plugin installers (CanonNWCamPlugin.exe, CanonNWCamPluginForAdmin.exe)
  • Windows endpoints where these installers are executed from user-writable directories such as Downloads

Discovery Timeline

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

Technical Details for CVE-2026-32679

Vulnerability Analysis

The vulnerability stems from insecure DLL loading behavior in four Windows installer executables shipped by LiveOn and Canon. When the installers launch, they resolve dependent DLLs through the standard Windows search order, which includes the current working directory. Attackers exploit this by planting a crafted DLL with a matching name in the same directory as the installer. The installer loads the attacker-controlled DLL and executes its DllMain entry point under the user context that started the installer.

Because browsers commonly save installer binaries to the Downloads folder, the attack surface is large. Any pre-positioned DLL in that directory will be picked up before the legitimate system DLL. When a user runs Downloader5InstallerForAdmin.exe or CanonNWCamPluginForAdmin.exe with elevated rights, the planted code inherits those rights and can persist on the system, modify protected directories, or install additional payloads.

Root Cause

The installers do not specify a fully qualified path when loading their dependencies and do not call SetDefaultDllDirectories or SetDllDirectory to constrain the search path. This produces an Uncontrolled Search Path Element condition where the loader resolves library names against the executable's directory before secure system locations.

Attack Vector

Exploitation requires local access and user interaction. An attacker delivers a malicious DLL to a directory that already contains, or will receive, one of the affected installer binaries. Common delivery techniques include archive bundling, where a ZIP file packages the legitimate installer next to a sibling DLL, and drive-by downloads that drop a DLL into the Downloads folder before the user runs an installer fetched separately. When the victim launches the installer, the loader picks up the attacker DLL and runs its code in-process. Refer to JVN #45563482 and the LiveOn Security Report 2026 for vendor technical details.

Detection Methods for CVE-2026-32679

Indicators of Compromise

  • Unsigned or unexpected DLL files sharing a directory with Downloader5Installer.exe, Downloader5InstallerForAdmin.exe, CanonNWCamPlugin.exe, or CanonNWCamPluginForAdmin.exe
  • Installer processes loading modules from user-writable paths such as %USERPROFILE%\Downloads instead of %SystemRoot%\System32
  • Child processes spawned by the installers that do not match the vendor's expected installation workflow

Detection Strategies

  • Hunt in EDR telemetry for ImageLoad events where the parent process is one of the four affected installers and the loaded module path is outside trusted system directories.
  • Alert on the affected installer executables writing or executing files immediately after a non-system DLL load event in the same directory.
  • Correlate Windows Sysmon Event ID 7 (Image Loaded) with Event ID 1 (Process Create) to flag installers loading unsigned DLLs from Downloads.

Monitoring Recommendations

  • Enable module load auditing on endpoints and forward Sysmon and Windows Defender Application Control logs to a central SIEM for retrospective hunting.
  • Track signature status of every DLL loaded by installer binaries and alert when an unsigned module is mapped into a vendor-signed installer.
  • Monitor user Downloads directories for the appearance of DLLs whose names match known Windows system libraries.

How to Mitigate CVE-2026-32679

Immediate Actions Required

  • Apply the fixed installer versions published by LiveOn and Canon as referenced in JVN #45563482.
  • Instruct users to move installer executables into an empty, dedicated directory before running them, eliminating untrusted sibling DLLs.
  • Block execution of unsigned DLLs loaded from user profile paths using Windows Defender Application Control or AppLocker policies.

Patch Information

LiveOn and Canon have published advisories through JVN. Administrators should download the latest installer builds directly from the vendor portals referenced in the LiveOn Security Report 2026 and the JVN advisory, and redistribute them through managed software deployment channels rather than allowing end-user downloads.

Workarounds

  • Run affected installers only from a clean directory that contains no other files.
  • Restrict standard users from executing installers, and deploy approved versions through a managed software distribution system.
  • Enforce SmartScreen and Mark-of-the-Web checks so downloaded archives are inspected before extraction.
bash
# Example AppLocker rule fragment blocking DLL loads from user Downloads
# Save as policy XML and import via Set-AppLockerPolicy
<RuleCollection Type="Dll" EnforcementMode="Enabled">
  <FilePathRule Id="a1b2c3d4-0001-0000-0000-000000000001"
                Name="Block DLLs from Downloads"
                Description="Prevents DLL planting next to installers"
                UserOrGroupSid="S-1-1-0"
                Action="Deny">
    <Conditions>
      <FilePathCondition Path="%OSDRIVE%\Users\*\Downloads\*.dll" />
    </Conditions>
  </FilePathRule>
</RuleCollection>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLiveon Meet

  • 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

  • LiveOn Security Report 2026
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
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