Home Microsoft CVE-2022-44702
Back to Microsoft

CVE-2022-44702

Windows - Windows Terminal

Microsoft CVSS 7.8 Updated May 29, 2026

Executive Risk Summary

"A remote code execution vulnerability exists in Windows Terminal, allowing an attacker to execute arbitrary code on the system. This vulnerability can be exploited by an unauthenticated attacker, potentially leading to a complete system compromise."

Anticipated Attack Path

  1. 1. Initial Exploitation: Attacker sends a malicious input to the Windows Terminal
  2. 2. Privilege Escalation: Attacker gains elevated privileges on the system
  3. 3. Lateral Movement: Attacker moves laterally within the network, exploiting other vulnerable systems

Am I Vulnerable?

  • Verify Windows Terminal version and patch level
  • Monitor system logs for suspicious activity
  • Implement additional security controls, such as input validation and sanitization

Operational Audit Arsenal

Target Type Process
Target Asset WindowsTerminal.exe
Standard Path C:\Program Files\Windows Terminal
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: WindowsTerminal.exe (Process)
$Targets = 'WindowsTerminal.exe'
$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 Likely

Minimal to Moderate

Internal Work Notes

Windows Terminal Remote Code Execution Vulnerability (CVE-2022-44702) - Apply latest security patch to prevent exploitation

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.