CVE Vulnerabilities

CVE-2024-21308

Use After Free

Published: Jul 09, 2024 | Modified: Jan 15, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

SQL Server Native Client OLE DB Provider Remote Code Execution Vulnerability

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Sql_server_2016 Microsoft 13.0.6300.2 (including) 13.0.6441.1 (excluding)
Sql_server_2016 Microsoft 13.0.7000.253 (including) 13.0.7037.1 (excluding)
Sql_server_2017 Microsoft 14.0.1000.169 (including) 14.0.2056.2 (excluding)
Sql_server_2017 Microsoft 14.0.3006.16 (including) 14.0.3471.2 (excluding)
Sql_server_2019 Microsoft 15.0.2000.5 (including) 15.0.2116.2 (excluding)
Sql_server_2019 Microsoft 15.0.4003.23 (including) 15.0.4382.1 (excluding)
Sql_server_2022 Microsoft 16.0.1000.6 (including) 16.0.1121.4 (excluding)
Sql_server_2022 Microsoft 16.0.4003.1 (including) 16.0.4131.2 (excluding)

Potential Mitigations

References