Windows Server 2025 Security Alert: Patching the PowerShell Command Injection Flaw

Опубликовано: 08 Июль 2026
на канале: Penligent
52
0

https://penligent.ai/
Windows PowerShell 0-Day (CVE-2025-54100) Microsoft has confirmed a high-severity vulnerability affecting nearly all versions of Windows. In this video, I break down exactly how this Command Injection flaw works, which updates you need to install, and how to fix your scripts if they break after patching.

📥 Critical Patches Mentioned:

Windows Server 2025 / Windows 11: KB5072033 / KB5074204

Windows 10: KB5071546

Windows Server 2019/2022: Check your specific KB version in the video.

🛠️ The Fix for Broken Scripts: If you are getting errors with Invoke-WebRequest after the update, Microsoft has restricted the Internet Explorer engine. The Solution: Add -UseBasicParsing to your commands. Example: Invoke-WebRequest -Uri "https://site.com" -UseBasicParsing