Hello we have a security scan vulnerability report and this recently showed up:
"Microsoft has released a security update to addressed a Remote Code Execution Vulnerability in OLE DB and ODBC driver for SQL Server. Both of these are APIs for Microsoft SQL server that provide access to a range of data sources.
Affected Software:
Microsoft ODBC Driver 17 for SQL Server on Windows version prior to 17.10.4.1
Microsoft ODBC Driver 18 for SQL Server on Windows version prior to 18.2.2.1
Microsoft ODBC Driver 17 for SQL Server on Linux version prior to 17.10.4.1
Microsoft ODBC Driver 18 for SQL Server on Linux version prior to 18.2.2
Microsoft SQL Server 2022 for x64-based Systems (CU 5)
Microsoft SQL Server 2019 for x64-based Systems (CU 21)
Microsoft OLE DB Driver 19 for SQL Server version prior to 19.3.1
Microsoft OLE DB Driver 18 for SQL Server version prior to 18.6.6
QID Detection Logic (Authenticated):
On Windows, this QID checks for the vulnerable version of ODBC and OLE DB via the registry keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft" and "HKEY_LOCAL_MACHINE\WOW6432Node\SOFTWARE\Microsoft" and the related sub keys for ODBC and OLE DB.
On Linux, this QID checks for the vulnerable version of ODBC based on the installed package."
When I run SELECT @@VERSION; on above message the SQL Sever version as follows:
Microsoft SQL Server 2016 (SP3-GDR) (KB5021129) - 13.0.6430.49 (X64) Jan 22 2023 17:38:22 Copyright (c) Microsoft Corporation Standard Edition (64-bit)
What needs to be done to address this...(download & run a specific SQL Server Cumulative Update or Service Pack) ?
Thanks in advance.