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-2019-25345

CVE-2019-25345: Realtek IIS Codec Privilege Escalation

CVE-2019-25345 is an unquoted service path vulnerability in Realtek IIS Codec Service that enables local attackers to execute arbitrary code and escalate privileges. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2019-25345 Overview

CVE-2019-25345 is an unquoted service path vulnerability affecting Realtek IIS Codec Service version 6.4.10041.133. This security flaw allows local attackers to potentially execute arbitrary code by exploiting the unquoted path in the Windows service configuration. By placing a malicious executable in a strategic location along the service path, attackers can achieve privilege escalation on vulnerable systems.

Critical Impact

Local attackers can leverage this unquoted service path vulnerability to execute arbitrary code with elevated privileges, potentially gaining full control of the affected system.

Affected Products

  • Realtek IIS Codec Service 6.4.10041.133
  • Windows systems with the vulnerable Realtek audio driver installed
  • Systems where the service runs with elevated privileges

Discovery Timeline

  • 2026-02-12 - CVE-2019-25345 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2019-25345

Vulnerability Analysis

This vulnerability falls under CWE-428 (Unquoted Search Path or Element), a class of vulnerabilities that occurs when a Windows service path containing spaces is not properly enclosed in quotation marks. When Windows attempts to start a service with an unquoted path like C:\Program Files\Realtek\Audio\HDA\RTKIsCodecService.exe, the operating system parses the path by attempting to execute each space-separated component sequentially.

The attack requires local access to the system and the ability to write files to specific directories within the service path. If successful, an attacker can execute malicious code with the same privileges as the vulnerable service, typically SYSTEM-level privileges for Windows services. This makes the vulnerability particularly dangerous in enterprise environments where multiple users may have access to shared workstations.

Root Cause

The root cause of this vulnerability lies in improper service registration within the Windows Registry. When the Realtek IIS Codec Service was installed, the ImagePath registry value was configured without proper quotation marks around the executable path. Windows service paths containing spaces must be enclosed in double quotes to ensure the operating system correctly identifies the full path to the executable. Without these quotes, Windows interprets spaces as argument delimiters, creating opportunities for path interception attacks.

Attack Vector

This is a local attack vector vulnerability. An attacker with local user access to a vulnerable system can exploit this flaw by creating a malicious executable file in a location that Windows will attempt to execute before reaching the legitimate service executable.

For example, if the service path is C:\Program Files\Realtek\Audio\HDA\RTKIsCodecService.exe, Windows will attempt to execute in this order:

  1. C:\Program.exe
  2. C:\Program Files\Realtek\Audio\HDA\RTKIsCodecService.exe

If an attacker can write to the C:\ directory, they could place a malicious Program.exe file that would execute with the service's privileges when the service starts or restarts. The exploitation of this vulnerability can lead to full system compromise through privilege escalation from a standard user to SYSTEM-level access.

Detection Methods for CVE-2019-25345

Indicators of Compromise

  • Unexpected executable files named Program.exe in root directories or along common service paths
  • Suspicious modifications to the C:\Program Files\Realtek\ directory structure
  • Unusual process execution with SYSTEM privileges originating from non-standard locations
  • Registry modifications to service ImagePath values

Detection Strategies

  • Query Windows Registry for unquoted service paths using PowerShell or WMI commands to identify vulnerable services
  • Monitor file system activity for creation of executables in root directories or locations matching partial service paths
  • Implement application whitelisting to prevent unauthorized executables from running with elevated privileges
  • Use endpoint detection and response (EDR) solutions to identify anomalous service behavior

Monitoring Recommendations

  • Enable audit logging for file creation events in directories commonly targeted by unquoted path attacks
  • Monitor Windows Event Log for Service Control Manager events indicating service failures or unexpected service starts
  • Implement SentinelOne Singularity Platform for real-time behavioral analysis and automated threat detection
  • Review service configurations periodically to identify newly introduced unquoted service paths

How to Mitigate CVE-2019-25345

Immediate Actions Required

  • Audit all Windows services on affected systems to identify unquoted service paths using available security tools
  • Restrict write permissions to directories along the service path, particularly root directories
  • Update Realtek audio drivers to the latest available version from Realtek Official Website
  • Deploy SentinelOne agents to monitor for exploitation attempts and provide automated remediation

Patch Information

Administrators should check for updated Realtek audio drivers that address this service path configuration issue. Refer to the VulnCheck Advisory RTK-IIS-Codec for detailed information and the Exploit-DB #47642 entry for technical details about this vulnerability.

Workarounds

  • Manually correct the service path by adding quotation marks around the ImagePath value in the Windows Registry
  • Implement strict file system permissions to prevent unauthorized users from writing to directories in the service path
  • Use Group Policy to restrict executable execution from non-standard locations
  • Consider disabling the vulnerable service if it is not required for system functionality
bash
# Registry fix example - add quotes to service path
# Open Registry Editor and navigate to:
# HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RTKIsCodecService
# Modify ImagePath from:
# C:\Program Files\Realtek\Audio\HDA\RTKIsCodecService.exe
# To:
# "C:\Program Files\Realtek\Audio\HDA\RTKIsCodecService.exe"

# PowerShell command to identify unquoted service paths:
Get-WmiObject Win32_Service | Where-Object { $_.PathName -match '^[^"].*\s.*[^"]$' } | Select-Object Name, PathName

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechRealtek

  • 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
  • Exploit-DB #47642

  • Realtek Official Website

  • VulnCheck Advisory RTK-IIS-Codec
  • Related CVEs
  • CVE-2020-36974: Realtek Andrea RT Filters Privilege Escalation

  • CVE-2021-35394: Realtek Jungle SDK RCE Vulnerability

  • CVE-2021-35395: Realtek Jungle SDK RCE Vulnerability

  • CVE-2021-35392: Realtek SDK Buffer Overflow Vulnerability
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