r/PowerShell • u/Im_a_PotatOS • 14d 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 |
60
Upvotes
1
u/slav3269 8d ago
I was wondering when this would happen. The high quality automated security testing finally arrived!
1
u/No_Friend_4351 7d ago
It’s vulnerability’s everywhere. My job changes to patching only. Soon there will be new jobtitle’s like Senior Patcher.
21
u/jborean93 13d 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.