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-2026-1585

CVE-2026-1585: IJ Scan Utility Privilege Escalation Flaw

CVE-2026-1585 is a privilege escalation vulnerability in IJ Scan Utility for Windows affecting versions 1.1.2 through 1.5.0. This post covers the technical details, affected versions, security impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-1585 Overview

An unquoted Windows service executable path vulnerability has been identified in Canon IJ Scan Utility for Windows versions 1.1.2 through 1.5.0. This privilege escalation vulnerability may allow a local attacker to execute a malicious file with the privileges of the affected service, potentially leading to full system compromise.

Critical Impact

Local attackers with access to the system can exploit the unquoted service path to execute arbitrary code with elevated privileges, potentially gaining complete control over the affected system.

Affected Products

  • Canon IJ Scan Utility for Windows version 1.1.2
  • Canon IJ Scan Utility for Windows versions through 1.5.0
  • Windows systems running vulnerable Canon IJ Scan Utility installations

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-1585 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-1585

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element), a well-known Windows-specific security weakness that occurs when service executable paths containing spaces are not properly enclosed in quotation marks.

When Windows services are configured with unquoted paths containing spaces, the operating system's path parsing mechanism attempts to locate the executable by evaluating path segments from left to right. An attacker who can place a malicious executable in a higher-priority path location can hijack the service execution flow.

The vulnerability requires local access and elevated privileges to exploit, but successful exploitation grants the attacker the ability to execute arbitrary code with the privileges of the affected Canon IJ Scan Utility service. This typically includes SYSTEM-level privileges, making this a significant privilege escalation risk in enterprise environments.

Root Cause

The root cause of this vulnerability is improper configuration of the Windows service executable path for Canon IJ Scan Utility. When the service was registered, the path to the executable was not enclosed in double quotes. Since Windows paths often contain spaces (e.g., C:\Program Files\Canon\IJ Scan Utility\Application.exe), the operating system's CreateProcess function interprets the path ambiguously when quotes are absent.

Windows attempts to resolve the path by testing progressively longer portions of the string as potential executable names: first C:\Program.exe, then C:\Program Files\Canon\IJ.exe, and so forth. If an attacker can write to any of these locations (such as C:\), they can plant a malicious executable that Windows will run instead of the intended Canon application.

Attack Vector

This vulnerability requires local access to the target system. An attacker must have sufficient privileges to write executable files to locations within the unquoted path hierarchy. Common exploitation scenarios include:

A local user with write access to the root of the system drive (C:\) can place a malicious executable named Program.exe which will be executed when the Canon IJ Scan Utility service starts or restarts. The malicious code then inherits the privileges of the service, typically SYSTEM or a high-privilege service account.

The attack surface includes service restarts, system reboots, or any trigger that causes the vulnerable service to reinitialize. Once exploited, the attacker achieves privilege escalation from a low-privileged user to SYSTEM-level access.

Detection Methods for CVE-2026-1585

Indicators of Compromise

  • Presence of unexpected executables named Program.exe, IJ.exe, or similar in the root drive or C:\Program Files\Canon\ directories
  • Suspicious service execution events showing unexpected parent processes for Canon IJ Scan Utility
  • Windows Security Event Log entries indicating service path manipulation or unexpected process execution
  • File system audit logs showing creation of executables in sensitive path locations

Detection Strategies

  • Query Windows services for unquoted paths containing spaces using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -notlike '"*"' -and $_.PathName -like '* *'}
  • Monitor for file creation events in root directories and common interception paths
  • Implement SentinelOne Singularity endpoint protection for real-time detection of privilege escalation attempts
  • Deploy YARA rules to detect known exploit patterns targeting unquoted service paths

Monitoring Recommendations

  • Enable Windows Security Event logging for process creation (Event ID 4688) with command line auditing
  • Configure file integrity monitoring on critical directories including C:\ and C:\Program Files\
  • Implement SentinelOne Behavioral AI to detect anomalous service execution patterns
  • Regularly audit installed services for unquoted path vulnerabilities as part of security hygiene

How to Mitigate CVE-2026-1585

Immediate Actions Required

  • Update Canon IJ Scan Utility for Windows to a version newer than 1.5.0 from the official Canon download portal
  • Verify service paths are properly quoted after updating by inspecting the Windows Registry
  • Audit the system for potential exploitation artifacts such as unexpected executables in path interception locations
  • Remove any unauthorized files found in C:\ or along the unquoted path segments

Patch Information

Canon has released security advisories and remediation guidance for this vulnerability. Affected users should download and install the latest version of IJ Scan Utility for Windows from Canon's official support channels. Detailed remediation instructions are available through the Canon PSIRT Advisory CP2026-002 and the Canon USA Product Advisory CPA2026-002.

Additional vendor resources include the Canon Japan Vulnerability Response and Canon Europe Product Security pages.

Workarounds

  • Manually add quotation marks around the service executable path in the Windows Registry (HKLM\SYSTEM\CurrentControlSet\Services\[ServiceName]\ImagePath)
  • Restrict write permissions on root directories and intermediate path locations to prevent malicious file placement
  • Disable the Canon IJ Scan Utility service if not required until the official patch can be applied
  • Implement application whitelisting to prevent unauthorized executables from running in sensitive directories
bash
# Configuration example
# PowerShell command to identify unquoted service paths
Get-WmiObject win32_service | Select-Object Name, PathName | Where-Object { $_.PathName -notmatch '^".*"$' -and $_.PathName -match '\s' } | Format-Table -AutoSize

# Manual fix via sc command (requires Administrator privileges)
# sc config "CanonIJScanUtility" binPath= "\"C:\Program Files\Canon\IJ Scan Utility\Application.exe\""

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIj Scan Utility

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/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
  • Canon Vulnerability Response

  • Canon PSIRT Advisory CP2026-002

  • Canon Europe Product Security

  • Canon CPA2026-002 Vulnerability Remediation
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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