{"id":50171,"date":"2026-04-29T09:43:24","date_gmt":"2026-04-29T09:43:24","guid":{"rendered":"http:\/\/localhost\/?p=50171"},"modified":"2026-04-29T09:43:24","modified_gmt":"2026-04-29T09:43:24","slug":"microsoft-won8217t-patch-phantomrpc-feature-or-bug","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=50171","title":{"rendered":"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-04-29T14:11:22&#8243;,&#8221;description&#8221;:&#8221;A researcher has discovered a weakness called PhantomRPC that Microsoft does not consider a vulnerability it plans to patch.\\n\\nPhantomRPC involves Windows Remote Procedure Call (RPC), the core of communication between Windows processes. The vulnerability lets a process with impersonation rights escalate to SYSTEM by impersonating high\u2011privileged clients that connect to a fake RPC server.\\n\\nThe researcher presented a detailed technical report outlining five exploitation paths, including coercion, user interaction, or background services. They warned that potential vectors are \u201ceffectively unlimited\u201d because the root issue is architectural.\\n\\nMicrosoft, however, classified the issue as \u201cmoderate,\u201d refused a bounty, declined to assign a CVE (a spot in the list of Common Vulnerabilities and Exposures**)** , and closed the case without tracking. Its position is that the technique requires an already\u2011compromised machine and does not provide unauthenticated or remote access.\\n\\nExperts disagreed with Microsoft\u2019s assessment. Their concern is that Microsoft is downplaying a systemic local privilege escalation technique that exists in all supported Windows versions.\\n\\n## The issue\\n\\nAt the core of this issue is that the Windows RPC runtime does not sufficiently verify that the server a high\u2011privileged client connects to is the intended legitimate endpoint.\\n\\nIf a legitimate RPC server is not reachable (for example because the service stopped, was misconfigured, not installed, or due to a race condition), an attacker with SeImpersonatePrivilege can spin up a fake RPC server that \u201cfills the gap\u201d using the same interface and endpoint.\\n\\nWhen a SYSTEM or high\u2011privileged client connects to this fake server, using an impersonation level that allows the server to impersonate the client, the attacker can call `RpcImpersonateClient` and immediately escalate their privileges to SYSTEM.\\n\\nFrom Microsoft\u2019s perspective, the ability to run a rogue RPC server in this way falls under the category of \u201calready compromised.\u201d\\n\\n## SeImpersonatePrivilege\\n\\nTo understand the issue better, we need to dig into what SeImpersonatePrivilege does.\\n\\nBasically, SeImpersonatePrivilege is the Windows permission that lets a program \u201cpretend to be you\u201d after you\u2019ve already logged in, so it can do things on your behalf using your level of access.\\n\\nIt\u2019s needed because many system services and server\u2011type apps (file sharing, RPC servers, COM servers, web apps) have to perform actions on behalf of a user, like reading their files or applying group policy.\\n\\nIf an attacker gains this privilege, they can create a fake service or server and wait for a more powerful account to talk to it. When that high\u2011privilege service connects, the attacker can grab its security token and impersonate it, effectively upgrading from an account with lower privileges to full SYSTEM control on that machine.\\n\\n## Protection\\n\\nA Microsoft spokesperson provided the following statement:\\n\\n\\u003e \u201cThis technique requires an already-compromised machine and does not grant unauthenticated or remote access. Any update is a balance between existing compatibility and customer risk, and we remain committed to continually hardening our products. We recommend customers follow security best practices, including limiting administrative privileges and applying the principle of least privilege.\\&#8221;\\n\\nIn our opinion, mitigating PhantomRPC properly would require deep changes to the RPC architecture, which is hard to do on existing Windows versions without breaking compatibility. It&#8217;s maybe something we\u2019ll see in future versions, given the scale of change needed.\\n\\nWhat you can do:\\n\\n  * As PhantomRPC is a piece in a larger chain, it is still very important to keep Windows updated.\\n  * Use your admin account sparingly and only for the tasks that need that kind of privilege.\\n  * Use an up-to-date, real-time anti-malware solution that can detect and block suspicious privilege\u2011escalation activity.\\n  * Avoid disabling or \u201chardening\u201d services blindly since a malicious service might step in their place.\\n\\n\\n\\nTo answer the question in the title: it looks like a \\&#8221;feature\\&#8221; that can be abused in many ways; one that has outlived its original threat model. Defenders have to treat them as ongoing risks, rather than one\u2011off CVEs.\\n\\n* * *\\n\\n![CNET Editors&#8217; Choice Award 2026](https:\/\/www.malwarebytes.com\/wp-content\/uploads\/sites\/2\/2026\/04\/CNET_Editors_Choice.png?w=819)\\n\\n### ****\u201cOne of the  best cybersecurity suites on the planet.\u201d** **\\n\\nAccording to CNET. Read their review \u2192\\n\\n* * *&#8221;,&#8221;published&#8221;:&#8221;2026-04-29T13:27:32&#8243;,&#8221;modified&#8221;:&#8221;2026-04-29T13:27:32&#8243;,&#8221;type&#8221;:&#8221;malwarebytes&#8221;,&#8221;title&#8221;:&#8221;Microsoft won\\u0026#8217;t patch PhantomRPC: Feature or bug?&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/www.malwarebytes.com\/blog\/news\/2026\/04\/microsoft-wont-patch-phantomrpc-feature-or-bug&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-04-29T14:11:22&#8243;,&#8221;description&#8221;:&#8221;A researcher has discovered a weakness called PhantomRPC that Microsoft does not consider a vulnerability it plans to patch.\\n\\nPhantomRPC involves Windows Remote Procedure Call (RPC),&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,12,115,13,33,7,11,5],"class_list":["post-50171","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-exploit","tag-malwarebytes","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=50171\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-04-29T14:11:22&#8243;,&#8221;description&#8221;:&#8221;A researcher has discovered a weakness called PhantomRPC that Microsoft does not consider a vulnerability it plans to patch.nnPhantomRPC involves Windows Remote Procedure Call (RPC),...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=50171\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-29T09:43:24+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7\",\"datePublished\":\"2026-04-29T09:43:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171\"},\"wordCount\":843,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"malwarebytes\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=50171#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171\",\"name\":\"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-04-29T09:43:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=50171\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=50171#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7 - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=50171","og_locale":"en_US","og_type":"article","og_title":"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-04-29T14:11:22&#8243;,&#8221;description&#8221;:&#8221;A researcher has discovered a weakness called PhantomRPC that Microsoft does not consider a vulnerability it plans to patch.nnPhantomRPC involves Windows Remote Procedure Call (RPC),...","og_url":"https:\/\/zero.redgem.net\/?p=50171","og_site_name":"zero redgem","article_published_time":"2026-04-29T09:43:24+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=50171#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=50171"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7","datePublished":"2026-04-29T09:43:24+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=50171"},"wordCount":843,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","malwarebytes","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=50171#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=50171","url":"https:\/\/zero.redgem.net\/?p=50171","name":"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-04-29T09:43:24+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=50171#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=50171"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=50171#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Microsoft won&#8217;t patch PhantomRPC: Feature or bug?_MALWAREBYTES:EDF7965B2623B171FB9827274D3F71A7"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/50171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=50171"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/50171\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=50171"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=50171"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=50171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}