7.8
CVE-2026-32167
- EPSS 0.07%
- Veröffentlicht 14.04.2026 16:57:30
- Zuletzt bearbeitet 07.05.2026 19:54:15
- Quelle secure@microsoft.com
- CVE-Watchlists
- Unerledigt
SQL Server Elevation of Privilege Vulnerability
Improper neutralization of special elements used in an sql command ('sql injection') in SQL Server allows an authorized attacker to elevate privileges locally.Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Microsoft ≫ Sql Server 2016 HwPlatformx64 Version >= 13.0.6300.2 < 13.0.6485.1
Microsoft ≫ Sql Server 2016 HwPlatformx64 Version >= 13.0.7000.253 < 13.0.7080.1
Microsoft ≫ Sql Server 2017 HwPlatformx64 Version >= 14.0.1000.169 < 14.0.2105.1
Microsoft ≫ Sql Server 2017 HwPlatformx64 Version >= 14.0.3006.16 < 14.0.3525.1
Microsoft ≫ Sql Server 2019 HwPlatformx64 Version >= 15.0.2000.5 < 15.0.2165.1
Microsoft ≫ Sql Server 2019 HwPlatformx64 Version >= 15.0.4003.23 < 15.0.4465.1
Microsoft ≫ Sql Server 2022 HwPlatformx64 Version >= 16.0.1000.6 < 16.0.1175.1
Microsoft ≫ Sql Server 2022 HwPlatformx64 Version >= 16.0.4003.1 < 16.0.4250.1
Microsoft ≫ Sql Server 2025 HwPlatformx64 Version >= 17.0.1000.7 < 17.0.1110.1
Microsoft ≫ Sql Server 2025 HwPlatformx64 Version >= 17.0.4006.2 < 17.0.4030.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.07% | 0.209 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
| secure@microsoft.com | 6.7 | 0.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.