CVE Vulnerabilities

CVE-2024-29043

Use After Free

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

Microsoft ODBC Driver for SQL Server 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
Odbc_driver_for_sql_server Microsoft 17.0.1.1 (including) 17.10.6.1 (excluding)
Odbc_driver_for_sql_server Microsoft 18.0.1.1 (including) 18.3.3.1 (excluding)
Sql_server_2019 Microsoft 15.0.2000.5 (including) 15.0.2110.4 (excluding)
Sql_server_2019 Microsoft 15.0.4003.23 (including) 15.0.4360.2 (excluding)
Sql_server_2022 Microsoft 16.0.1000.6 (including) 16.0.1115.1 (excluding)
Sql_server_2022 Microsoft 16.0.4003.1 (including) 16.0.4120.1 (excluding)

Potential Mitigations

References