Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-40947

CVE-2026-40947: Yubico DLL Search Path Vulnerability

CVE-2026-40947 is a DLL search path vulnerability affecting Yubico libfido2, python-fido2, and yubikey-manager that could allow attackers to execute malicious code. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-40947 Overview

CVE-2026-40947 is an unintended DLL search path vulnerability affecting multiple Yubico products including libfido2 before version 1.17.0, python-fido2 before version 2.2.0, and yubikey-manager before version 5.9.1. This vulnerability falls under CWE-426 (Untrusted Search Path), which can allow attackers to load malicious DLL files if they have local access to the system.

Critical Impact

Local attackers with the ability to place malicious DLL files in the search path could potentially achieve code execution or compromise the integrity of Yubico authentication operations.

Affected Products

  • Yubico libfido2 versions before 1.17.0
  • Yubico python-fido2 versions before 2.2.0
  • Yubico yubikey-manager versions before 5.9.1

Discovery Timeline

  • 2026-04-16 - CVE CVE-2026-40947 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-40947

Vulnerability Analysis

This vulnerability exists due to an unintended DLL search path in Yubico's FIDO2 and YubiKey management software stack. When the affected applications load dynamic link libraries, they may inadvertently search for DLLs in untrusted locations before checking secure system directories. This allows an attacker with local access to place a malicious DLL in a directory that precedes the legitimate DLL location in the search order.

The vulnerability requires local access and specific conditions to exploit, as the attacker must be able to write files to a directory in the DLL search path. The impact is limited to integrity compromise without affecting confidentiality or availability directly.

Root Cause

The root cause is an insecure DLL search path implementation (CWE-426) in the affected Yubico components. When loading required DLL dependencies, the applications do not sufficiently restrict or validate the directories from which DLLs can be loaded. This allows the Windows DLL search order to potentially resolve to attacker-controlled directories.

Attack Vector

The attack vector is local, requiring the attacker to have existing access to the target system. The attacker must:

  1. Identify a writable directory in the DLL search path used by the vulnerable Yubico applications
  2. Place a malicious DLL with the expected filename in that directory
  3. Wait for or trigger the victim to execute one of the affected Yubico applications
  4. The application loads the malicious DLL instead of the legitimate one

Due to the local access requirement and specific conditions needed, exploitation complexity is considered high. For detailed technical information, refer to the Yubico Security Advisory YSA-2026-01.

Detection Methods for CVE-2026-40947

Indicators of Compromise

  • Unexpected DLL files appearing in application directories or user-writable paths that should not contain Yubico-related libraries
  • Process execution of Yubico applications loading DLLs from non-standard locations
  • Anomalous file write operations to directories in the DLL search path prior to Yubico application execution

Detection Strategies

  • Monitor for DLL loading events from Yubico applications (libfido2, python-fido2, yubikey-manager) originating from unexpected directories
  • Implement application whitelisting to prevent unauthorized DLL execution
  • Use endpoint detection tools to identify DLL hijacking patterns associated with FIDO2/YubiKey software

Monitoring Recommendations

  • Enable DLL load event logging on Windows systems where Yubico software is deployed
  • Monitor file system activity in directories commonly used for DLL hijacking attacks
  • Alert on creation of new DLL files in user-writable directories that are in the application search path

How to Mitigate CVE-2026-40947

Immediate Actions Required

  • Upgrade libfido2 to version 1.17.0 or later
  • Upgrade python-fido2 to version 2.2.0 or later
  • Upgrade yubikey-manager to version 5.9.1 or later
  • Audit systems for unexpected DLL files in application directories

Patch Information

Yubico has released patched versions of all affected components that address the DLL search path vulnerability. Organizations should update to the following minimum versions:

ComponentFixed Version
libfido21.17.0
python-fido22.2.0
yubikey-manager5.9.1

For complete patch details and download links, consult the Yubico Security Advisory YSA-2026-01.

Workarounds

  • Restrict write permissions on directories in the DLL search path to prevent unauthorized DLL placement
  • Implement application control policies to only allow signed Yubico DLLs to load
  • Use Windows Defender Application Control (WDAC) or similar solutions to enforce DLL signing requirements
  • Run Yubico applications from directories with restricted write access
bash
# Example: Restrict permissions on Yubico application directory (Windows PowerShell)
# Ensure only administrators can write to the installation directory
icacls "C:\Program Files\Yubico" /inheritance:r /grant "Administrators:(OI)(CI)F" /grant "SYSTEM:(OI)(CI)F" /grant "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/TechYubico

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-426
  • Technical References
  • Yubico Security Advisory YSA-2026-01
  • Related CVEs
  • CVE-2024-45678: Yubikey 5c NFC Information Disclosure

  • CVE-2025-23013: Yubico pam-u2f Privilege Escalation Flaw
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