10
CVE-2020-13151
- EPSS 89.95%
- Published 05.08.2020 13:15:10
- Last modified 21.11.2024 05:00:45
- Source cve@mitre.org
- Teams watchlist Login
- Open Login
Aerospike Community Edition 4.9.0.5 allows for unauthenticated submission and execution of user-defined functions (UDFs), written in Lua, as part of a database query. It attempts to restrict code execution by disabling os.execute() calls, but this is insufficient. Anyone with network access can use a crafted UDF to execute arbitrary OS commands on all nodes of the cluster at the permission level of the user running the Aerospike service.
Data is provided by the National Vulnerability Database (NVD)
Aerospike ≫ Aerospike Server SwEditioncommunity Version < 4.5.3.21
Aerospike ≫ Aerospike Server SwEditioncommunity Version >= 4.6.0.1 < 4.6.0.19
Aerospike ≫ Aerospike Server SwEditioncommunity Version >= 4.7.0.1 < 4.7.0.17
Aerospike ≫ Aerospike Server SwEditioncommunity Version >= 4.8.0.1 < 4.8.0.13
Aerospike ≫ Aerospike Server SwEditioncommunity Version >= 4.9.0.1 < 4.9.0.10
Aerospike ≫ Aerospike Server SwEditioncommunity Version >= 5.0.0.1 < 5.0.0.7
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 89.95% | 0.996 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 10 | 10 | 10 |
AV:N/AC:L/Au:N/C:C/I:C/A:C
|
CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.