Visual Studio 2022 version 17.10.4 released



 Visual Studio Blog:

released July 9th, 2024

Summary of What's New in this Release​

  • Update MinGit to v2.45.2.1 that includes GCM 2.5 which addresses an issue with the previous GCM version where it reported an error back to Git after cloning and made it appear like the clone had failed.
  • Fixed a bug in the PDB reading code to ignore expected failures in certain FASTLINK PDBs.
  • This fixes a compiler crash involving a generic lambda that references a 'constexpr' local variable (without capturing it) and the lambda is then returned from the enclosing function.
  • Reduce ILK file size during incremental linking.
  • Fixes crash in DeployAppRecipe.exe tool.
  • Fixed an issue with debugging dotnet 6/7 alpine containers.
  • VS now includes MAUI 8.0.61 (SR6.1); Release 8.0.61 SR6.1 · dotnet/maui

Developer Community​

Security advisories addressed​

  • CVE-2024-38081 A Vulnerability exist in Visual Studio installer on Windows OS where an unprivileged user is allowed to manipulate the Visual Studio installation resulting in elevation of privilege.
  • CVE-2024-30105 A vulnerability exists in .NET when calling the JsonSerializer.DeserializeAsyncEnumerable method against an untrusted input using System.Text.Json may result in Denial of Service.
  • CVE-2024-38095 A Vulnerability exists when System.Formats.Asn1 in .NET parses an X.509 certificate or collection of certificates, a malicious certificate can result in excessive CPU consumption on all platforms result in Denial of Service.
  • CVE-2024-35264 A Vulnerability exists in ASP.NET Core 8 where Data Corruption in Kestrel HTTP/3 can result in remote code execution.


 Source:

 

Latest Support Threads

Back
Top Bottom