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-2022-50913

CVE-2022-50913: ITeC ITeCProteccioAppServer Privilege Escalation

CVE-2022-50913 is an unquoted service path vulnerability in ITeC ITeCProteccioAppServer that enables local attackers to execute code with elevated privileges. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2022-50913 Overview

ITeC ITeCProteccioAppServer contains an unquoted service path vulnerability (CWE-428) that allows local attackers to execute arbitrary code with elevated system privileges. This vulnerability arises when Windows services are configured with executable paths that contain spaces but lack proper quotation marks, enabling attackers to hijack the service execution path by placing a malicious executable in a predictable location.

When the vulnerable service starts, Windows parses the unquoted path and may execute an attacker-controlled binary instead of the intended service executable. This attack vector is particularly dangerous because services typically run with SYSTEM privileges, granting complete control over the affected host upon successful exploitation.

Critical Impact

Local attackers can achieve SYSTEM-level privilege escalation by exploiting the unquoted service path, potentially leading to complete system compromise during service restart or system reboot.

Affected Products

  • ITeC ITeCProteccioAppServer

Discovery Timeline

  • 2026-01-13 - CVE CVE-2022-50913 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2022-50913

Vulnerability Analysis

The unquoted service path vulnerability in ITeC ITeCProteccioAppServer stems from improper configuration of the Windows service executable path. When a service path contains spaces and is not enclosed in quotation marks, Windows follows a specific order when attempting to locate the executable.

For example, if a service path is configured as C:\Program Files\ITeC\ProteccioAppServer\service.exe without quotes, Windows will attempt to execute in the following order:

  1. C:\Program.exe
  2. C:\Program Files\ITeC\ProteccioAppServer\service.exe

An attacker with local write access to C:\ or other directories in the path can place a malicious executable named Program.exe that will be executed with the same privileges as the service—typically SYSTEM. The attack requires local access and write permissions to a directory in the service path, but results in complete privilege escalation upon service restart or system reboot.

Root Cause

The root cause is an insecure service configuration where the ImagePath registry value for the ITeCProteccioAppServer service lacks proper quotation marks around the executable path. This misconfiguration violates secure coding practices for Windows service installation and allows the operating system's path resolution mechanism to be exploited by attackers who can write files to directories earlier in the search path.

Attack Vector

This is a local attack vector requiring an attacker to have initial access to the target system with write permissions to a directory that appears before the legitimate executable in the unquoted path. The attack proceeds as follows:

  1. Attacker identifies the vulnerable unquoted service path in the Windows registry
  2. Attacker creates a malicious executable (e.g., Program.exe) and places it in C:\ or another exploitable directory
  3. Upon service restart, Windows Update reboot, or system reboot, the malicious executable is executed with SYSTEM privileges
  4. Attacker gains complete control of the system with elevated privileges

The vulnerability is documented in Exploit-DB #50902 and additional technical details are available in the VulnCheck Advisory.

Detection Methods for CVE-2022-50913

Indicators of Compromise

  • Unexpected executable files in root directories or paths containing spaces (e.g., C:\Program.exe, C:\Program Files.exe)
  • New executables appearing in directories along the unquoted service path before the legitimate binary location
  • Anomalous process creation events where services spawn unexpected child processes
  • Registry modifications to service ImagePath values that remove quotation marks

Detection Strategies

  • Use Windows Event Log monitoring for Event ID 7045 (new service installation) to detect suspicious service modifications
  • Deploy endpoint detection rules to identify executable creation in unusual locations such as C:\ root directory
  • Query the Windows registry for services with unquoted paths using wmic service get name,pathname | findstr /i "program files" | findstr /v """
  • Monitor for process creation events where parent process is a service and child process path differs from expected service binary

Monitoring Recommendations

  • Enable enhanced Windows process auditing (Event ID 4688) with command line logging to capture service-related process execution
  • Implement file integrity monitoring on critical system directories and service executable paths
  • Configure alerts for any new executable files created in the root drive or C:\Program Files\ parent directory
  • Regularly audit service configurations using scripts or security tools to identify unquoted service paths

How to Mitigate CVE-2022-50913

Immediate Actions Required

  • Audit all installed services for unquoted paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -like "* *" -and $_.PathName -notlike '"*'} | Select Name, PathName
  • Manually remediate by adding quotation marks around the service ImagePath in the Windows registry
  • Restrict write permissions on directories in the service path to prevent attacker-placed executables
  • Monitor for the presence of unexpected executables in C:\ and C:\Program Files\ directories

Patch Information

Contact ITeC for an updated version of ITeCProteccioAppServer that properly quotes the service executable path during installation. Until an official patch is available, apply the manual registry fix described below. Additional vendor information may be available at the ITEC Programs Overview page.

Workarounds

  • Manually add quotation marks to the service path in the registry: Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ITeCProteccioAppServer and modify the ImagePath value to wrap the full path in double quotes
  • Remove write permissions from C:\ and intermediate directories for non-administrator users
  • Implement application whitelisting to prevent execution of unauthorized binaries in system directories
  • Consider running the service under a less privileged account if SYSTEM privileges are not required for its operation
bash
# Registry fix command (run as Administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\ITeCProteccioAppServer" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\ITeC\ProteccioAppServer\service.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/TechItec

  • SeverityHIGH

  • CVSS Score8.5

  • 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
  • ITEC Programs Overview

  • Exploit-DB #50902

  • VulnCheck Advisory TCQ-ITECPROTECTIOAPPServerEXE
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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