I've been tasked to look into patching security vulnerabilities for Windows server for my project. The project is running VMware AirWatch UEM on-prem environment. When this application was first installed, it came with its own pre-requisites supported, including compatible versions of .NET Core and ASP.NET Core. But since then, this version of .NET Core and ASP.NET Core has been flagged for several security vulnerabilities.
How do I patch NET Core/ASP.NET Core separately for an application that is using this component? Is it the same process as patching .NET Framework, where it is downloaded and run?
The only previous threads I found on this that were closely related, were from here and here, which seems that it is not advisable to update .NET Core/ASP.NET Core separately from the third party application itself.
I've reached out to VMware but they are taking a long time to respond.