Commit 8cffc181 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

Workaround for Office and Windows HTML Remote Code Execution Vulnerability

parent 7ea029ca
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
Windows Registry Editor Version 5.00

;Office and Windows HTML Remote Code Execution Vulnerability
;CVE-2023-36884
;Security Vulnerability
;https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-36884

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Internet Explorer\Main\FeatureControl]
"Excel.exe"=REG_DWORD:00000001
"Graph.exe"=REG_DWORD:00000001
"MSAccess.exe"=REG_DWORD:00000001
"MSPub.exe"=REG_DWORD:00000001
"Powerpnt.exe"=REG_DWORD:00000001
"Visio.exe"=REG_DWORD:00000001
"WinProj.exe"=REG_DWORD:00000001
"WinWord.exe"=REG_DWORD:00000001
"Wordpad.exe"=REG_DWORD:00000001