Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Microsoft Support Diagnostic Tool Vulnerability Fix

Posted on 01/06/202216/08/2026 IT Expert By IT Expert 4 Comments on Microsoft Support Diagnostic Tool Vulnerability Fix
  1. Home
  2. Windows
  3. Microsoft Support Diagnostic Tool Vulnerability Fix
Microsoft

On May 30, 2022, Microsoft released a statement about a zero-day remote code execution flaw, designated CVE-2022-30190. This flaw pertains to the Windows vulnerability in the Microsoft Support Diagnostic Tool (MSDT). Furthermore, The Microsoft Security Response Center team has outlined this security flaw and its impact on specific Windows and Windows Server versions. Please see how to Delete Diagnostic Data in Windows 10 and Windows 11.

Tracked as CVE-2022-30190, security researcher Kevin Beaumont first discovered and reported the vulnerability dubbed “Follina” to Microsoft on April 12. Here are some related guides: How to deploy a function app from Visual Studio to Azure Platform, and how to Install Packages to Amazon Virtual Machine using Terraform.

The flaw exploits an Office feature, retrieving an HTML file, and then utilizing MSDT for executing PowerShell code. Beaumont and fellow researchers confirmed exploiting the vulnerability in Office 2021, 2019, 2016, and 2013.

Microsoft Support Diagnostic Tool (MSDT) is a service in Windows 11/10/8 and 7 and also on Windows Server. The tool allows Microsoft support representatives to analyze diagnostic data and find a resolution to issues.

MSDT called via URL protocol from an app like Word creates remote code execution vulnerability. However, An attacker who successfully exploits this vulnerability can run arbitrary code with the privileges of the calling application. Nonetheless, The attacker can install programs, view, change, delete data, or create new accounts within the user’s rights.

The system includes the tool, accessible by pressing Windows key + R and typing MSDT in the run dialogue window. Additionally, I’ll offer a guide for using the Microsoft Support Diagnostic Tool & System Diagnostic Report.

Support
Diagnostic Tool

Workaround for Microsoft Support Diagnostic Tool Vulnerability Fix

I will be showing you how to resolve this issue via the Command Prompt, Registry Settings, and GPO.

Via the Command Prompt

Pending when the updates will be released, Microsoft has provided a workaround to fix the remote code execution vulnerability in MSDT. Below are the steps to mitigate this flaw.

First of all, run Command Prompt with Administrator privileges.

Vulnerability Fix

2: Run the following command to back up the registry key: “reg export HKEY_CLASSES_ROOT\ms-msdt filename“

Note: The filename is the name you can give.
Microsoft

3: Execute the command “reg delete HKEY_CLASSES_ROOT\ms-msdt /f”.

Support

Microsoft Support Diagnostic: Undo this Workaround

If for some reason you wish to undo this workaround due to Microsoft providing a permanent fix such as a Windows update etc., the following steps below will help in undoing the changes applied.

Run Command Prompt as Administrator.
Diagnostic Tool

To restore the registry key, execute the command “reg import filename” 

Screenshot-2022-06-01-at-17.07.38

Alternative Workaround

Also, see Microsoft Support: Limit Extra Diagnostic Downloads on Windows, how to enable and use Diagnostic Data Viewer on Windows, and how to run Windows Memory Diagnostics Tool on Windows.

Registry Settings to Disable MSDT URL Protocol

To fix this issue via the Registry Settings, you will need to create the DWORD value 32-bit named EnableDiagnostics and enter the value at 0.

HKLM\SOFTWARE\Policies\Microsoft\Windows\ScriptedDiagnostics

Or use the command below

reg add “HKLM\SOFTWARE\Policies\Microsoft\Windows\ScriptedDiagnostics” /t REG_DWORD /v EnableDiagnostics /d 0

Disable Diagnostic “Troubleshooting wizards” by GPO

This policy setting allows users to access and run the troubleshooting tools that are available in the Troubleshooting Control Panel and to run the troubleshooting wizard to troubleshoot problems on their computers.

If you enable or do not configure this policy setting, users can access and run the troubleshooting tools from the Troubleshooting Control Panel.

