Home Microsoft CVE-2024-29188
Back to Microsoft

CVE-2024-29188

WiX Toolset

Microsoft CVSS 7.9 Updated March 14, 2026

Executive Risk Summary

"The WiX toolset's custom action behind `RemoveFolderEx` functionality allows a standard user to delete protected directories, potentially leading to unauthorized access and data loss. This vulnerability is fixed in WiX toolset versions 3.14.1 and 4.0.5."

Operational Audit Arsenal

Target Type Executable
Target Asset Windows Installer
Standard Path %windir%\System32\msiexec.exe
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Windows Installer (Executable)
$Targets = 'Windows Installer'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Unlikely

Installation services may be affected

Internal Work Notes

Apply WiX toolset updates to prevent unauthorized directory deletion and potential data loss.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.