10

CVE-2020-13151

Exploit

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)
AerospikeAerospike Server SwEditioncommunity Version < 4.5.3.21
AerospikeAerospike Server SwEditioncommunity Version >= 4.6.0.1 < 4.6.0.19
AerospikeAerospike Server SwEditioncommunity Version >= 4.7.0.1 < 4.7.0.17
AerospikeAerospike Server SwEditioncommunity Version >= 4.8.0.1 < 4.8.0.13
AerospikeAerospike Server SwEditioncommunity Version >= 4.9.0.1 < 4.9.0.10
AerospikeAerospike Server SwEditioncommunity Version >= 5.0.0.1 < 5.0.0.7
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 89.95% 0.996
CVSS Metriken
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.