9.8
CVE-2019-12149
- EPSS 0.31%
- Veröffentlicht 11.06.2019 22:29:06
- Zuletzt bearbeitet 21.11.2024 04:22:18
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
SQL injection vulnerability in silverstripe/restfulserver module 1.0.x before 1.0.9, 2.0.x before 2.0.4, and 2.1.x before 2.1.2 and silverstripe/registry module 2.1.x before 2.1.1 and 2.2.x before 2.2.1 allows attackers to execute arbitrary SQL commands.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Silverstripe ≫ Registry SwPlatformsilverstripe Version >= 2.1.0 < 2.1.1
Silverstripe ≫ Registry SwPlatformsilverstripe Version >= 2.2.0 < 2.2.1
Silverstripe ≫ Restfulserver SwPlatformsilverstripe Version >= 1.0.1 < 1.0.9
Silverstripe ≫ Restfulserver SwPlatformsilverstripe Version >= 2.0.0 < 2.0.4
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.31% | 0.534 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
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.