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

CVE-2026-28704: Emocheck DLL Hijacking RCE Vulnerability

CVE-2026-28704 is a DLL hijacking vulnerability in Emocheck that allows attackers to execute arbitrary code by placing malicious DLLs. This article covers technical details, affected versions, and mitigation strategies.

Published: April 17, 2026

CVE-2026-28704 Overview

CVE-2026-28704 is a DLL Injection vulnerability affecting JPCERT/CC's EmoCheck utility, a tool designed to detect Emotet malware infections. The vulnerability stems from insecure loading of Dynamic Link Libraries (DLLs), allowing attackers to execute arbitrary code by placing a malicious DLL in the same directory as the EmoCheck executable. When a user invokes EmoCheck, the application may inadvertently load the crafted DLL, executing malicious code with the user's privileges.

Critical Impact

Attackers can achieve arbitrary code execution by exploiting the insecure DLL loading behavior, potentially compromising systems during security scanning operations intended to detect Emotet infections.

Affected Products

  • JPCERT/CC EmoCheck (versions prior to patched release)

Discovery Timeline

  • 2026-04-10 - CVE-2026-28704 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-28704

Vulnerability Analysis

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), which occurs when an application searches for critical resources using a search path that can be controlled by untrusted parties. In this case, EmoCheck follows an insecure DLL search order that prioritizes the current working directory or the application's directory when resolving DLL dependencies.

When EmoCheck is executed, Windows follows a standard DLL search order to locate required libraries. If EmoCheck does not explicitly specify absolute paths for its DLL dependencies, the operating system will search multiple locations, including the directory from which the application was launched. An attacker who can place a malicious DLL with a specific name in this directory can hijack the loading process.

The attack requires local access and user interaction—specifically, the victim must execute EmoCheck from a directory containing the attacker's malicious DLL. This scenario is particularly concerning when users download EmoCheck to locations where untrusted files may also reside, such as a Downloads folder.

Root Cause

The root cause of this vulnerability is the application's failure to implement secure DLL loading practices. EmoCheck does not use fully qualified paths when loading DLLs, nor does it employ Windows security features such as SetDefaultDllDirectories() or SetDllDirectory("") to restrict the DLL search path. This allows the Windows loader to search insecure directories, including the application's current working directory, when resolving DLL dependencies.

Attack Vector

The attack vector is local, requiring an attacker to place a malicious DLL file in the same directory as the EmoCheck executable. The attack scenario typically unfolds as follows:

  1. An attacker identifies DLL names that EmoCheck attempts to load during execution
  2. The attacker crafts a malicious DLL with matching name containing payload code
  3. The malicious DLL is placed in a directory where the victim is likely to run EmoCheck (e.g., Downloads folder, shared network location, or extracted archive)
  4. When the victim executes EmoCheck, the application loads the malicious DLL instead of the legitimate system DLL
  5. Arbitrary code executes with the victim's privileges

This vulnerability is particularly insidious as it targets users who are actively trying to protect their systems from Emotet malware, potentially compromising their security posture during a defensive action.

Detection Methods for CVE-2026-28704

Indicators of Compromise

  • Unexpected DLL files appearing in directories alongside EmoCheck executable
  • Process monitoring showing EmoCheck loading DLLs from non-system directories
  • Unusual child processes spawned by EmoCheck during execution
  • Network connections initiated by EmoCheck that are not part of normal operation

Detection Strategies

  • Monitor DLL loading events using Windows Event Logging (Sysmon Event ID 7) for EmoCheck processes
  • Implement application whitelisting to detect unauthorized DLLs being loaded
  • Use SentinelOne's behavioral AI to detect anomalous DLL loading patterns
  • Deploy file integrity monitoring on directories where EmoCheck is commonly stored

Monitoring Recommendations

  • Enable process creation auditing and DLL loading events via Windows Security Event Log
  • Configure endpoint detection rules to alert on DLL loads from user-writable directories
  • Implement SentinelOne Singularity to detect and prevent DLL hijacking attempts in real-time
  • Regularly audit common download locations for suspicious DLL files

How to Mitigate CVE-2026-28704

Immediate Actions Required

  • Download and update to the latest version of EmoCheck from the official JPCERT/CC GitHub repository
  • Move EmoCheck to a protected directory (e.g., C:\Program Files\) that requires administrative privileges to modify
  • Verify the integrity of EmoCheck downloads using provided checksums before execution
  • Remove any unexpected DLL files from directories containing EmoCheck

Patch Information

JPCERT/CC has released updated versions of EmoCheck addressing this vulnerability. Users should download the latest release from the official GitHub EmoCheck Repository and verify the download integrity using the provided SHA-256 checksums. For detailed information about this vulnerability, refer to the JVN #JVN00263243 Advisory and the JPCERT Press Release 2026.

Workarounds

  • Execute EmoCheck only from protected directories where non-administrative users cannot write files
  • Create a dedicated folder with restricted write permissions for running security tools
  • Before running EmoCheck, verify no unexpected DLL files exist in the same directory
  • Consider running EmoCheck in an isolated environment or sandbox for additional protection
bash
# Configuration example
# Create a protected directory for EmoCheck and set appropriate permissions
mkdir "C:\Program Files\EmoCheck"
icacls "C:\Program Files\EmoCheck" /inheritance:r
icacls "C:\Program Files\EmoCheck" /grant:r "BUILTIN\Administrators:(OI)(CI)F"
icacls "C:\Program Files\EmoCheck" /grant:r "BUILTIN\Users:(OI)(CI)RX"
# Move EmoCheck to the protected directory
move "%USERPROFILE%\Downloads\emocheck*.exe" "C:\Program Files\EmoCheck\"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechEmocheck

  • 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
  • GitHub EmoCheck Repository

  • JVN #JVN00263243 Advisory

  • JPCERT Press Release 2026
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS 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