Computer Configuration/Policies/Administrative Templates/System/Troubleshooting and Diagnostics/Scripted Diagnostics
Capture1gpo68uh3

On the Troubleshooting: Allow users to access and run Troubleshooting Wizards policy, click on disabled

Capture2GPO56z-1

Note that this setting also controls a user’s ability to launch standalone troubleshooting packs such as those found in .diagcab files.

Microsoft Support Diagnostic: Microsoft Defender Detections & Protections

Some customers sometimes use the built-in Microsoft Defender Antivirus or another Anti-virus solution. If you use the Microsoft Defender Antivirus, you should enable cloud-delivered protection and automatic sample submission. 

Microsoft reiterated that Customers of Microsoft Defender for Endpoint can enable the attack surface reduction rule “BlockOfficeCreateProcessRule” that blocks Office apps from creating child processes. Creating malicious child processes is a common malware strategy.

Microsoft Defender Antivirus provides detections and protections for possible vulnerability exploitation under the following signatures using detection build 1.367.719.0 or newer:

  • Trojan:Win32/Mesdetty.A  (blocks msdt command line)
  • Trojan:Win32/Mesdetty.B  (blocks msdt command line)
  • Behavior:Win32/MesdettyLaunch.A!blk (terminates the process that launched msdt command line).

Microsoft Defender for Endpoint provides customers with detections and alerts. The following alert title in the Microsoft 365 Defender portal can indicate threat activity on your network:

  • Suspicious behavior by an Office application
  • Suspicious behavior by Msdt.exe

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:vulnerability, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Deploy a function app from Visual Studio to Azure Platform
Next Post: Install SysInternals from the Microsoft Store

Related Posts

  • image 79
    How to import SSL Certificate to Windows Server using DigiCert Utility Windows
  • banner 1
    How to Hide or Block Wi-Fi Networks on Windows Network | Monitoring
  • How to Disable device encryption
    How to Disable device encryption on Windows Windows
  • self signed sslcert
    Generate self-signed certificate and export in PFX format via PowerShell [Part 2] Windows
  • SSH Keys Generation
    How to Generate SSH keys in Windows 11 Windows
  • Shared Folder
    How to access shared resources from two different domains Windows

More Related Articles

image 79 How to import SSL Certificate to Windows Server using DigiCert Utility Windows
banner 1 How to Hide or Block Wi-Fi Networks on Windows Network | Monitoring
How to Disable device encryption How to Disable device encryption on Windows Windows
self signed sslcert Generate self-signed certificate and export in PFX format via PowerShell [Part 2] Windows
SSH Keys Generation How to Generate SSH keys in Windows 11 Windows
Shared Folder How to access shared resources from two different domains Windows

Comments (4) on “Microsoft Support Diagnostic Tool Vulnerability Fix”

  1. Avatar photo Daniel says:
    03/06/2022 at 1:58 PM

    Thank you! Enabled on our system now 🙂

    Log in to Reply
    1. chris Christian says:
      14/06/2022 at 10:10 PM

      Awesome! I am glad you found this piece useful…

      Log in to Reply
  2. Avatar photo Chris says:
    05/06/2022 at 3:22 PM

    Very helpful. Will try it asap. Thanks

    Log in to Reply
    1. chris Christian says:
      14/06/2022 at 10:10 PM

      You are welcome!

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • How to configure Azure container register with secured connection with container apps
    Configure Azure Container Registry for a secure connection with Azure Container Apps AWS/Azure/OpenShift
  • Angular Azure
    How to deploy your Angular App to Azure from Visual Studio Code AWS/Azure/OpenShift
  • Troubleshooting Synology NAS Domain Join 2
    Synology NAS Domain Join: The Importance of DNS Configuration Reviews
  • maxresdefault
    How to delete Organizational Unit in Active Directory Windows Server
  • pst
    How to Import PST file into Exchange Server 2016 Network | Monitoring
  • PowerShell
    How to setup PowerShell on a Linux server Scripts
  • VM Disk
    Initialize and format a virtual disk: How to add and remove a new virtual disk from a VM on VMware Workstation Virtualization
  • ADm Update Fix e1785328099792
    How to fix Error 202: AMD Software Installer Fails to install Update Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.