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-2022-23748

CVE-2022-23748: Dante Application Library DLL Sideloading

CVE-2022-23748 is a DLL sideloading vulnerability in Audinate Dante Application Library's mDNSResponder.exe. Attackers can exploit improper DLL loading to execute malicious code. This article covers technical details, impact, and mitigation.

Updated: May 16, 2026

CVE-2022-23748 Overview

CVE-2022-23748 is a DLL sideloading vulnerability in mDNSResponder.exe, a component of the Audinate Dante Discovery suite shipped with the Dante Application Library on Windows. The executable improperly specifies how and from where dependent DLLs are loaded. An attacker with local access can place a malicious DLL in a directory searched by the legitimate signed binary. When mDNSResponder.exe runs, it loads the attacker-controlled library and executes code in the context of the trusted process. CISA has added this issue to the Known Exploited Vulnerabilities catalog, confirming exploitation in the wild against deployments that bundle Dante Discovery.

Critical Impact

Attackers abuse a trusted, signed Audinate executable to load arbitrary DLLs, gaining code execution under the privileges of mDNSResponder.exe and bypassing application allowlisting that trusts the signed binary.

Affected Products

  • Audinate Dante Application Library (Dante Discovery component, mDNSResponder.exe)
  • Microsoft Windows hosts running Dante Discovery
  • Third-party audio and broadcast applications that bundle Audinate Dante Discovery

Discovery Timeline

  • 2022-11-17 - CVE-2022-23748 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2022-23748

Vulnerability Analysis

The vulnerability is a classic DLL sideloading issue mapped to [CWE-427] Uncontrolled Search Path Element and [CWE-426] Untrusted Search Path, with effects categorized as [CWE-114] Process Control. mDNSResponder.exe resolves one or more dependent DLLs by unqualified name. Windows applies its standard DLL search order, which includes the directory containing the executable before system locations under default conditions. An attacker who can write a crafted DLL to that directory, or who repackages the application in a writable path, causes the trusted process to load malicious code at startup.

Because the loading process is signed by Audinate, security tools that rely on signature trust or parent-process reputation may treat the malicious activity as benign. The vulnerability requires local access and user interaction to launch the affected application, but it produces high impact on confidentiality, integrity, and availability once triggered.

Root Cause

The root cause is the executable's failure to use a fully qualified path or a hardened search policy (such as LOAD_LIBRARY_SEARCH_SYSTEM32 or SetDefaultDllDirectories) when loading its dependencies. This delegates DLL resolution to the default Windows search order, which trusts the application's own directory before validated system paths.

Attack Vector

Exploitation requires a local foothold and the ability to write to the directory hosting mDNSResponder.exe or to an application directory that bundles it. The attacker drops a DLL with a name matching one of the binary's lookups. When a user, scheduled task, or service launches the audio application, mDNSResponder.exe loads the malicious DLL and executes attacker code under the same privilege level. The technique is commonly used for persistence, defense evasion, and privilege retention because the parent binary remains validly signed.

No verified public exploitation code is referenced in the advisories. See the Audinate Security Response CVE-2022-23748 and Checkpoint Vulnerability CPRID-2193 for technical details.

Detection Methods for CVE-2022-23748

Indicators of Compromise

  • Unsigned or non-Audinate signed DLLs located alongside mDNSResponder.exe in the Dante Discovery installation directory.
  • mDNSResponder.exe loading DLLs from non-standard paths instead of C:\Windows\System32 or the canonical Audinate install path.
  • Child processes such as cmd.exe, powershell.exe, or rundll32.exe spawned by mDNSResponder.exe.
  • Outbound network connections initiated by mDNSResponder.exe to destinations unrelated to multicast DNS discovery.

Detection Strategies

  • Hunt for image-load events where mDNSResponder.exe maps a DLL whose signer is not Audinate or Microsoft.
  • Alert on file write operations creating DLL files inside Dante Discovery directories by processes other than the official installer.
  • Correlate process-start telemetry to flag anomalous child processes or scripting hosts launched by mDNSResponder.exe.

Monitoring Recommendations

  • Forward Sysmon Event ID 7 (Image Loaded) and Event ID 11 (File Create) from endpoints running Dante Discovery to a centralized analytics platform.
  • Baseline the legitimate DLL load set of mDNSResponder.exe and alert on deviations.
  • Track CISA KEV catalog updates and prioritize endpoints that match the affected CPE for audinate:dante_application_library.

How to Mitigate CVE-2022-23748

Immediate Actions Required

  • Inventory all Windows hosts running Audinate Dante Discovery or third-party audio products that bundle mDNSResponder.exe and identify vulnerable versions.
  • Update Dante Discovery to the fixed release distributed by Audinate, as referenced in the vendor advisory.
  • Restrict write permissions on the Dante Discovery installation directory so non-administrative users cannot drop DLLs alongside mDNSResponder.exe.
  • Treat this CVE as actively exploited based on its CISA KEV listing and prioritize remediation accordingly.

Patch Information

Audinate has released an updated Dante Discovery package that addresses the DLL sideloading flaw. Refer to the Audinate Security Response CVE-2022-23748 for fixed version details and downstream OEM guidance. Application vendors that embed Dante Discovery must redistribute updated installers to their own customers.

Workarounds

  • Remove Dante Discovery from systems that do not require Dante audio networking until a patched version is deployed.
  • Enforce strict NTFS ACLs on the Dante installation folder, granting write access only to SYSTEM and Administrators.
  • Deploy application control policies (Windows Defender Application Control or AppLocker) that block unsigned DLLs from loading into mDNSResponder.exe.
  • Monitor and block execution of mDNSResponder.exe from non-standard paths using endpoint policy.
bash
# Example: restrict the Dante Discovery directory using icacls
icacls "C:\Program Files\Audinate\Dante Discovery" /inheritance:r
icacls "C:\Program Files\Audinate\Dante Discovery" /grant:r "SYSTEM:(OI)(CI)F" "Administrators:(OI)(CI)F" "Users:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechMicrosoft

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability11.74%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-114

  • CWE-426
  • Technical References
  • Checkpoint Vulnerability CPRID-2193

  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Audinate Security Response CVE-2022-23748
  • Related CVEs
  • CVE-2025-25199: go-crypto-winnative Memory Leak Vulnerability

  • CVE-2026-23549: WpEvently Object Injection Vulnerability

  • CVE-2024-43455: Windows Server 2008 Spoofing Vulnerability

  • CVE-2026-46722: File Indexer OOXML XXE 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