r/PowerShell • u/Im_a_PotatOS • 15d ago
News 13 New Vulnerabilities in PowerShell 7
The PowerShell team just announced 13 new security vulnerabilities affecting PowerShell 7.4, 7.5, and 7.6 with severities ranging from 5.9 (Moderate) to 8.8 (High).
This is likely the largest number of security vulnerabilities fixed in any one release in the history of PowerShell.
You can read more about them here: Security Issues - PowerShell/Announcments
| PowerShell 7 Version | Affected version | Patched Version |
|---|---|---|
| 7.6 | <7.6.5 | 7.6.5 |
| 7.5 | <7.5.10 | 7.5.10 |
| 7.4 | <7.4.19 | 7.4.19 |
61
Upvotes
22
u/jborean93 15d ago
I wouldn’t consider the majority of these issues as PowerShell but rather .NET assemblies that PowerShell ships with. They’ve had these security issues and so pwsh needs to be updated to ship the newer assemblies. Maybe your code uses the affected assemblies and the specific types affected but most likely not from a client side perspective.
This is also going to be a common thing in the near future with AI tools finding these types of issues left right and centre so buckle up for every patch Tuesday.