8.6
CVE-2024-12744
- EPSS 0.22%
- Veröffentlicht 24.12.2024 17:15:07
- Zuletzt bearbeitet 19.09.2025 14:01:23
- Quelle ff89ba41-3aa1-4d27-914a-91399e
- Teams Watchlist Login
- Unerledigt Login
A SQL injection in the Amazon Redshift JDBC Driver in v2.1.0.31 allows a user to gain escalated privileges via the getSchemas, getTables, or getColumns Metadata APIs. Users should upgrade to the driver version 2.1.0.32 or revert to driver version 2.1.0.30.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Amazon ≫ Amazon Web Services Redshift Java Database Connectivity Driver Version2.1.0.31
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.22% | 0.451 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
ff89ba41-3aa1-4d27-914a-91399e9639e5 | 8.6 | 0 | 0 |
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
|
ff89ba41-3aa1-4d27-914a-91399e9639e5 | 8 | 2.1 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/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.