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-0776

CVE-2026-0776: Discord Client Privilege Escalation Flaw

CVE-2026-0776 is a local privilege escalation vulnerability in Discord Client caused by an uncontrolled search path in the discord_rpc module. This article covers the technical details, exploitation requirements, and mitigation.

Updated: May 14, 2026

CVE-2026-0776 Overview

CVE-2026-0776 is a local privilege escalation vulnerability in the Discord Client. The flaw resides in the discord_rpc module, which loads a file from an unsecured location. An attacker with the ability to execute low-privileged code on the target host can leverage this weakness to run arbitrary code in the context of the target user. The issue was disclosed through the Trend Micro Zero Day Initiative as ZDI-CAN-27057 and tracked under advisory ZDI-26-040. It is classified under CWE-427 (Uncontrolled Search Path Element).

Critical Impact

Local attackers can escalate privileges and execute arbitrary code as the targeted Discord user by planting a malicious file in an unsecured search path used by discord_rpc.

Affected Products

  • Discord Client (desktop application)
  • Installations using the discord_rpc module
  • Windows endpoints where Discord is installed in user-writable locations

Discovery Timeline

  • 2026-01-23 - CVE-2026-0776 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-0776

Vulnerability Analysis

The vulnerability stems from how the Discord Client resolves and loads a dependency through the discord_rpc module. The application searches for a required file in a location that is not adequately protected from low-privileged users. When a process loads a library or resource from an attacker-writable directory, the operating system honors the path order and loads the planted artifact instead of the legitimate one.

Exploitation requires that an attacker already has local code execution at a low privilege level and that a user interacts with the affected client. Once the malicious file is loaded, code executes in the security context of the Discord user, inheriting that user's tokens, credentials, and access rights.

This class of flaw is commonly described as DLL search-order hijacking or untrusted search path abuse. It is impactful for desktop applications installed under per-user directories because the install path itself is typically writable by the user, broadening the attack surface available to standard accounts and to malware that lands with limited privileges.

Root Cause

The root cause is an Uncontrolled Search Path Element (CWE-427) in the discord_rpc component. The loader does not enforce a fully qualified or integrity-checked path when resolving the dependency, so any file with the expected name placed earlier in the search order is loaded without validation.

Attack Vector

The attack vector is local. An attacker first executes code as a low-privileged user, then drops a malicious file in a directory consulted by discord_rpc ahead of the legitimate file. When Discord starts or the affected code path runs, the planted artifact is loaded and its code is executed within the Discord process. Refer to the Zero Day Initiative Advisory ZDI-26-040 for additional technical context.

// No verified public exploit code is available for CVE-2026-0776.
// See ZDI-26-040 for the vendor-coordinated technical write-up.

Detection Methods for CVE-2026-0776

Indicators of Compromise

  • Unexpected files matching discord_rpc dependency names placed in user-writable directories adjacent to the Discord install path.
  • Discord processes loading modules from non-standard locations such as %APPDATA%, %TEMP%, or per-user profile directories.
  • New or modified files in the Discord application directory created by non-installer processes.

Detection Strategies

  • Monitor image and module load events for the Discord process and flag loads originating outside the expected install directory.
  • Hunt for file-write events that create executables or libraries in directories used by Discord at runtime.
  • Correlate Discord process launches with recent low-privileged file drops in adjacent paths to surface staging activity.

Monitoring Recommendations

  • Enable command-line and module-load logging on Windows endpoints, including Sysmon Event IDs 1, 7, and 11.
  • Alert on Discord child processes that spawn shells, scripting hosts, or LOLBins shortly after startup.
  • Track integrity of files under the Discord install directory and notify on unexpected modifications.

How to Mitigate CVE-2026-0776

Immediate Actions Required

  • Update the Discord Client to the latest version that addresses the discord_rpc search path issue.
  • Restrict standard users from writing to directories consulted by Discord at load time where feasible.
  • Audit endpoints for unauthorized files in Discord-related directories and remove any unknown artifacts.

Patch Information

Refer to the Zero Day Initiative Advisory ZDI-26-040 for vendor coordination details and the fixed release identifier. Apply the latest Discord Client update across all managed endpoints to remediate the vulnerability.

Workarounds

  • Limit local code execution by enforcing application control policies such as Windows Defender Application Control or AppLocker.
  • Remove the Discord Client from systems where it is not required for business use, particularly on shared or privileged workstations.
  • Run desktop sessions under standard user accounts and prevent privilege uplift to reduce the value of a successful exploit.
bash
# Example: enumerate suspicious files near a Discord install on Windows (PowerShell)
Get-ChildItem -Path "$env:LOCALAPPDATA\Discord" -Recurse -Include *.dll,*.node |
  Where-Object { $_.CreationTime -gt (Get-Date).AddDays(-30) } |
  Select-Object FullName, CreationTime, Length

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDiscord

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Zero Day Initiative Advisory ZDI-26-040
  • Related CVEs
  • CVE-2026-41381: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41303: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-24332: Discord Information Disclosure Vulnerability

  • CVE-2024-23739: Discord for macOS RCE 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