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
    • 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-2020-36984

CVE-2020-36984: EPSON Privilege Escalation Vulnerability

CVE-2020-36984 is a privilege escalation flaw in EPSON 1.124 that exploits an unquoted service path to execute code with elevated system privileges. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2020-36984 Overview

CVE-2020-36984 is an unquoted service path vulnerability affecting EPSON Printer Software version 1.124. The vulnerability exists in the SENADB service, which allows local attackers to execute arbitrary code with elevated system privileges. By exploiting the unquoted path in C:\Program Files (x86)\EPSON_P2B\Printer Software\Status Monitor\, attackers can inject malicious executables that will run with LocalSystem permissions.

Critical Impact

Local attackers can achieve privilege escalation to SYSTEM level by placing a malicious executable in the unquoted service path, enabling complete system compromise.

Affected Products

  • EPSON Printer Software version 1.124
  • EPSON Status Monitor (SENADB Service)
  • Systems with EPSON_P2B Printer Software installed

Discovery Timeline

  • 2026-01-28 - CVE CVE-2020-36984 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-36984

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element). When a Windows service is configured with an executable path containing spaces and the path is not enclosed in quotation marks, Windows attempts to locate the executable by parsing the path at each space. This behavior can be exploited by placing a malicious executable at one of these parsed locations.

In this case, the SENADB service path C:\Program Files (x86)\EPSON_P2B\Printer Software\Status Monitor\ contains multiple spaces. Windows will sequentially attempt to execute C:\Program.exe, then C:\Program Files.exe, then C:\Program Files (x86)\EPSON_P2B\Printer.exe, and so on. An attacker with write access to any of these intermediate locations can place a malicious executable that will be executed with the privileges of the service—in this case, LocalSystem.

Root Cause

The root cause of this vulnerability is improper configuration of the service path in the Windows registry. The SENADB service was registered without enclosing the executable path in quotation marks. This is a common oversight during software installation when developers fail to account for paths containing spaces. The Windows SCM (Service Control Manager) requires paths with spaces to be quoted; otherwise, it parses the path incrementally at each space character.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system. The attacker must have write permissions to one of the directories in the parsed path hierarchy. Successful exploitation allows the attacker to escalate privileges from a standard user account to LocalSystem, granting full control over the compromised system. This makes the vulnerability particularly dangerous in multi-user environments or systems where standard users have write access to common directories.

The exploitation process involves placing a malicious executable (such as Program.exe or Printer.exe) in a location that Windows will check before reaching the legitimate service executable. When the service starts or restarts, the malicious payload executes with SYSTEM privileges.

Detection Methods for CVE-2020-36984

Indicators of Compromise

  • Unexpected executables named Program.exe, Printer.exe, or Status.exe in C:\, C:\Program Files (x86)\, or C:\Program Files (x86)\EPSON_P2B\ directories
  • Service start events for SENADB service followed by unusual process spawning activity
  • New or modified executable files in the EPSON installation path hierarchy with recent timestamps

Detection Strategies

  • Query Windows services for unquoted paths using wmic service get name,displayname,pathname,startmode | findstr /i "auto" | findstr /i /v "C:\Windows\\" | findstr /i /v """ to identify vulnerable configurations
  • Monitor the Windows Event Log for service start events (Event ID 7036) associated with the SENADB service
  • Implement file integrity monitoring for the EPSON installation directories and parent paths

Monitoring Recommendations

  • Deploy endpoint detection rules to alert on executable creation in C:\Program Files (x86)\EPSON_P2B\ outside of authorized software deployment windows
  • Enable Windows Defender Application Control or AppLocker policies to restrict executable execution in non-standard directories
  • Configure SentinelOne to monitor for privilege escalation patterns associated with service abuse

How to Mitigate CVE-2020-36984

Immediate Actions Required

  • Audit the affected system for the presence of malicious executables in the unquoted path hierarchy
  • Manually quote the service path in the Windows registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SENADB
  • Restrict write permissions on directories along the service path to administrators only
  • Consider disabling the SENADB service if it is not required for printer functionality

Patch Information

Users should check for updated drivers and software from the Epson Support Drivers and Manuals page. Additional technical details about this vulnerability can be found in the Exploit-DB #48965 entry and the VulnCheck Advisory on Epson.

Workarounds

  • Manually fix the registry entry by adding quotation marks around the ImagePath value for the SENADB service
  • Remove write permissions for non-administrative users from C:\Program Files (x86)\ and subdirectories
  • Implement application whitelisting to prevent unauthorized executables from running in affected directories
bash
# Registry fix to quote the service path (run as Administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SENADB" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files (x86)\EPSON_P2B\Printer Software\Status Monitor\SEKSMDBExe.exe\"" /f

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechEpson

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-428
  • Technical References
  • Epson Support Drivers and Manuals

  • Exploit-DB #48965

  • VulnCheck Advisory on Epson
  • Related CVEs
  • CVE-2025-4960: EPSON Privilege Escalation Vulnerability

  • CVE-2020-37064: EPSON EasyMP Privilege Escalation Flaw

  • CVE-2020-36975: EPSON Status Monitor Privilege Escalation

  • CVE-2021-47898: Epson USB Display Privilege Escalation
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