Vulnerabilities No Patch for New PhantomRPC Privilege Escalation Technique in Windows A fake RPC server can be used to listen for RPC requests and impersonate the target service to elevate privileges to System. By Ionut Arghire | April 28, 2026 (7:31 AM ET) Flipboard Reddit Whatsapp Whatsapp Email A vulnerability in the Windows Remote Procedure Call (RPC) mechanism allows attackers to elevate their privileges to System, Kaspersky reports. The local privilege escalation issue potentially affects all Windows versions and abuses another legitimate Windows mechanism, where processes are allowed to impersonate other processes to perform specific actions. The root cause of the security defect, which Kaspersky researcher Haidar Kabibo named PhantomRPC , is an architectural weakness, potentially turning any process that depends on RPC into a possible escalation path. In Windows, RPC is the mechanism that allows processes to communicate with one another and invoke functions that are implemented in other processes, regardless of their execution contexts. It uses a clientâserver model, where the invoking process is the client. Windows also allows services to impersonate users or other services to temporarily operate in their security context, and controls this functionality through impersonation levels ranging from Anonymous to Impersonate and Delegate. To impersonate a client, the service needs a specific privilege that is granted by default to certain services, such as those running under the Local Service and Network Service accounts. Advertisement. Scroll to continue reading. Furthermore, the RPC runtime does not verify the legitimacy of RPC servers, and processes are allowed to deploy RPC servers exposing the same endpoints as legitimate services. To exploit PhantomRPC, Kabibo says, an attacker needs to compromise a privileged service, deploy a fake RPC server, listen to specific requests, and then impersonate the targeted service to escalate their privileges. Network Service account service abuse The attacker could compromise a service running under the Network Service account and deploy a fake RPC server with the RPC interface UUID and exposed endpoint name as TermService, the default Remote Desktop service. The attacker could then force a policy update to cause the Group Policy service, which runs with System privileges, to perform an RPC call to TermService. Because TermService is disabled by default, the request would fail. However, the attackerâs RPC server, which also receives the RPC request, can now impersonate the security context of the Group Policy service and elevate privileges to System. After identifying other RPC clients attempting to communicate with unavailable servers, Kabibo discovered four other PhantomRPC exploitation paths, noting that the weakness leads to a large attack surface, because numerous system DLLs in Windows rely on RPC. âApplications that invoke seemingly benign APIs may unintentionally trigger privileged RPC interactions. Under certain conditions, these interactions could be abused to achieve local privilege escalation without the userâs knowledge,â the researcher says. In another scenario, the attackerâs fake RPC server would wait for a high-privileged user to launch Microsoft Edge, which makes an RPC call to the TermService upon start. The attackerâs server intercepts the request and elevates its privileges from Network Service to System. Another attack path listens to the background RPC calls that the Diagnostic System Host Service (WDI) periodically makes to TermService using a high impersonation level. Using the same setup, the attacker elevates privileges without user interaction, as the WDI automatically makes the calls every 5 to 15 minutes. Local Service account service abuse The security researcher also discovered two attack paths that abuse a Local Service account to escalate privileges, such as the DHCP Client service, which is enabled by default and exposes an RPC server with multiple interfaces and endpoints. The attackerâs fake RPC server mimics the legitimate RPC service exposed by the DHCP Client and listens for the RPC calls that ipconfig makes to it when run by an administrator. The scenario assumes that the DHCP Client service is disabled, allowing the fake server to impersonate the client. The Windows Time service, also enabled by default under the Local Service account, exposes an RPC server with two endpoints, and the executable w32tm.exe interacts with it using RPC. Because w32tm.exe calls a nonexistent named pipe not exposed by the legitimate service, the attacker can deploy an RPC server that exposes it, then wait for a high-privileged user to run the executable so that the RPC request is redirected to the malicious server. âIn this scenario, it is important to note that the legitimate Windows Time service does not need to be disabled. Because the executable attempts to connect to a nonexistent endpoint, it is sufficient for the attacker to expose that endpoint through the malicious RPC server,â the researcher says. Kaspersky reported the issue in September 2025. Microsoft classified it as moderate-severity due to the required impersonation privilege and said it does not require immediate remediation. SecurityWeek has emailed Microsoft for a statement and will update this article if the company responds. Related: Incomplete Windows Patch Opens Door to Zero-Click Attacks Related: Organizations Warned of Exploited Windows, Adobe Acrobat Vulnerabilities Related: In Other News: Cyberattack Stings Stryker, Windows Zero-Day, China Supercomputer Hack Related: ClickFix Attack Uses Windows Terminal to Evade Detection Written By Ionut Arghire Ionut Arghire is an international correspondent for SecurityWeek. More from Ionut Arghire Easily Exploitable âPack2TheRootâ Linux Vulnerability Leads to Root Access China-Linked APT GopherWhisper Abuses Legitimate Services in Government Attacks Pre-Stuxnet Sabotage Malware âFast16â Linked to US-Iran Cyber Tensions US Federal Agencyâs Cisco Firewall Infected With âFirestarterâ Backdoor Bitwarden NPM Package Hit in Supply Chain Attack Cloudsmith Raises $72 Million in Series C Funding Rilian Raises $17.5 Million for AI-Native Security Orchestration Luxury Cosmetics Giant Rituals Discloses Data Breach Latest News Germany Suspects Russia Is Behind Signal Phishing That Targeted Top Officials Spectrum Security Emerges From Stealth Mode With $19 Million Medtronic Hack Confirmed After ShinyHunters Threatens Data Leak Incomplete Windows Patch Opens Door to Zero-Click Attacks OpenSSH Flaw Allowing Full Root Shell Access Lurked for 15 Years Malicious AI Prompt Injection Attacks Increasing, but Sophistication Still Low: Google Energy and Water Management Firm Itron Hacked UNC6692 Uses Email Bombing, Social Engineering to Deploy âSnowâ Malware Trending Daily Briefing Newsletter Subscribe to the SecurityWeek Email Briefing to stay informed on the latest threats, trends, and technology, along with insightful columns from industry experts. Webinar: A Step-by-Step Approach to AI Governance April 28, 2026 With "Shadow AI" usage becoming prevalent in organizations, learn how to balance the need for rapid experimentation with the rigorous controls required for enterprise-grade deployment. Register Virtual Event: Threat Detection and Incident Response Summit May 20, 2026 Delve into big-picture strategies to reduce attack surfaces, improve patch management, conduct post-incident forensics, and tools and tricks needed in a modern organization. Register People on the Move Neill Feather has been named Chief Executive Officer at Point Wild. Oasis Security has appointed Michael DeCesare as President. Sterling Wilson has joined IGEL as Global Field CTO, Business Continuity and Disaster Recovery. More People On The Move Expert Insights Why Cybersecurity Must Rethink Defense in the Age of Autonomous Agents From autonomous code generation to decision-making systems that initiate actions without human intervention, the industry is entering a new phase. (Torsten George) Government Canât Win the Cyber War Without the Private Sector Securing national resilience now depends on faster, deeper partnerships with the private sector. (Steve Durbin) The Hidden ROI of Visibility: Better Decisions, Better Behavior, Better Security Beyond monitoring and compliance, visibility acts as a powerful deterrent, shaping user behavior, improving collaboration, and enabling more accurate, data-driven security decisions. (Joshua Goldfarb) The New Rules of Engagement: Matching Agentic Attack Speed The cybersecurity response to AI-enabled nation-state threats cannot be incremental. It must be architectural. (Nadir Izrael) The Next Cybersecurity Crisis Isnât BreachesâItâs Data You Canât Trust Data integrity shouldnât be seen only through the prism of a technical concern but also as a leadership issue. (Steve Durbin) Flipboard Reddit Whatsapp Whatsapp Email
The PhantomRPC vulnerability is a local privilege escalation technique in Windows that allows an attacker, after compromising a privileged service like Network Service, to deploy a fake RPC server, intercept RPC calls from higher-privileged clients (like the Group Policy service), and impersonate them to achieve SYSTEM-level privileges. The article states this architectural weakness potentially affects all Windows versions and stems from the RPC runtime's failure to verify server legitimacy. No patch is currently available, and the article does not provide a specific workaround.