CyberHappenings logo

Track cybersecurity events as they unfold. Sourced timelines. Filter, sort, and browse. Fast, privacy‑respecting. No invasive ads, no tracking.

PowerShell 5.1 Adds Security Warning for Invoke-WebRequest Scripts

First reported
Last updated
1 unique sources, 1 articles

Summary

Hide ▲

Microsoft has introduced a security warning in Windows PowerShell 5.1 for scripts using the Invoke-WebRequest cmdlet to download web content. This change aims to mitigate a high-severity remote code execution vulnerability (CVE-2025-54100) by alerting users to potential risks of script execution from web content. The warning prompts users to either proceed with caution or use the safer -UseBasicParsing parameter to avoid script execution.

Timeline

  1. 09.12.2025 22:45 1 articles · 6h ago

    PowerShell 5.1 Update Adds Security Warning for Invoke-WebRequest

    Microsoft has released an update (KB5074204) for Windows PowerShell 5.1 that introduces a security warning for scripts using the Invoke-WebRequest cmdlet. This warning alerts users to potential script execution risks when downloading web content and advises using the -UseBasicParsing parameter for safer processing. The update aims to mitigate a high-severity remote code execution vulnerability (CVE-2025-54100).

    Show sources

Information Snippets