Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Follina-Workaround-CVE-2022-30190 | Kitploit
Tools/GitHubGitHub/sentrium-security/follina-workaround-cve-2022-30190
Defensive ToolsVulnerability AnalysisExploitationConfiguration AuditingMisconfigurationIncident Response
GitHubsentrium-security/follina-workaround-cve-2022-30190

Follina-Workaround-CVE-2022-30190

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
14 years agoNot yet reviewed

Follina workaround (CVE-2022-30190)

Description

These two scripts can be used to apply the workaround provided by Microsoft to mitigate the vulnerability CVE-2022-30190 as detailed in the MSRC blog and to restore the workaround, should an official patch be released.

The first script 'FollinaMitigation.ps1' will backup the registry key and then remove it in order to apply the workaround. The second script 'FollinaImportKey.ps1' will import the registry key that was previously exported.

Additional details can be found here

Usage

Local

To run these scripts locally, start a PowerShell prompt with elevated privileges and simply execute:

.\FollinaMitigation.ps1

.\FollinaImportKey.ps1

InTune

You can use these PowerShell scripts within the Microsoft Endpoint Manager to deploy the fix across multiple hosts. To achieve this, follow the steps below.

  • Click on Devices
  • Under Policy select Scripts
  • Click Add
  • Select Windows 10 and later
  • Give a suitable name and description (Follina Workaround | Registry key deletion to mitigate CVE-2022-30190)
  • Upload the script provided in this repo
  • Select Run script in 64 bit PowerShell Host
  • Add relevant groups and/or users
  • Click Add

Once the device(s) sync, the script should execute. More details can be found here.

Authors and acknowledgment

Sentrium Security

License

Licensed under MIT

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Warning

Modifying the registry can cause unwanted behaviour and should be treated carefully. Sentrium have done their best to validate the two scripts provided within test environments and we strongly recommend you do so too if using them.

We have aimed to keep the script simple and readable and to follow the guidance as accurately as possible.

Download Tool